section.form_section {
    /* height: 100vh; */
    background-color: #fff!important;
    padding: 0 15px;
}
.form_logocont {
    width: 84px!important;
    height: 84px!important;
    margin: 0 auto 25px!important;
}

.form_logocont img {
    width: 100%!important;
    height: auto!important;
}

.form_container {
    max-width: 350px!important;
    width:100% !important;
    padding: 50px 0!important;
    margin: auto!important;
}

.form_container .form_data {
    margin-left: 0!important;
    padding: 26px 24px!important;
    font-weight: 400!important;
    overflow: hidden!important;
    background: #fdfdfe !important;
    border: unset !important;
    max-width: 900px !important;
    border-radius: 5px !important;
     box-shadow: 0px 2px 12px -1px rgba(0, 0, 0, .2) !important;
}

.input_box input {
    font-size: 24px!important;
    width: 100%!important;
    margin: 0 6px 16px 0!important;
    min-height: 40px!important;
    max-height: none!important;
    background-color: #fff!important;
    color: #2c3338!important;
    
    margin-bottom: 20px !important;
    padding: 5px 10px !important;
    line-height: 25px !important;
    border: 0px solid #ddd !important;
    border-top: 2px solid #dde1ea !important;
    /* box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, .15) !important; */
    /* border-radius:0px !important; */
}

.input_box input:focus, .input_box input:focus-visible {
    border-color: unset !important;
    outline: unset !important;
    border-top: 2px solid #dde1ea !important;
}

.input_box label {
    font-weight: bold !important;
    margin-bottom: 5px !important;
    color: #1C2435 !important;
    font-size: 14px !important;
    font-family: "SFProDisplay", sans-serif;
    line-height: 2 !important;  
}

.form_container .form_data p {
    font-size: 13px!important;
    line-height: 1.5!important;
    margin: 0 0 10px !important;
    font-family: "SFProDisplay", sans-serif;
}

.note_text {
    font-weight: 700!important;
}

.form_fillbtn {
    background: #33cccc  !important;
    border: 1px solid #33cccc  !important;
    color: #fff !important;
    text-decoration: none !important;
    line-height: 30px !important;
    padding: 0 12px !important;
    border-radius: 3px !important;
    font-size: 13px !important;
    line-height: 2.15384615 !important;
    cursor: pointer !important;
}
.form_fillbtn:hover {
    background: #33cccc !important;
    border-color: #33cccc !important;
    color: #fff!important;
}

button#sendAgainCode.form_outline_bt {
    background: #1c2434 !important;
    border: 1px solid #1c2434 !important;
    color: #fff !important;
    text-decoration: none!important;
    line-height: 30px!important;
    padding: 0 12px!important;
    border-radius: 3px!important;
    font-size: 13px!important;
    line-height: 2.15384615!important;
    cursor: pointer!important;
}
button#sendAgainCode.form_outline_bt:hover {
    background: #1c2434 !important;
    color: #fff !important;
    border-color: #1c2434 !important;
}

.fields_container {
    margin-top: 25px!important;
}

.button_container {
    display: flex!important;
    justify-content: space-between!important;
    align-items: center!important;
}

.formOutertext {
    color: #50575e!important;
    font-size: 13px;
    padding: 0 24px!important;
    margin: 16px 0!important;
}

.formOutertext a {
    text-decoration: none!important;
    color: #777 !important;
    font-size: 14px;
    font-weight: 600;
}
.formOutertext a:hover {
    color: #135e96!important;
}
.margin25{
    margin-top: 25px!important;
}
.codeblue {
    color: #33cccc  !important;
    font-weight: 700 !important;
}
.form-heading {
    font-weight: 600 !important;
    /* font-family: 'Inter' !important; */
    font-family: "SFProDisplay", sans-serif;
    background: #1c2434 !important;
    color: #fff !important;
    padding: 10px !important;
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
    margin-bottom: 0 !important;
    font-size: 18px !important;
    text-align: left !important;
}

.number_field::-webkit-outer-spin-button,
.number_field::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}
.errRed, .errGreen {
    border-left: 4px solid #d63638 !important;
    padding: 12px !important;
    margin-left: 0 !important;
    margin-bottom: 20px !important;
    background-color: #fff !important;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1) !important;
    word-wrap: break-word !important;
    font-size:13px !important;
    color: #000 !important;
}
.errGreen {
    border-left: 4px solid #9BBC4E !important;
}



@media (max-width:400px) {
    .button_container{
        flex-wrap:wrap;
        gap:10px;
    }
}


button#sendAgainCode.form_outline_bt:disabled {
    background-color: #c4c7bf !important;
    border: none !important;
    cursor: not-allowed !important;
}

button#sendAgainCode.form_outline_bt:disabled:hover {
    background-color: #b0b3a8 !important; /* Slightly darker shade for hover */
    border: none !important;
    cursor: not-allowed !important;
}




/* otp page css */
.hk_otp_page_main_section .form_container {
    max-width: 550px !important;
}

.hk_otp_page_main_section .fields_container .input_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.hk_otp_page_main_section .fields_container .input_box input {
    margin: 0 !important;
    border-radius: 4px !important;
    text-align: center;
    border: 1px solid #666 ! IMPORTANT;
    padding: 0 0 4px !important;
}

.hk_otp_page_main_section .fields_container {
    margin-bottom: 25px;
    padding: 0 24px !important;
}

.hk_otp_page_main_section .form_container .form_data {
    /* padding: 50px !important; */
    padding: 0 20px 40px !important;
    text-align: center;
    box-shadow: unset !important;
    border-radius: 0 0 5px 5px !important;
    background-color: unset !important;
    border: 1px solid #cfc8d8 ! IMPORTANT;
}

.hk_otp_page_main_section .button_container {
    justify-content: end !important;
    margin-top: 30px;
}

.hk_otp_page_main_section .form_container .form_data p {
    font-size: 15px !important;
    text-align: left;
    line-height: 1.4 !important;
}

.hk_otp_page_main_section button#sendAgainCode.form_outline_bt:disabled {
    background-color: transparent !important;
    color: #33cccc !important;
    padding: 0 !important;
    font-weight: 700;
    text-decoration: none !important;
}

.hk_otp_page_main_section .fields_container+p,
.hk_otp_page_main_section .fields_container+p font {
    line-height: 2 !important;
    color: #959595 !important;
    text-align: center !important;
}

.hk_otp_page_main_section .fields_container+p,
.hk_otp_page_main_section .form_container .form_data p {
    padding: 0 25px !important;
}

.hk_otp_page_main_section button#sendAgainCode.form_outline_bt {
    margin: 0 7px;
    color: #33cccc !important;
    background-color: unset !important;
    border: unset !important;
    padding: 0 !important;
    font-weight: 600;
    text-decoration: underline !important;
}

.hk_otp_page_main_section .form-heading {
    background: #ffffff !important;
    color: #000 !important;
    box-shadow: UNSET !important;
    border: 1px solid #cfc8d8;
    margin-bottom: 0px !important;
    text-align: center !important;
    border-bottom: 0;
}

.hk_otp_page_main_section button#sendAgainCode.form_outline_bt font {
    color: #33cccc !important;
}

.hk_otp_page_main_section button#sendAgainCode.form_outline_bt:hover {
    background-color: unset !important;
    text-decoration: underline !important;
    color: #33cccc !important;
}

.hk_otp_page_main_section .form_data img {
    max-height: 270px;
    height: 100%;
}

@media (max-width:767px) {
    .hk_otp_page_main_section .form_container .form_data {
        padding: 30px 15px !important;
    }

    .hk_otp_page_main_section .fields_container,
    .hk_otp_page_main_section .fields_container+p,
    .hk_otp_page_main_section .form_container .form_data p {
        padding: 0 !important;
    }

    .hk_otp_page_main_section .form_data img {
        max-height: 100%;
    }

    .hk_otp_page_main_section .fields_container .input_box {
        gap: 10px;
    }

    .hk_otp_page_main_section .button_container button {
        padding: 6px 90px !important;
    }

    .hk_otp_page_main_section .fields_container .input_box input {
        min-height: 38px !important;
        max-height:unset !important;
        font-size: 16px !important;
    }
}



.hk_otp_page_main_section .button_container button {
    padding: 6px 110px !important;
}


.hk_otp_page_main_section .fields_container .input_box input {
    padding: 0 !important;
    min-height: 40px !important;
    max-height: 40px !important;
    width: 40px !important;
}

.hk_otp_page_main_section .button_container {
    justify-content: center !important;
}

/* / svartsurbaer theme#43AF91 / */
.hk_main_section_svart button#sendAgainCode.form_outline_bt:hover, .hk_main_section_svart button#sendAgainCode.form_outline_bt:disabled {
    color: #33CCCC !important;
}
.hk_main_section_svart button#sendAgainCode.form_outline_bt {
    color: #33CCCC !important;
}

.hk_main_section_svart .button_container button, .hk_main_section_svart .button_container button:hover {
    background: #33CCCC !important;
    border: 1px solid #33CCCC !important;
    font-weight: 600;
}

/* / asshwagandha theme color / */
.hk_main_section_ash button#sendAgainCode.form_outline_bt:hover, .hk_main_section_ash button#sendAgainCode.form_outline_bt:disabled {
    /* color: #43AF91 !important; */
    color: #33CCCC !important;
}
.hk_main_section_ash button#sendAgainCode.form_outline_bt {
    /* color: #43AF91 !important; */
    color: #33CCCC !important;
}

.hk_main_section_ash .button_container button, .hk_main_section_ash .button_container button:hover {
    background: #33CCCC !important;
    border: 1px solid #33CCCC !important;
    font-weight: 600;
}

/* / agemin theme color / */
.hk_main_section_agemin button#sendAgainCode.form_outline_bt:hover, .hk_main_section_agemin button#sendAgainCode.form_outline_bt:disabled {
    color: #435E68 !important;
}
.hk_main_section_agemin button#sendAgainCode.form_outline_bt {
    color: #435E68 !important;
}

.hk_main_section_agemin .button_container button, .hk_main_section_agemin .button_container button:hover {
    background: #435E68 !important;
    border: 1px solid #435E68 !important;
    font-weight: 600;
}

div#showLogerr p.errRed {
  
    margin: 0 auto;
    padding-right: 20px;
    background-color: #b81c2329 !important;
    border: unset !important;
   
    padding-left: 20px !important;
}
div#showLogerr p.errRed:before {
    content: "\e016";
    color: #b81c23;
    font-family: WooCommerce;
    display: inline-block;
    top: 1px;
    margin-right: 10px;
    position: relative;
}