input[type=text].foxentry-input-warning, input[type=email].foxentry-input-warning, input[type=phone].foxentry-input-warning {
    border: none !important;
    border-bottom: 3px solid rgb(255,166,11) !important;
}


input[type=text].foxentry-input-invalid,
input[type=email].foxentry-input-invalid,
input[type=phone].foxentry-input-invalid {
    border: none !important;
    border-bottom: 3px solid rgb(229,82,82) !important;
}

input[type=text].foxentry-input-with-hint,
input[type=email].foxentry-input-with-hint,
input[type=phone].foxentry-input-with-hint {
    border: none !important;
    border-bottom: 3px solid #017BD9 !important;
}

.foxentry-input-hidden {
    display: none !important
}

.header-logo img {
    width: 40px;
    height: 40px
}

.language-list {
    pointer-events: all !important;
}

.language-list-visible {
    opacity: 1
}

.left-box__name {
    margin-bottom: 5px !important;
}

.left-box__logo {
    margin: 0px 0 15px 0px;
    max-width: 160px;
    max-height: 50px
}

.left-box__desc {
    margin-top: 10px
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff !important;
}

.flash-popup__message a {
    color: #0056b3
}

.flash-popup.active-permanent {
    -webkit-animation: 4s linear 0s popup_permanent forwards !important;
    animation: 4s linear 0s popup_permanent forwards !important;
}

@keyframes popup_permanent {
    0% {
        opacity: 0;
        top: 0;
    }
    10% {
        opacity: 1;
        top: -30px;
    }
    100% {
        opacity: 1;
        top: -30px;
    }
}