* {
    font-family: 'Roboto', sans-serif !important;
}
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.login-box {
    display: block;
    margin: 0 auto;
    max-width: 300px !important;
    margin-top: 2rem;
}
.btn {
    font-weight: 300;
}
.form .input-field input {
    border-bottom: 1px solid #777;
}
.form .input-field input:focus {
    border-bottom: 1px solid rgba(0,0,0,.87) !important;
    box-shadow: 0 1px 0 0 rgba(0,0,0,.87) !important;
}
.form .input-field input:focus+label {
    color: rgba(0,0,0,.87) !important;
}
p.disclaimer {
    font-size: .8rem;
}
@media screen and (min-width:993px) {
    .login-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    .login-box {
        margin-top: 0;
    }
}