.auth {
    display: flex;
    min-height: 100vh;
    /*padding: 35px;*/
    position: relative;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.auth .content {
    margin: 0 !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth .logo {
    /*background: #0E223D;*/
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 14%;
}

.auth .logo .auth_desc {
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    /*gap: 18px;*/
}

.auth .logo .auth_desc .title {
    font-size: 27px;
    text-align: start;
    padding-left: 7%;
    padding-top: 50px;

}

.auth .logo .auth_desc .title_target {
    text-align: start;
    padding-left: 7%;
}

.auth .logo .auth_desc .title .main_title {
    color: #947666;
}



.auth .form {
    align-items: center;
    background-color: var(--bg-color);
    width: 55%;
    height: 100%;
    display: flex;

}

.auth form {
    padding: 0 45px;
    position: relative;
    text-align: left;
    /*width: 100%*/

    width: 85%;
    top: 3%
}

.auth form h3 {
    font-size: 38px;
    margin-bottom: 22px
}

.auth form input, .auth form select {
    font-size: 20px;
    height: 60px;
    margin-top: 11px
}

.auth form .select2 {
    font-size: 18px;
    margin-top: 11px;
    min-height: 42px;
}

.auth form .settings input[type=checkbox] {
    background-color: transparent;
    border: 1px solid var(--button-color);
    font-size: 18px;
    height: 1.5em;
    width: 1.5em;
    margin-top: 0
}

.auth form .settings input[type=checkbox]:checked {
    background-color: white;
    background-image: url(/images/checked.png) !important;
    background-size: 12px;


}

.auth form .settings .form-check {
    margin-bottom: 0
}

.auth form .settings {
    align-items: center;
    justify-content: center;
    margin: 15px 0 0
}

.form-check-label{
    font-size: 17px;
    padding-left: 5px;
}



.auth form .select2 span {
    min-height: 42px
}

.auth form .select2 li .select2-selection__choice__display {
    color: var(--main-color);
    font-size: 18px;
    padding: 0 7px
}

.auth form .select2 button {
    height: 28px
}

.auth form .select2 textarea {
    font-size: 18px !important;
    height: 20px !important;
    margin-left: 11px !important;
    margin-top: 8px !important
}

.auth .input_icon {
    display: block;
    position: relative
}

.auth .input_icon .icons {
    color: var(--button-color);
    font-size: 27px;
    margin-top: 7px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 20px
}

.auth .submit_box {
    display: flex;
    justify-content: center;
}

.auth .submit_box .submit {
    background-color: var(--button-color);
    border-radius: 6px;
    color: var(--button-text-color);
    font-size: 16px;
    margin-top: 25px;
    padding: 10px 0;
    width: 75%;
    height: 65px;
}

.auth .top_logo {
    position: absolute;
    right: 35px;
    top: 35px;
    width: 250px
}

.auth .footer_text {
    bottom: 30px;
    color: var(--main-color);
    left: 25px;
    margin: 0;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    width: auto
}

.auth .form_footer {
    bottom: 15px;
    font-size: 16px;
    left: 0;
    position: absolute;
    right: 0
}

@media (max-width: 1366px) {
    .auth form {
        padding: 0 33px
    }

    .auth form h3 {
        font-size: 32px;
        margin-bottom: 11px
    }

    .auth form input {
        font-size: 20px;
        height: 60px;
    }

    .auth .top_logo {
        right: 26px;
        top: 26px;
        width: 180px
    }
}

@media (max-width: 768px) {
    .auth .logo {
        padding: 0 0 30px
    }

    .auth .footer_text {
        bottom: 8px;
        font-size: 12px;
        left: 0;
        text-align: center
    }
}

.auth .reg-link {
    font-size: 18px;
    font-weight: 700
}

.auth .input-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    position: relative;
    width: 100%
}

.auth .input-container span.error {
    bottom: -23px;
    left: 1px;
    position: absolute
}

.verify{
    font-size: 50px;
    font-weight: 700;
}

.verify_box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.go_to_login{
    cursor: pointer;
}

.verify, .email_arrival, .go_to_login{
    color: #213B59;
}

.email_arrival{
    cursor: pointer;
}

.text_align{
    text-align: initial;
}


#password-error{
    display: contents;
}

body {
    margin: 0;
    padding: 0;
}

.auth .logo{
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 14%;
    position: relative;
    background: #f1ece8;
    margin: 0;
    padding: 0;
}

.auth .form{
    background: #f1ece8;
}

.login {
    overflow: hidden;
}

.input_label {
    font-size: 18px;
    font-weight: 600;

}

.logo_image{
    position: absolute;
    right: 4%;
    top: 2%;
}

.copy_right{
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.g-recaptcha{
    margin-top: 17px;
    display: flex;
    justify-content: center;
}

.auth .logo .main_image {
    background: #7A8DAB;
    width: 59%;
    height: 100%;
    max-width: 100%;
}

.auth .logo .secondary_image{
    position: absolute;
    width: fit-content;
    height: -webkit-fill-available;
    object-fit: inherit;
    object-position: center;
}

form h3{
    color: #0e223d
}

.forgot{
    font-size: 16px;
}

#rc-anchor-container{
    background: red !important
}

.mail-box{
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: baseline;
}
