.page__with__form {
    background: #252227;
    min-height: 610px;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form__page {
    background: #fff;
}
.form__page__note {
    margin-bottom: 10px;
    padding: 4px;
    font-size: 16px;
}
.form__page .caption-form {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    color: #000;
    margin-bottom: 22px;
}
.form__register {
    width: 580px;
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.04), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
    padding: 60px;
}
.form__register .input {
    width: 100%;
    margin-bottom: 15px;
}
.form__register .input label {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: #374151;
    display: block;
    margin-bottom: 8px;
}
.form__register .input input {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 11px 12px;
    border-radius: 8px;
    border: 1px solid var(--gray-light-gray, #D1D5DB);
    background: var(--white, #FFF);
}
.form__register .input input::placeholder {
    color: #D1D5DB;
}
.form__register .input input.mage-error:focus {
    outline: 1px solid red;
}
.form__register .input-check {
    padding: 10px 0;
}
.form__register .input-check input {
    position: relative;
    top: 2px;
    float: left;
}
.form__register .input-check label {
    display: flex;
    align-items: center;
}
.form__register .input-check span {
    font-size: 12px;
    display: inline-block;
    color: #374151;
    cursor: pointer;
    margin-left: 10px;
}
.form__register .input-check a {
    color: #374151;
    text-decoration: underline;
}
.form__register .form__center {
    text-align: center;
    margin-top: 22px;
}
.form__register .form__alternate-in {
    margin-top: 22px;
}
.form__register .form__alternate-in .cap {
    display: flex;
    justify-content: center;
    position: relative;
}
.form__register .form__alternate-in .cap:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: #D1D5DB;
    height: 1px;
    top: 50%;
    left: 0;
}
.form__register .form__alternate-in .cap span {
    position: relative;
    z-index: 2;
    display: inline-block;
    background: #fff;
    padding: 5px 15px;
    color: #D1D5DB;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}
.form__register .alternate__options {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.form__register .alternate__options .item:nth-child(2) {
    padding-left: 32px;
}
.form__register .alternate__options .google {
    font-size: 12px;
    color: #000;
    position: relative;
    text-decoration: none;
    padding-left: 25px;
}
.form__register .alternate__options .google:hover {
    color: #8B1613;
}
.form__register .alternate__options .google:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    background: url("../images/Google.svg") center/cover;
    width: 20px;
    height: 20px;
    top: -2px;
}
.form__register .alternate__options .login {
    position: relative;
    padding-left: 25px;
    display: inline-block;
    font-size: 12px;
    color: #000;
    text-decoration: none;
}
.form__register .alternate__options .login:before {
    content: "";
    display: inline-block;
    background: url(https://handmade-hub.ua/wp-content/themes/handmade_theme/images/icons/user.png) center/cover;
    width: 15px;
    height: 15px;
    margin-right: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.form__register .alternate__options .login a {
    color: #8B1613;
}
.form__register .form__login__btns {
    display: flex;
    align-items: center;
    margin-top: 22px;
}
.form__register .form__login__btns [type="submit"] {
    width: 280px;
}
.form__register .form__login__btns .btns__a {
    padding-left: 22px;
}
.form__register .form__login__btns a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 154px;
    height: 35px;
    text-align: center;
    font-size: 12px;
    color: #374151;
    text-decoration: none;
}
.form__register .form__login__btns a:hover {
    color: #8B1613;
}
.form__forgot__password .captcha-reload {
    display: inline-flex;
    height: 35px;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    color: #BE2B27;
    background: #fff;
    font-weight: 700;
    font-size: 14px;
    border: 2px solid #BE2B27;
    padding-left: 15px;
    padding-right: 15px;
    transition: 0.3s;
    min-width: 180px;
}
.form__forgot__password .captcha-reload:hover {
    background: #BE2B27;
    color: #fff;
}
.form__reset__password .password-strength-meter {
    font-size: 14px;
}
.wrap_page,
.page-wrapper .column.main {
    display: flex;
    flex-direction: column;
    height: 100vh;
}
header.header {
    flex-shrink: 0;
}
.page__with__form {
    flex: 1 0 auto;
}
footer.footer {
    flex-shrink: 0;
}
input.mage-error {
    border: 1px solid red!important;
}
div.mage-error {
    color: red;
    font-size: 14px;
}
div.message-error.error.message {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-size: 14px;
}
div.message-success.success.message {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    font-size: 14px;
}
#password-strength-meter-container span {}
#password-strength-meter-container.password-weak span {
    color: red;
    font-weight: bold;
}
#password-strength-meter-container.password-strong span,
#password-strength-meter-container.password-very-strong span {
    color: green;
    font-weight: bold;
}

@media screen and (max-width: 992px) {
    .footer__menu > ul,
    .col-auto.sb {
        text-align: center;
    }
    .col-auto.sb {
        margin-left: 0!important;
        margin-right: 0!important;
    }
}

@media screen and (max-width: 800px) {
    .page__with__form {
        padding: 20px;
        height: auto;
        min-height: 1px;
    }
    .page__with__form .content_page {
        width: 100%;
    }
    .form__register {
        width: 100%;
        padding: 40px 20px 20px;
    }
    .form__page .caption-form {
        font-size: 16px;
    }
    .form__register .alternate__options {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .form__register .alternate__options .item {
        margin-bottom: 10px;
    }
    .form__register .alternate__options .item:nth-child(2) {
        padding: 0;
    }
}

@media screen and (max-width: 450px) {
    .form__register .form__center [type="submit"] {
        width: 100%;
    }
    .form__register .form__login__btns {
        flex-direction: column;
        margin-bottom: -10px;
    }
    .form__register .form__login__btns [type="submit"] {
        width: 100%;
        margin-bottom: 10px;
    }
    .form__register .form__login__btns .btns__a {
        padding-left: 0;
    }
    .form__register .form__login__btns a {
        width: 100%;
    }
}

/*# sourceMappingURL=custom.css.map */