html,
body {
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}

.login-form label {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 95%;
    color: #e1e1e1;
}

.login-form input,
.login-form input:hover {
    color: black;
    background: transparent !important;
    border-radius: 0px;
    border: 0;
    border-bottom: 1px solid #e1e1e1 !important;
}

.login-form input:focus,
.login-form input:active {
    border-bottom: 1px solid #FFF !important;
}
