#btn_login {
    background-color: #F6892D;
}

.new_login_form_box p span {
    color: #F6892D;
}

.switch_login_active {
    color: #F6892D !important;
}

.type_active {
    background-color: #F6892D;
}

.type:hover {
    border: 1px solid #F6892D;
    color: #F6892D;
}

.input_new_login_box input:focus-visible {
    border: 2px solid #F6892D;
}

.input_new_login_box input:focus-visible+svg path {
    fill: #F6892D;
}

#remember_login:checked+label:before {
    background-color: #F6892D;
    border-color: #F6892D;
}

.header_modal {
    background-color: #F6892D;
}

.modal_ok {
    color: #F6892D;
}

.tooltip_alert_login {
    background: rgb(246, 137, 45);
    background: linear-gradient(180deg, rgba(246, 137, 45, 1) 0%, rgba(249, 149, 66, 1) 59%, rgba(255, 169, 97, 1) 100%);
}

.new_login_intro {
    position: relative;
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, rgba(246, 137, 45, 1) 0%, rgba(249, 149, 66, 1) 59%, rgba(255, 169, 97, 1) 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}