

/* Start:/local/templates/.default/components/bitrix/system.auth.forgotpasswd/new/style.css?17569618572916*/
.mainContent__title{
    position: relative;
}

.mainContent__title > h1 > span{
    font-size: 30px;
}

.mainContent__title > h1, a{
    display: inline-block;
}

.mainContent__title > a{
    position: relative;
    display: inline-block;
    top: -3px;
    margin-left: 6px;
}


.form_first-time {
    margin-top: 35px;
    font-size: 11px;
}




.mainContent {
    max-width: 800px;
    margin: 0 auto;
}

.auth__card {
    background-color: white;
    padding: 25px 25px 45px;
    width: 100%;
    border-radius: 4px;
}

.form__container {
}

.form__wrap {
    max-width: 250px;
    margin: 0 auto;
}

.social__container {
    margin-top: 10px;

}

.social__wrap {

    margin: 0 auto;
    text-align: center;
}

.social__wrap h3 {
    margin-top: 0;
}

.gray-delimiter{
    color: gray;
}

.alert {
    margin-top: 20px;
}

.form-check{
    margin: 0 auto;
    display: table;
}

.padding-site{
    padding-left: 5px;
    padding-right: 5px;
}

.form-check {
    margin-top: 15px;
}

/* Customize the label (the container) */
.checkbox__container {
    display: inline-block;;
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    font-size: 11px;
}

/* Hide the browser's default checkbox */
.checkbox__container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -1px;
    left: 0;
    height: 16px;
    width: 16px;
    background: #fff none;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.checkbox__container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox__container input:checked ~ .checkmark {
    background-color: #fff;
}

.checkbox__container input:checked ~ .checkmark:hover {
    background-color: #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox__container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox__container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fill-width {
    width: 100%;
}

.form_auth__submit-btn {
    margin: 10px 0 0;
}

.input-title {
    margin: 15px 0 5px;
    font-weight: bold;
}

.red-star {
    color: red;
}

.form-captcha__group
{
    display: grid;
    grid-template-columns: 1fr 153px;
    gap: 10px;
}

.form-captcha__group img {
    width: 153px;
    height: 34px;
}

/* End */
/* /local/templates/.default/components/bitrix/system.auth.forgotpasswd/new/style.css?17569618572916 */
