.auth-sidebar {
    width: 280px;
    min-width: 280px;
    background-image: url('/images/new_version/auth-form/bg/auth-bg-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 47% 50%;
}

.auth-form {
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
}

.auth-sidebar__labels-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 20px 19px 20px 19px;
}

.auth-sidebar__label {
    display: flex;
    padding: 4px 8px;
    background: #3498DB;
    border-radius: 4px;
    color: white;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    margin: 5px 10px 5px 0;
}

.auth-form__header {
    font-weight: 400;
    font-size: 28px;
    line-height: 130%;
    color: #333333;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.auth-form__title {
    font-weight: 400;
    font-size: 28px;
    line-height: 130%;
    color: #333333;
    margin: auto;
    text-align: center;
    display:inline-block;
    padding-bottom: 15px;
}

.auth-form__subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    margin: 15px 0;
}

.auth-form__tabs {
    margin: 15px 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E7E5E3;
}

.auth-form__tab {
    padding: 0 0 7px;
    position: relative;
    width: calc(50% - 5px);
    display: flex;
    justify-content: center;
    font-size: 14px;
    line-height: 130%;
    color: #999999;
    cursor: pointer;
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.auth-form__tab:after {
    transition: width ease-in-out .15s;
    background: none repeat scroll 0 0 #3498DB;
    content: "";
    display: block;
    height: 2px;
    width: 0;
    position: absolute;
    bottom: -1px;
}

.auth-form__tab--active:after {
    width: 100%;
}

.auth-form__tab:first-child:after {
    right: 0;
}

.auth-form__tab:last-child:after {
    left: 0;
}

.auth-form__tab--active {
    color: #333333;
}

.auth-form__field {
    position: relative;
    width: 100%;
    margin: 15px 0;
}

.auth-form .login-submit,
.auth-form .signup-submit {
    display: block;
    max-width: 450px;
    margin: 15px auto;
    border-radius: 8px;
}

.login-submit,
.signup-submit{
    width: 100%;
}

.auth-form .auth-form__field input.auth-form-control {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    font-size: 14px;
    height: 44px;
    padding: 11px 35px 11px 15px;
    font-weight: 400;
    line-height: 130%;
    color: #333333;
    box-sizing: border-box;
    width: 100%;
    outline: none;
}

.auth-form .auth-form__field input.auth-form-control:focus {
    border-color: #3498DB;
}

.auth-form .auth-form__field input.auth-form-control::placeholder {
    color: #CCCCCC;
    opacity: 1;
    /* Firefox */
}

.auth-form__fields-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 15px 0;
}

.auth-form__fields-row--reversed {
    flex-direction: row-reverse;
}

.auth-form__fields-row .auth-form__field {
    width: 50%;
    margin: 0;
}

.auth-form__fields-row .auth-form__field:first-child {
    margin-right: 10px;
}

.auth-form-chbx {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.auth-form-chbx.hidden {
    display: none;
}

.auth-form-chbx {
    position: relative;
    cursor: pointer;
    user-select: none;
    margin: 0 10px 0 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.auth-form-chbx__input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.auth-form-chbx__title {
    font-size: 12px;
    line-height: 125%;
    color: #3498DB;
}

.custom-chbx-wrap {
    display: flex;
    align-items: center;
    padding: 5px 10px !important;
}

.auth-form__forgot-psswrd a {
    font-weight: 400;
    font-size: 12px;
    line-height: 125%;
    text-align: right;
    color: #3498DB;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.auth-form__btn-common {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 450px;
    height: 42px;
    background: #3498DB;
    border-radius: 4px;
    margin: 15px 0 8px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
    padding: 9px 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 110.68%;
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.agree-to-mailing {
    color: #667685;
    line-height: 16px;
    font-size: 12px;
    margin: 0 0 1px;
    user-select: none;
}

.agree-to-mailing #special_notify {
    display: none;
}

.agree-to-mailing__checkbox {
    color: var(--white);
    position: absolute;
    top: 0px;
    left: 4px;
    width: 14px;
    height: 14px;
    border: 1px solid var(--blue-300);
    border-radius: 4px;
    transition: 0.2s ease-out border-color;
}

.agree-to-mailing__checkbox:hover {
    border-color: var(--blue);
}

.agree-to-mailing input:checked + .agree-to-mailing__checkbox {
    background-color: var(--blue);
}

.forgot-password-container .auth-form__btn-common {
    margin-bottom: 0;
}

.forgot-password__icon {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    margin-bottom: 2px;
}

.forgot-password__txt {
    border-bottom: 1px dotted;
}

.auth-form-social {
    margin: 25px 0 15px;
}

.auth-form-social__title {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    text-align: center;
    color: #333333;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-form-social__title-line {
    min-width: 1px;
    width: 100%;
    flex: 1 1 0%;
    margin: 0px;
    border-bottom: 1px solid rgb(221, 223, 226);
}

.auth-form-social__title-txt {
    margin-left: 8px;
    margin-right: 8px;
}

.auth-form-social__btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}

.auth-form-social__btn-wrap {
    box-sizing: border-box;
}

.auth-form-social__btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #3498DB;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
    padding: 2px 2px;
    width: 100%;
}

.auth-form-social__btn-wrap:nth-child(3n) {
    padding-right: 0;
}

.auth-form-social__btn-title {
    font-weight: 400;
    font-size: 12px;
    line-height: 125%;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.auth-form-social__btn-logo {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.auth-form__privacy-policy {
    font-weight: 400;
    font-size: 10px;
    line-height: 130%;
    color: #333333;
    text-align:center;
}

.auth-form__privacy-policy a {
    color: #3498DB;
    text-decoration: underline;
    cursor: pointer;
}

.auth-form .form-errors {
    color: #FF4141;
    font-size: 12px;
    margin: 0;
    padding: 0;
    border: none;
    background: initial;
}

.auth-form .form-errors svg {
    width: 16px;
    height: 16px;
    margin: 0 4px -3px 0;
}

.auth-form small.error {
    display: block;
    text-align: right;
    font-weight: 400;
    font-size: 10px;
    line-height: 125%;
    color: #FF4141;
    margin: 5px 0;
}

.auth-form .auth-form__field input.auth-form-control.error {
    position: relative;
    border: 1px solid var(--red);
    background-color: var(--red-25);
}

.auth-form .auth-form__field input.auth-form-control ~ .auth-form-control-error {
    color: var(--red);
    position: absolute;
    right: 12px;
    top: 13px;
    display: none;
    width: 20px;
    height: 20px;
}

.auth-form .auth-form__field input.auth-form-control.error ~ .auth-form-control-error {
    display: block;
}

.auth-form .auth-form__field .input-icon input.auth-form-control.error {
    background-image: initial;
    background-position: initial;
}

.auth-form__link-wrap {
    margin: 5px 0;
    display: flex;
    justify-content: center;
}

.auth-form__link {
    color: #3498DB;
    text-decoration: underline;
    cursor: pointer;
}

.cmn-popup .auth-form__link--auth-nav {
    display: none;
}

.auth-form-control-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #333333;
    margin-bottom: 10px;
}

.cmn-popup {
    border-radius: 10px;
    overflow:hidden;
    background-color:white;
    margin: 60px auto 30px;
    padding: 0;
    position: relative;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #999999;
}
.cmn-popup .mfp-close {
    color: #3498DB !important;
}
.cmn-popup__close {
    color: #3498DB;
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
    padding: 10px;
    z-index: 1;
}

.cmn-popup__body {
    padding:20px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #999999;
}

.cmn-popup--empty-header .cmn-popup__body {
    padding-top:35px;
}

.cmn-popup--empty-header .cmn-popup__body {
    padding-top: 45px;
}

.cmn-popup--partner-info .cmn-popup__body{
    display:flex;
    align-items: center;
    flex-direction: column;
}
.cmn-popup--small {
    width:260px;
}

.cmn-popup--auth .cmn-popup__body {
    padding:0 !important;
    display: flex;
    width: 100%;
}

.cmn-popup--auth {
    display: flex;
    width: 460px;
    min-height: 500px;
    background: #FFFFFF;
    border-radius: 22px;
    overflow: hidden;
}

.auth-form__back-btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #3498DB;
    display:flex;
    align-items: center;
    padding: 12px 10px 10px 15px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}

.auth-form__back-btn svg {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.auth-form__back-btn span {
    margin-top: 1px;
}

.auth-form--forgot-psswrd {
    position: relative;
}

.auth-form--forgot-psswrd .auth-form__title {
    margin-top: 20px;
}

.form-errors .form-error:first-child {
    margin-top: 0;
}
.form-errors .form-error {
    margin-top: 5px;
}
