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;
}