

/* Start:/local/components/onpeak/main.register/templates/template/style.css?17486304013281*/
.bx-auth-reg {
    background: #ffffff;
    position: relative;
    padding: 50px;
    border-radius: 20px;
    text-align: center;
}
.modal-form {
    position: sticky;
    z-index: 1;
}
.register-form__error {
    position: sticky;
    z-index: 1;
}
form[name="regform"] {
    position: sticky;
    z-index: 1;
}
form[name="regform"] label {
    position: absolute;
    top: 10px;
    left: 24px;
    font-family: Inter;
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
}
h1.modal-form__title {
    margin: 0;
}
form[name="regform"]:not(#reg_form) .modal-form__inputs {
    width: 200px;
    margin: 0 auto 24px auto;
    position: relative;
}
.modal-form__inputs input[name="SMS_CODE"] {
    max-width: 200px;
    padding: 30px 24px 16px 24px;
    width: 100%;
}
.confirm-sms {
    border: none;
    text-transform: uppercase;
    padding: 20px 24px;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 18px;
    background-color: #0A8A93;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 20px;
}
#bx_register_resend_link {
    border: none;
    text-transform: uppercase;
    padding: 20px 24px;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 18px;
    background-color: #0A8A93;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
}
.sms-notion {
    margin-top: 15px;
    font-size: 0.8em;
}
.bx-auth-reg .modal-form__inputs.register-form .modal-form__btns  {
    margin-top: 0;
    width: fit-content;
}
.required-notion {
    width: 100%;
    text-align: left;
}
@media(max-width: 768px) {
    .bx-auth-reg {
        padding: 20px;
        border-radius: 12px;
    }
    .confirm-sms {
        padding: 10px 12px;
        font-size: 12px;
    }
    #bx_register_resend_link {
        padding: 10px 12px;
        font-size: 12px;
    }
}
@media(max-width: 575px) {
    #reg_form .modal-form__btns input {
        padding: 0 10px;
    }
}
.agree {
    display: block;
    width: 100%;
    text-align: left;
}
.agree label.custom-checkbox {
    position: relative;
    left: 0;
}

.custom-checkbox {
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #2B2B2B;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox a {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    color: #2B2B2B;
    text-decoration: underline;
    text-decoration-color: #0A8A93;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 34px;
    width: 34px;
    border-radius: 4px;
    background-color: #EDEEF2;
    transition: background 0.3s ease;
}

.custom-checkbox:hover .checkmark {
    background-color: #ddd;
}

.custom-checkbox input:checked ~ .checkmark {
    background-image: url("/upload/custom/check.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* End */
/* /local/components/onpeak/main.register/templates/template/style.css?17486304013281 */
