.ctm-login-page .sign-in-form {
    background: #FFF7EB;
    border-radius: 8px;
    padding: 52px;
}
.ctm-login-page .sign-in-form form {
    max-width: 640px;
    margin: auto;
}
.ctm-login-page {
    margin: 0;
    margin-bottom: 128px;
    padding: 0;
}
.special-box.comments {
    background: #FFFFFF;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 32px 24px 24px 24px;
    flex-basis: 50%;
    height: 100%;
    margin: 32px 0;
}
.special-box.comments h4 {
    line-height: 30px;
    text-transform: capitalize;
    color: #2C0902;
    font-weight: 700;
}
.special-box.comments p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.form-container {
    max-width: 928px;
    width: 100%;
    margin: auto;
}
.ctm-login-page .sign-in-form h3 {
    text-align: center;
    color: #2C0902;
    font-size: 44px;
    font-weight: 700 !important;
    margin-bottom: 48px;
}
.ctm-login-page .sign-in-form form label {
    color: #333333;
}
.ctm-login-page .sign-in-form form label span {
    color: #333333;
}
.ctm-login-page .sign-in-form form .inp-item {
    background: white !important;
    border: 1px solid #ADADAD !important;
    border-radius: 8px !important;
}

.ctm-login-page .sign-in-form form .login-phone {
    background: white;
    border: none;
    border-radius: 12px;
}
.ctm-login-page  .forger_pass {
    display: block;
    text-align: right;
    color: #1A56B0 !important;
    margin-top: 8px;
}
.ctm-login-page .input-field-parent {
    margin: 32px 0;
}
.ctm-login-page .login-submit {
    background: linear-gradient(265.89deg, #FF9332 0%, #FFAF36 100%);
    box-shadow: 0px 6px 20px rgba(255, 147, 50, 0.35);
    border-radius: 12px;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    color: white;
    padding: 12px 24px;
}
.ctm-login-page .have-any-acc {
    color: #1A56B0 !important;
    margin-top: 8px;
    display: block;
}



.ctm-register-page .registration-form {
    padding: 52px 0;
    background: #FFF7EB;
    border-radius: 8px;
    max-width: 928px;
    margin: auto;
    width: 100%;
}
.ctm-register-page .registration-form h3 {
    text-align: center;
    color: #2C0902;
    margin-bottom: 32px;
    font-size: 44px;
    font-weight: 700 !important;
}
.ctm-register-page .registration-form form {
    max-width: 640px;
    width: 100%;
    margin: auto;
}
.ctm-register-page .registration-form form input,
.ctm-register-page .registration-form form select,
.ctm-register-page .registration-form .form-select-label {
    height: 48px;
    border: 1px solid #ADADAD;
    border-radius: 12px;
    background: white;
}
.ctm-register-page .registration-form form select {
    background: white url(/assets/images/checkout-arrow-down.png) calc(100% - 15px) center / 18px no-repeat !important;
    padding-right: 40px;
}
.ctm-register-page .registration-form .form-select-wr {
    position: relative;
}
.ctm-register-page .registration-form .form-select,
.ctm-register-page .registration-form .form-select option:disabled {
    color: #C4C4C4;
}
.ctm-register-page .registration-form .form-select.colorful,
.ctm-register-page .registration-form .form-select option {
    color: #212529;
}
.ctm-register-page .registration-form .form-select-label {
    position: absolute;
    left: 3.5px;
    top: 2px;
    height: calc(100% - 4px);
    width: calc(100% - 40px);
    color: #C4C4C4;
    border: none;
    display: flex;
    align-items: center;
    font-size: 15px !important;
    font-weight: 400 !important;
    display: none;
}
.ctm-register-page .registration-form form p {
    margin-bottom: 32px;
}
.ctm-register-page .registration-form .form-check {
    background: none;
    padding: 0;
}
.ctm-register-page .registration-form .form-check .form-check-label {
    display: flex;
    align-items: center;
    color: #333333;
    margin: 0;
}
.ctm-register-page .do-you-have-acc {
    text-align: center;
    color: #333333;
    font-size: 14px;
}
.ctm-register-page .do-you-have-acc a {
    color: #2373EA !important;
}
.ctm-register-page .submit-btn {
    background: linear-gradient(265.89deg, #FF9332 0%, #FFAF36 100%);
    border-radius: 12px;
    color: white;
    padding: 12px 72px;
    margin: auto;
    display: block;
}
.ctm-register-page .inp-item {
    background: white;
    border: 1px solid #ADADAD;
    border-radius: 12px;
}
.password-control {
    position: relative;
    display: block;
}
.password-control .password-control-input {
    padding-right: 45px;
}
.password-control .password-control-eye {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    display: block;
    width: 24px;
    height: 24px;
    border: none;
    background: url(../../images/icons/eye-crossed.svg) no-repeat, url(../../images/icons/eye.svg) no-repeat;
    background-size: contain;
    background-position: center center, center 100px;
}
.password-control .password-control-eye.toggled {
    background-position: center 100px, center center;
}
.full-row.reg-page {
    padding-bottom: 38px !important;
    margin-top: 30px;
}
.full-row.ctm-register-page {
    margin-bottom: 128px;
    padding: 0;
}
.full-row.login-page {
    padding: 0;
    margin: 0;
}
.full-row.login-page .breadcrumb {
    margin-top: 115px;
    margin-bottom: 38px !important;
}
.ctm-forgot-pass-page {
    margin: 0;
    padding: 0;
    margin-top: 38px;
    margin-bottom: 128px;
}
.verify-code-parent {
    padding-top: 34px;
}
.full-row.forgot-pass {
    margin: 0;
    padding: 0;
}
.full-row.forgot-pass .breadcrumb {
    margin-top: 98px;
}
.ctm-forgot-pass-page .forgot-password {
    max-width: 928px;
    width: 100%;
    margin: auto;
    background: #FFF7EB;
    border-radius: 8px;
    padding-top: 52px;
    min-height: 468px;
    height: 100%;
}

.ctm-forgot-pass-page .forgot-password .forgot-password-inner {
    max-width: 640px;
    width: 100%;
    margin: auto;
}
.ctm-forgot-pass-page .forgot-password .forgot-password-inner h3 {
    text-align: center;
    font-size: 44px;
    color: #2C0902;
    font-weight: 700 !important;
    margin-bottom: 32px;
}

.ctm-forgot-pass-page .forgot-password .forgot-password-inner form label {
    color: #2C0902;
}

.ctm-forgot-pass-page .forgot-submit-btn {
    background: linear-gradient(265.89deg, #FF9332 0%, #FFAF36 100%);
    border-radius: 12px;
    color: white;
    font-weight: 900;
    line-height: 24px;
    padding: 9px 24px;
    display: block;
    margin: 32px auto 0;
}

.forgot-password-inner .inp-item {
    background: white;
    border: 1px solid #ADADAD;
    border-radius: 12px;
}
.forgot-password-inner .inp-item input {
    border-radius: 12px;
}



.front-login-input-item .inp-item  {
    padding-left: 7px;
    border: 1px solid #ADADAD !important;
    border-radius: 8px !important;
}
.front-login-input-item .inp-item input {
    border-radius: 8px;
    border: none;
    padding-left: 8px !important;
}
.front-login-input-item {
    margin-bottom: 32px;
}
.front-login-input-item input {
    height: 48px;
    border-radius: 8px;
    background-color: white;
    padding-left: 16px;
    border: 1px solid #ADADAD;
}
.front-login-input-item input:focus {
    border-radius: 8px;
    padding-left: 16px;
}

.front-login-input-item input::placeholder {
    color: #ADADAD;
}
.front-login-input-item label {
    color: #2C0902;
    font-weight: 700;
}
.front-login-input-item p {
    text-align: right;
    margin-top: 8px;
    color: #1A56B0 !important;
    font-size: 14px;
}
.front-login-input-item p a {
    color: unset !important;
}
.front-login .login-submit {
    max-width: 114px;
    font-size: 20px;
    font-weight: 900;
    width: 100% !important;
    display: block;
    margin: auto;
    border-radius: 12px !important;
    margin-right: auto !important;
}
.front-login .login-submit:hover {
    border: none !important;
    color: white !important;
}
.front-login .do-you-have-account {
    margin-top: 18px;
}
.front-login .do-you-have-account a {
    color: #1A56B0 !important;
}
.front-reg-input-item {
    margin-bottom: 24px;
}

.verify-phone-footer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 24px;
    gap: 16px;
}
.verify-phone-footer a {
    background: #FFEFD7;
    border-radius: 12px;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    color: #FFB74A;
    Padding: 9px 36px;
}
.fill_submit_code {
    background: linear-gradient(265.89deg, #FFAF36 0%, #FF9332 100%);
    border-radius: 12px;
    color: white;
    Padding: 9px 36px;
    display: block;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
}
.verify-phone-footer a:hover {
    color:  #FFB74A !important;
}
.front-reg-submit {
    color: white;
    font-weight: 900;
    font-size: 20px;
    max-width: 279px;
    height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 12px !important;
}
.front-reg-submit:hover {
    border: none !important;
    color: white !important;
}
.ctm-verify-reg {
    background: #FFF7EB;
    border-radius: 8px;
}
.ctm-verify-reg h3 {
    text-align: center;
    color: #2C0902;
    font-weight: 700;
    font-size: 44px;
    line-height: 38px;
}
.code-fields {
    margin: 32px 0;
}

.full-row.verify-code {
    padding-top:0;
    padding-bottom: 128px;
}
.front-login-parent {
    padding-bottom: 38px;
}

.front-login-input-item .country-number-code {
    margin:0;
    display:flex;
    align-items: center;
    color: #8E8E93 !important;
    font-size: 16px;
    margin-left: 8px;
}

.front-login-input-item input:focus .inp-item{
    background-color: red !important;
}


.modal_del_conf .btn-success {
    border: 1px solid #FFAF36;
}
.shareholder-label .form-check {
    margin-bottom: 35px
}
.form-check.space-with-shareholder {
    margin-bottom: 11px;
}
label[for='aboutShareholders']::before {
    width: 30px !important;
    height: 30px !important;
    margin-right: 32px !important;
}
#shareholders {
    background: white;
    border-radius: 12px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-left: 8px;
    justify-content: space-between;
    gap: 0 8px;
    max-width: 593px;
    width: 100%;
    padding-right: 9px;
    margin-bottom: 32px;
    border:1px solid #ADADAD;
}
#shareholders .shareholder {
    padding-bottom: 14px;
}
#shareholders .shareholder:nth-child(2) {
    border-right: 1px solid #ADADAD;
    border-left: 1px solid #ADADAD;
    padding-left: 7px;
    padding-right: 8px;
}
.shareholder-form {
    gap: 4px 0;
    display: flex;
    flex-direction: column;
}
#shareholders .shareholder-title {
    font-size: 16px;
    color: #5F5F5F;
    padding-top: 8px;
    font-weight: 700;
}
#shareholders .shareholder-form input {
    height: 28px;
    padding-left: 8px;
    font-size: 14px !important;
    width: 100%;
}
#shareholders .shareholder-form input::placeholder {
    color: #C4C4C4;
    font-size: 14px !important;
}












@media(max-width: 1000px) {
    .ctm-login-page .form-container {
        max-width: 100%;
        padding: 0 32px;
    }
}
@media(max-width: 768px) {
    .verify-code .container .row .col {
        margin: 0 16px;
    }
    .ctm-customer-dashboard_parent {
        margin-top: 0;
        padding-bottom: 60px;
    }
    .full-row.login-page .breadcrumb {
        margin-top: 98px;
        margin-bottom: 18px !important;
    }
    .front-login-parent {
        margin-top: 48px;
        padding-bottom: 18px;
    }
    .front-register-page .breadcrumb {
        margin-top: 62px;
    }
    .breadcrumb-item + .breadcrumb-item::before {
        height: 9px !important;
        width: 9px !important;
    }
    .full-row.reg-page {
        padding-bottom: 18px !important;
    }
    .ctm-login-page  .form-container {
        padding: 0 16px;
    }
    .ctm-forgot-pass-page .forgot-password .forgot-password-inner h3 {
        font-size: 26px;
    }
    .ctm-login-page .sign-in-form h3 {
        font-size: 26px;
    }
    .ctm-login-page .sign-in-form {
        padding: 48px 16px;
    }
    .ctm-register-page .registration-form {
        padding: 32px 16px;
    }
    .ctm-forgot-pass-page .forgot-password {
        padding-top: 48px;
        padding-bottom: 48px;
        min-height: auto;
        padding-left: 16px;
        padding-right: 16px;
    }
    .ctm-register-page .registration-form h3 {
        font-size: 26px;
    }

    .front-login-input-item {
        margin-bottom: 15px;
    }
}
@media(max-width: 500px) {
    #shareholders {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    #shareholders .shareholder:nth-child(2) {
        border: none;
    }
}
@media(max-width: 425px) {
    #shareholders {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    #shareholders .shareholder:nth-child(2) {
        border-top: 1px solid #ADADAD;
        border-bottom: 1px solid #ADADAD;
        padding-left: 0;
        padding-right: 0;
    }
    #shareholders .shareholder {
        padding-bottom: 12px;
    }
    .ctm-register-page .registration-form form p {
        margin-bottom: 18px;
    }
    input[type="checkbox"] + label:before {
        max-width: 18px;
        width: 100%;
    }
    label[for='aboutShareholders']::before {
        margin-right: 12px !important;
        max-width: 18px !important;
        height: 18px !important;
    }

    input[type="checkbox"] + label {
        font-size: 16px !important;
    }
    #shareholders .shareholder-title {
        margin-bottom: 7px;
    }
    #shareholders .shareholder {
        padding-left: 0;
        padding-right: 0;
    }
}
.delete-this-popup {
    display: none;
}
@media(max-width: 375px) {
    .ctm-register-page .registration-form .form-check .form-check-label {
        align-items: flex-start;
    }
    input[type="checkbox"] + label:before {
        margin-top: 2px;
    }
}