.b-wauth .iexmodal-inner {
    padding: 30px;
}

.b-wauth .b-pform__wrap {
    padding: 0;
}

.b-wauth .b-pform__item {
    padding: 0;
    margin-bottom: 10px;
}

.b-wauth .b-pform__input {
    height: 48px;
    border-radius: 3px;
    color: var(--basic_text_black);
    border: 1px solid #E0E0E0;
    background: #FFFFFF;
    transition: background ease-in-out 0.3s;
}

.b-wauth .b-pform__input::placeholder {
    font-weight: 400;
}

.b-wauth .b-pform__input:focus,
.b-wauth .b-pform__input:hover {
    background-color: var(--card_bg_hover_black);
}

.b-wauth .b-pform__input:focus {
    border-color: #999999;
    box-shadow: none;
}

.b-wauth .b-pform__input.iexform-has-error {
    box-shadow: none !important;
    border-color: #e02222;
}

.b-wauth .b-pform__input::placeholder,
.b-wauth .b-pform__input::-webkit-input-placeholder {
    font-size: 16px;
}

.b-wauth-eye {
    position: absolute;
    z-index: 1;
    right: 0;
    height: 100%;
    width: 55px;
    background-image: url("/local/templates/aspro-allcorp3/images/svg/eye_close.svg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    cursor: pointer;
}

.b-pform__item.--eye-pd input {
    padding-right: 55px;
}

.b-wauth-eye.--opened {
    background-image: url(/local/templates/aspro-allcorp3/images/svg/eye_open.svg);
}
.b-wauth .b-pform__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    color: #333333;
    padding-right: 0;
    text-transform: inherit;
    margin-bottom: 32px;
}

.b-wauth .iexmodal-close-inner {
    font-size: 13px;
}

.b-wauth .iexmodal-close-inner .iexmodal-icon {
    opacity: 1;
}

.b-wauth .b-pform_multistep .b-pform__buttons {
    justify-content: center;
}

.b-form-text {
    margin-bottom: 32px;
    font-size: 18px;
}

.b-form-back {
    cursor: pointer;
    display: flex;
    margin-top: -20px;
    align-items: center;
    font-size: 18px;
    color: #333333;
    gap: 10px;
    margin-bottom: 32px;
    transition: all 0.3s ease;
}

.b-form-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}

.b-form-checkbox label {
    margin: 0;
    padding: 0;
    position: static;
}

.b-form-checkbox input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    z-index: 100;
}

.b-form-checkbox .__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.b-form-checkbox .__ico {
    width: 24px;
    height: 24px;
    border: 1px solid #E0E0E0;
    background: #ffffff;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.b-form-checkbox input:checked + .__ico {
    background: url(/images/wuerth/check.svg);
    border: 1px solid #cc0000;
    background-color: #cc0000;
    background-position: center;
}

.b-form-policy {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    margin: 20px 0;
    color: #333333;
}

.b-form-policy a {
    color: #333333;
    border-bottom: 1px solid;
    transition: all 0.3s ease;
}

.b-form-policy:hover .b-form-policy a {
    color: #cc0000;
}

.b-wauth .btn {
    min-width: 250px;
}

.b-updt-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.b-updt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    height: 40px;

    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    border-radius: 8px;
    background: #ffffff;
    text-align: center;
    /* border: 1px solid #CC0000;*/
    padding-right: 21px;
    color: #CC0000;
    transition: all 0.3s ease;
}

.b-updt-btn.--passive {
    cursor: default;
    filter: grayscale(1);
    opacity: 0.6;
}

.b-form-timer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 40px;

    font-size: 12px;
    font-weight: 400;
    color: #CC0000;
    line-height: 1.2;
    text-align: left;
}

.b-form-timer.--passive {
    display: none;
}