input:-webkit-autofill {
    -webkit-text-fill-color: #fff;
}

input:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s !important;
    ;
    -webkit-text-fill-color: #fff !important;
}


.input-group-addon {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: transparent;
    border: 0px;
    border-radius: 4px;
}

.login-glyphicon {
    color: #fff;
    font-size: 20px;
}

.tfa-glyphicon {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    cursor: hand;
}

a {
    color: #fff;
    text-decoration: none;
}

.form-control:focus {
    border-color: #e8621d;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group {
    width: 100% !important;
}

.message {
    color: #fff;
    font-size: 14px;
    font-style: oblique;
}

.login-message {
    color: #e8621d;
    font-size: 14px;
    font-style: oblique;
}
.alert-danger {
    color: #a94442;
    /*background-color: #dedede;*/
    /* border-color: #ebccd1; */
    border: none;
    font-size: 14px;
}
.alert {
    border-radius: 2px;
}

.login-branding-lockup::after {
    content: "";
    display: block;
    clear: both;
}

.login-brand-tagline {
    clear: both;
    margin-left: 12px;
    color: var(--login-powered-by-color, #2b2d42);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.login-brand-tagline {
    margin-top: 2px;
}

.login-powered-by {
    clear: both;
    margin-top: 1px;
    margin-left: 12px;
    color: var(--login-powered-by-color, #2b2d42);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .login-brand-tagline,
    .login-powered-by {
        margin-left: 15px;
        font-size: 12px;
    }
}
