html,
body, #app, main {
    height: 100%;
    font-family: "Roboto", sans-serif;
    background-color: #333333 !important;
}
.form-control {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background-color: #FFFFFF;
}
.form-control::-webkit-input-placeholder {
    color: rgba(64, 64, 64, 0.69);
    font: normal 14px/14px Roboto;
}
a {
    color: #ffffff;
}
a:hover {
    color: #ffffff;
    text-decoration: none;
}

.btn-primary {
    color: #333333;
    background-color: #ffffff;
    border-color: rgba(255, 255, 255, 0.7);
    border-radius: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #ffffff;
    background-color: #333333;
    border-color: rgba(255, 255, 255, 0.7);
}

#logo {
    width: 300px;
    margin-top: 24vh;
    margin-bottom: 5vh;
}
.tagline {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 46px;
    line-height: 32px;
    padding-bottom: 3vh;
    color: rgba(255, 255, 255, 0.7);
}
.btn-login {
    margin-top: 2vh;
    font-family: "Roboto Bold", sans-serif;
    font-weight: bold;
    font-size: 14px;
}
.forgot-wrapper {
    padding-top: 9vh;
}
.forgot-password {
    font-size: 12px;
}
.forgot-password a {
    text-decoration: none;
}

#poweredby {
    width: 90px;
    padding-top: 18vh;
    padding-bottom: 3vh;
    color: #fff;
    /*filter: invert(65%) sepia(0%) saturate(1353%) hue-rotate(242deg) brightness(95%) contrast(84%);*/
}

@media (max-width: 768px) {
    .login-wrapper {
        margin-top: 0;
    }
    .forgot-wrapper {
        padding-top: 60px;
    }
    #logo {
        width: 120px
    }
    .tagline {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 300;
        font-size: 24px;
        line-height: 18px;
        padding-top: 40px;
    }
    #poweredby {
        padding-top: 13vh;
        width: 60px
    }
}
