.login-input:-webkit-autofill,
.login-input:-webkit-autofill:hover,
.login-input:-webkit-autofill:focus,
.login-input:-webkit-autofill:active {
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff;
    -webkit-box-shadow: 0 0 0 1000px var(--login-input-autofill-background, rgba(255, 255, 255, 0.12)) inset !important;
    box-shadow: 0 0 0 1000px var(--login-input-autofill-background, rgba(255, 255, 255, 0.12)) inset !important;
    transition: background-color 999999s ease-in-out 0s, color 999999s ease-in-out 0s !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;
}

button:focus:not(:focus-visible),
.btn:focus:not(:focus-visible),
.btn:active:focus:not(:focus-visible),
.btn.active:focus:not(:focus-visible),
a:focus:not(:focus-visible),
.nav-tabs > li > a:focus:not(:focus-visible) {
    outline: none;
    outline-offset: 0;
    box-shadow: none;
}

button:focus-visible,
.btn:focus-visible,
a:focus-visible,
.nav-tabs > li > a:focus-visible {
    outline: 2px solid rgba(35, 54, 56, 0.35);
    outline-offset: 2px;
    box-shadow: 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;
    }
}
