

/* Start:/local/templates/account/components/account/forgot.password/.default/style.css?17242511463340*/
.bx-auth-reg {
    margin: 137px auto 0;
}

.form-title {
    margin: 0 auto;
    font-weight: bold;
    font-size: 50px;
    line-height: 68px;
    text-align: center;
    color: #1A181F;
    margin-bottom: 61px;
    width: 647px;
}

form {
    margin: 0 auto 160px;
    padding: 69px 72px 88px;
    width: 441px;
    background: #ffffff;
    box-shadow: 0px 44px 74px rgb(0 0 0 / 5%);
    border-radius: 10px;
}

input {
    padding: 30px 36px;
    background: #EEEEEE;
    border-radius: 5px;
    border: none;
    margin-bottom: 30px;
    width: 100%;
}

input[type="submit"] {
    background: #D00025;
    color: #FFFFFF;
    cursor: pointer;
    margin-bottom: 47px;
    font-weight: 500;
    font-size: 25px;
    line-height: 140%;
}

.tooltip  {
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    color: rgba(162, 162, 162, 0.5);
    margin-top: -25px;
    margin-bottom: 35px;
    display: block;
    text-align: center;
}


.tooltip a {
    text-decoration: none;
    color: rgba(162, 162, 162, 0.5);
}

.auth {
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    line-height: 140%;
    color: #D00025;
}

.result {
    display: none;
}

.result .check {
    width: 242px;
    height: 242px;
    background: #ffffff;
    border-radius: 50%;
    margin: 334px auto 58px;
    position: relative;
}

.result .check:before {
    content: url(/local/templates/account/images/reciver_check.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.result .text {
    font-weight: bold;
    font-size: 50px;
    line-height: 68px;
    text-align: center;
    color: #1A181F;
    width: 600px;
    margin: 0 auto 400px;
}

.error-text {
    display: none;
    color: #D00025;
    font-weight: 500;
    font-size: 15px;
}

@media (max-width: 767px) {
    .bx-auth-reg {
        margin: 27px auto 0;
    }

    .form-title {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        width: initial;
        margin: 0 35px 30px;
    }

    form {
        width: initial;
        padding: 30px 20px 36px;
        border-radius: 20px;
        margin: 0 30px 40px;
    }

    .tooltip {
        font-weight: 500;
        font-size: 12px;
        margin-top: -15px;
        margin-bottom: 20px;
        line-height: 15px;
    }

    .tooltip a {
        color: #D00025;
    }

    input {
        border-radius: 12px;
        padding: 16px 20px;
        font-weight: 500;
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    input[type="submit"] {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 30px;
    }

    .auth {
        width: 100%;
        font-size: 14px;
        line-height: 19px;
    }

    .error-text {
        font-size: 12px;
        margin: 0;
    }

    .result {
        margin: 0 30px;
    }

    .result .check {
        width: 75px;
        height: 75px;
        margin: 30px auto 50px;
    }

    .result .check:before {
        content: '';
        width: 40px;
        height: 25px;
        background: url(/local/templates/account/images/reciver_check.png) no-repeat;
        background-size: contain;
    }

    .result .text {
        width: inherit;
        font-size: 25px;
        line-height: 35px;
        margin: 0 auto 100px;
    }
}
/* End */
/* /local/templates/account/components/account/forgot.password/.default/style.css?17242511463340 */
