html,
body {
    background: #FFF;
    color: #424242;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

form {
    background: #FFF;
}

.site-logo {}

.site-name {
    font-size: 4rem;
    line-height: 4.5rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.login {
    max-width: 530px;
    width: calc(100% - 30px) !important;
}


.login-form h3 {
    font-size: 34px;
    color: #00171F;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.login-form h3 {
    font-size: 34px;
    color: #333;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.login-form h6 {
    font-size: 16px;
    color: #777;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-bottom: 50px;
}

.login-form .form-group {
    margin-top: 25px;
    position: relative;
    margin-bottom: 0px;
}


.login-form label {
    cursor: pointer;
    position: absolute;
    transition: 0.15s;
    left: 10px;
    top: 0.8rem;
    padding: 3px 6px 3px 6px;
    background: white;
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #888;
    z-index: 0;
}

.login-form .form-group.focus label {
    font-size: 14px;
    top: -13px;
    color: #00C26B;
}

@media screen and (max-width: 786px) {
    .login {
        max-width: 100%;
    }

    .login-form label {
        top: 0.9rem;
    }
}

.login-form input {
    color: #333 !important;
    background: transparent !important;
    border: 2px solid #ced4da !important;
    border-radius: 8px !important;
    height: 3.5rem !important;
    padding: 16.5px 14px !important;
    font-size: 16px !important;
}

.login-form input:active,
.login-form input:hover,
.login-form input:focus {
    border: 3px solid #00C26B !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: #333 !important;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
