.login .avatarbg {
    border: 0;
}

button:focus {
    outline: none;
}

.mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
    font-size: 14px;
}

.mdl-textfield__label,
.mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
    color: white;
    font-weight: 500;
}

.mdl-textfield__label:after,
.mdl-textfield.is-invalid .mdl-textfield__label:after {
    background-color: white;
    bottom: 20px;
}

.mdl-textfield__input,
input.loginInput {
    border: none;
    border-bottom: 2px solid white;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    color: white;
}