

/* Start:/local/templates/gotoural/components/bitrix/form.result.new/forgot_passwd/style.css?17309075903693*/
.login {
    margin-top: 270px;
    margin-bottom: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.login__body {
    padding: 0 20px;
    width: min-content;
}
.login__title {
    font-size: 26px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 5px;
}
.login__text {
    font-size: 16px;
    margin-bottom: 20px;
}
.login__form {
}
.form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.form-group label {
    font-size: 20px;
    font-weight: 500;
    margin-right: 10px;
}
.form-group input {
    height: 44px;
    width: 500px;
    padding-left: 20px;
    border: 1px solid #fff;
    background: #f1f1f1;
    border-radius: 30px;
    font-size: 14px;
}
.form-group input:focus {
    outline: none;
    border-color: #009474;
}
.form-group--checkbox {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}
.login__checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border: 1px solid #62646633;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
}
.login__checkbox:checked::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-image: url('/local/templates/gotoural/components/bitrix/form.result.new/forgot_passwd/images/check-icon.png');
    background-repeat: no-repeat;
    background-position: center;
}
.login__checkbox:checked {
    background-color: #009474;
}
.login__checkbox-label {
    font-weight: 500;
}
.form-group--forgot {
    text-align: left;
    margin: 20px 0 0;
}

.login__forgot-link {
    color: #009474;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}
.login__form-group--btn {
    text-align: right;
}
.login__submit-btn {
    background: #009474;
    color: #fff;
    width: 150px;
    height: 44px;
    font-size: 16px;
    border-radius: 30px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.alert {
    border: none;
    border-radius: 30px;
    font-size: 14px;
    padding: 15px 20px;
    margin-bottom: 20px;
}
.alert-danger {
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
}
.required-star {
    color: #009474;
}
.form-header-text {
    width: max-content;
    background: rgba(0, 148, 116, 0.1);
    border-radius: 30px;
    padding: 25px 30px 15px;
}
.result-message {
    font-size: 16px;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .form-group input {
        width: 350px;
    }
}
@media (max-width: 500px) {
    .login {
        width: 100%;
        display: block;
        margin-top: 230px;
        margin-bottom: 70px;
    }
    .login__body {
        width: auto;
    }
    .login__title {
        font-size: 23px;
    }
    .login__text {
        font-size: 14px;
    }
    .form-group label {
        font-size: 18px;
    }
    .form-group {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 7px;
    }
    .form-group .input,
    .form-group input {
        width: 100%;
    }
    .login__checkbox-label {
        font-weight: 400;
    }
    .login__submit-btn {
        background: #009474;
        color: #fff;
        width: 140px;
        height: 40px;
        font-size: 14px;
    }
}

@media (any-hover: hover) {
    .login__submit-btn:hover {
        background: #03745b;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
    }
    .login__forgot-link:hover {
        color: #03745b;
        text-decoration: underline;
    }
}


/* End */
/* /local/templates/gotoural/components/bitrix/form.result.new/forgot_passwd/style.css?17309075903693 */
