

/* Start:/local/templates/marketplays/components/bitrix/system.auth.forgotpasswd/.default/style.css?17183562332670*/
.forget_wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 100px 0;
    background: url('/local/templates/marketplays/components/bitrix/system.auth.forgotpasswd/.default/images/authorization_background.png') center center/cover;
    overflow: hidden;
}

.forget_wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.form_forget {
    width: 85%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    z-index: 10;
}

.forget_description {
    display: flex;
    flex-basis: 50%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url('/local/templates/marketplays/components/bitrix/system.auth.forgotpasswd/.default/images/authorization_background_small.png') center center/cover;
    overflow: hidden;
}

.forget_fields {
    flex-basis: 50%;
    background-color: #ffffff;
    padding: 33px 20px;
}

.forget_description img {
    width: 130px;
    height: 130px;
}

.forget_description h2 {
    margin: 5px 0;
}


.form_description__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    height: 48px;
    flex-direction: column;
    margin-bottom: 18px;
}

.forget_fields form {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form_description {
    color: #8c8c8c;
    font-weight: 500;
    font-size: 15px;
    margin: 20px 0 0;
}

.forget_fields .field_name {
    font: inherit;
    margin-bottom: 5px;
}

.forget_fields .field_value {
    font: inherit;
    height: 48px;
    margin-bottom: 15px;
    padding-left: 10px;
}

input[name="send_account_info"] {
    border: 1px solid #000000;
    margin-top: 40px;
    background: inherit;
    cursor: pointer;
}

.alternative_wrapper {
    display: flex;
    justify-content: center;
    margin-top: -15px;
}

.alternative::before,
.alternative::after {
    content: "";
    display: inline-block;
    width: 140px;
    height: 1px;
    margin: 0 5px;
}

.alternative::before {
    background: linear-gradient(90deg, rgba(115, 125, 140, 0), #cbd1dc);
}

.alternative::after {
    background: linear-gradient(90deg, #cbd1dc, rgba(115, 125, 140, 0));
}

.alternative {
    display: flex;
    align-items: center;
    color: #8c8c8c;
    margin: 0;
}

.auth_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border: 1px solid #000000;
    text-decoration: none;
    font: inherit;
    color: #000000;
}

@media (max-width: 434px) {
    .forget_wrapper {
        background: none;
        padding-top: 0;
        height: 100%;
    }
}
/* End */
/* /local/templates/marketplays/components/bitrix/system.auth.forgotpasswd/.default/style.css?17183562332670 */
