/* tableta  */
@media only screen and (min-width: 1024px) {
    .main-container_sso {
        width: 1030px;
        background-color: #FFF;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        padding: 0;
    }
}
.d-section {
    padding: 40px 0;
    margin: 0;
}

.d-section .container {
    padding: 0 20px;
}

.d-section .container .user-zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-content: center;
}

.user-zone>[class^=col-]:first-child:not(:only-child) {
    padding: 0 40px;
}

.user-zone>[class^=col-]+[class^=col-] {
    border-left: 1px solid #e5dfdc;
    padding: 0 40px;
}

@media (max-width: 768px) {
    .user-zone>[class^=col-]:first-child:not(:only-child){
        padding: 0 0 24px;
    }

    .user-zone>[class^=col-]+[class^=col-] {
        padding: 16px 0 0;
        border-top: 1px solid #e5dfdc;
        border-left: 0;
    }
}

.user-zone.flex-invert>[class^=col-]:first-child:not(:only-child) {
    padding: 0 40px;
}

.user-zone.flex-invert>[class^=col-]+[class^=col-] {
    border-left: 1px solid #e5dfdc;
    padding: 0 40px;
}

@media (max-width: 768px) {
    .user-zone.flex-invert>[class^=col-]:first-child:not(:only-child){
        padding: 16px 0 0;
        border-top: 1px solid #e5dfdc;
    }

    .user-zone.flex-invert>[class^=col-]+[class^=col-] {
        border: 0;
        padding: 0 0 24px;
    }
}

.d-section .container .user-zone .col-md-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.col-md-6 header {
    position: relative;
    height: auto;
    padding: 0;
    box-shadow: none;
    background: none;
    z-index: 0;
}

.d-section .container .user-zone .col-md-6 form .form-group {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 13px;
    margin: 0 0 10px;
}

.flex-end {
    display: flex;
    justify-content: end;
    padding: 0 10px;
    font-size: 13px;
}

.sso_form input:not([type='checkbox']):not([type='radio']):not([type='submit']), .sso_form textarea, .sso_form select {
    font-size: 13px;
    line-height: 1.5;
    color: #222;
    background-color: #EEEDEF;
    font-weight: 300;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: none;
    width: 100%;
    padding: 10px 10px;
}

.sso_form input[type=checkbox] {
    display: inline-block;
    appearance: auto;
}

.sso_form button, .sso_form input[type=submit] {
    display: block;
    background-color: #DA0F10;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    color: #FFF;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    cursor: pointer;
}

.section-cta {
    width: 100%;
}

.cta-button {
    display: block;
    background-color: #DA0F10;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    color: #FFF;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    cursor: pointer;
}

.sso_form .logout input {
    background: #fff;
    color: #eb1010;
    border: 1px solid #eb1010;
}

.section-cta.logout {
    position: relative;
}

.logout::after {
    content: "";
    position: absolute;
    background-position: center center;
    width: 18px;
    height: 18px;
    background: url(/templates/default/images-21/icon-logout.svg) no-repeat;
    left: 22px;
    top: 54%;
    transform: translate(-50%, -50%);
}

.cta-button:hover {
    outline: none;
    background-color: #b90d0e;
    color: #fff;
}

.link {
    color: #DA0F10;
    font-weight: 700;
}
.item-red:hover {
    color: #b90d0e;
}

.c-title {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.s-info {
    font-size: 12px;
    margin-bottom: 0.5rem;
    display: inline-block;
    /*font-weight: 600;*/
}

.s-title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

.col-md-6 {
    position: relative;
    width: 100%;
    padding-right: 4px;
    padding-left: 4px;
    max-width: 362px;
}

@media (min-width: 768px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.sso_form input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus, .sso_form textarea:focus, .sso_form select:focus {
    background: #EEEDEF;
    border: 1px solid #dadada;
}

@media (max-width: 768px) {
    .flex-invert {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

#sso_form_logout,
#sso_form_register,
#sso_form_verify,
#sso_form_login,
#sso_form_edit,
#sso_form_resetpass {
    width: 100%;
}

#sso_form_edit .form-group svg {
    position: absolute;
    top: 15px;
    right: 10px;
}

.sso_form .form-group.has-error .l-input,
.sso_form .form-group.has-error .l-input:focus {
    border: 1px solid #DA0F10;
}

.error-block {
    color: #DA0F10;
    display: none;
}

.error-txt {
    font-size: 14px;
    margin-bottom: 0;
}

.success-block .success-txt {
    color: #eb1010;
    font-size: 14px;
    font-weight: 600;
}

.user-login {
    background: url(/templates/default/images-21/icon-new_user.svg) no-repeat;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
    cursor: pointer;
    margin-top: 42px;
    z-index: 10;
    position: absolute;
    right: 40px;
}

.animated .user-login {
    background: url(/templates/default/images-21/icon-new_user.svg) no-repeat;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
    cursor: pointer;
    margin-top: 42px;
    z-index: 10;
    position: absolute;
    right: 40px;
}