html,
body {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(135deg, #5F25A1, #4440BC);
    background-attachment: fixed;
}

.login-form label {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 85%;
    letter-spacing: 0.6px;
    color: #1e1e1e;
}

form h2 {
    color: black;
    font-weight: 800;
    margin-bottom: 3px;
    text-align: center;
}

form h6 {
    color: #232742;
    font-weight: 600;
    text-align: center;
}


.form-control,
.form-control::placeholder {
    height: calc(2.8em + 0.75rem + 3px) !important;
    padding: 0.375rem 0.99rem !important;
    font-size: 15px !important;
    border-radius: 50px !important;
    font-weight: bold;
    color: #1e1e1e;
    border: 1px solid #999 !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: #1e1e1e !important;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}


input:active,
input:hover {
    border: 1px solid #333;
}
