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

.login-form label {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 90%;
    letter-spacing: 0.8px;
    color: #6c757d;
}

.login-form input {
    color: white !important;
    background: transparent !important;
    border-bottom: 1px solid #6c757d !important;
    border: 0px;
    border-radius: 0px !important;
}

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


/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: white !important;
    -webkit-box-shadow: 0 0 0 30px black inset !important;
}
