.foot-form-style {
    position: fixed;
    width: 100%;
    bottom: 0;
}

.h-100-foot-copy {
    height: 100%!important;
}

.hidden-col {
    display: block;
}

.head-login {
    position: absolute;
    height: 80px !important;
}

.container-ct {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.my-login-page .brand {
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50%;
    margin: 40px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05);
    position: relative;
    z-index: 1;
}

.my-login-page .brand img {
    width: 100%;
}

.my-login-page .card-wrapper {
    width: 400px;
}

.my-login-page .card {
    border-color: transparent;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05);
}

.my-login-page .card.fat {
    padding: 10px;
}

.my-login-page .card .card-title {
    margin-bottom: 30px;
}

.my-login-page .form-control {
    border-width: 2.3px;
}

.my-login-page .form-group-ct label {
    width: 100%;
}

.my-login-page .btn.btn-block {
    padding: 12px 10px;
}

.my-login-page .footer {
    margin: 40px 0;
    color: #888;
    text-align: center;
}

.card-title-ct {
    margin-bottom: 20px;
    text-align: center;
    font-size: 25px;
}

.custom-control-ct {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    /* padding-left: 1.5rem; */
    font-size: 14px;
    margin-top: 15px;
    /* margin-right: 1rem; */
}

.form-group-ct {
    margin-bottom: 1rem;
}

.text-foot-ct {
    color: #2d3a5e;
    font-family: 'sukhumvitset-bold', sans-serif;
}

.card-body-left-ct {
    height: auto;
    background-position: center center;
    background-image: url(/img/bg-login2.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.card-wrapper {
    position: relative;
    top: 15%;
}

.in-card-left-ct {
    padding: 90px 60px;
    position: absolute;
    top: 90px;
    left: -20px;
}

.in-card-left-ct h2 {
    color: #404551;
    font-size: 40px;
}

.in-card-left-ct p {
    color: #404551;
    font-size: 20px;
    line-height: 1.7;
}

.card-ct {
    transition: 0.3s;
    width: 40%;
    height: auto;
    margin: 0 auto;
}

.card-body-ct {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-radius: 8px;
    /* box-shadow: rgb(212 212 228) -5px 8px 19px 0px;
    padding: 35px 70px; */
}

.img-logo-lumpsum {
    width: 60px;
    margin-bottom: 20px;
}

.btn-block-ct {
    display: block;
    width: 100%;
}

.btn-primary-ct {
    color: #fff;
    background-color: #3f3ce8;
    border-color: #3f3ce8;
    margin-top: 30px;
    height: 50px !important;
    border-radius: 8px !important;
}

.btn-primary-ct:hover {
    color: #fff;
    background-color: #6969ff;
    border-color: #6969ff;
    transition-duration: 500ms;
    height: 50px !important;
}

.btn-primary-view {
    background-image: url(../img/core-img/not-view.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-outline-primary-ct {
    background-color: transparent;
    background-image: none;
    background-image: url(../img/core-img/view.png) !important;
}

.tab-copyright {
    color: #ffffff !important;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.policy-regis {
    color: #3f3ce8;
}


/* OTP */

.form {
    display: block;
}

.form__group {
    margin: 10px 0 0;
}

.form__group--error.form__pincode>input {
    background-color: #eb3b3b;
}

.form__group--error.form__pincode>input[disabled] {
    background-color: #eb3b3b;
    color: #fff;
    opacity: 1;
}

.form__group--success.form__pincode>input {
    background-color: #32c832;
}

.form__group--success.form__pincode>input[disabled] {
    background-color: #32c832;
    color: #fff;
    opacity: 1;
}

.form__pincode {
    display: block;
    width: 100%;
    margin: 10px auto 20px;
    padding: 0;
}

.form__pincode:before,
.form__pincode:after {
    display: table;
    content: '';
}

.form__pincode:after {
    clear: both;
}

.form__pincode>label {
    display: block;
    margin: 10px 0;
}

.form__pincode>input[type="number"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.form__pincode>input {
    display: inline-block;
    float: left;
    width: 15%;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 2em;
    color: #181819;
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 2px 2px 0 0;
    transition: background-color 0.3s, color 0.3s, opacity 0.3s;
    cursor: default;
    user-select: none;
    margin: 0;
    margin-top: 10px;
    margin-right: 2%;
    padding: 0;
}

.form__pincode>input:focus {
    outline: 0;
    box-shadow: none;
    border-color: #3f3ce8;
    animation: border-pulsate 1.5s infinite;
    -webkit-tap-highlight-color: transparent;
}

.form__pincode>input:last-child {
    margin-right: 0;
}

.form__pincode>input[disabled] {
    background: #eee;
    opacity: 1;
}

.form__buttons {
    text-align: center;
    margin: 0 auto;
    padding: 10px 0 0;
}

.button--primary {
    color: #2d3a5e;
    line-height: 48px;
    text-decoration: underline;
    /* border-radius: 50px; */
    text-transform: uppercase;
    white-space: nowrap;
    user-select: none;
}

span.ref-ASCE {
    text-align: center;
    width: 100%;
    display: inline-block;
    position: relative;
    top: -10px;
}

.box-alert-popup span.ref-ASCE {
    text-align: center;
    width: 100%;
    display: inline-block;
    position: relative;
    top: -10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.verification-incorrect {
    font-size: 16px;
    color: #ff4032 !important;
    font-weight: 600;
    text-align: center;
}

.text-form-verification-incorrect-5-time {
    text-align: left;
    font-size: 16px;
    margin: auto;
    display: block;
    color: #ff4032;
    font-weight: 600;
}

.text-form-verification-incorrect-5-time.otp {
    font-size: 16px;
}

@media screen and (max-width: 1199px) {
    .in-card-left-ct h2 {
        color: #404551;
        font-size: 27px;
    }
    .in-card-left-ct p {
        color: #404551;
        font-size: 16px;
        line-height: 1.7;
    }
    .card-ct {
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .card-ct {
        width: 60%;
    }
}

@media screen and (max-width: 768px) {
    .hidden-col {
        display: none;
    }
    .card-wrapper {
        position: relative;
        top: 3%;
    }
    .card-ct {
        width: 100%;
        margin: 0;
    }
    .head-login {
        position: relative;
        height: 80px !important;
    }
    .hide-text {
        display: none;
    }
}

@media screen and (max-width: 425px) {
    .my-login-page .card-wrapper {
        width: 90%;
        margin: 0 auto;
    }
    .foot-form-style {
        position: relative;
        width: 100%;
        bottom: 0;
    }
    .h-100-foot-copy {
        height: 0%!important;
    }
}

@media screen and (max-width: 320px) {
    .my-login-page .card.fat {
        padding: 0;
    }
    .my-login-page .card.fat .card-body {
        padding: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1600px) {
    .in-card-left-ct {
        padding: 50px 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {
    .in-card-left-ct {
        padding: 90px 60px;
        position: absolute;
        top: 50px;
    }
    .in-card-left-ct h2 {
        font-size: 38px;
    }
    .in-card-left-ct p {
        font-size: 18px;
    }
}

.text-des-main {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 5px;
    padding-bottom: 25px;
}

.btn-next-border {
    color: #a4a5a7;
    border: 1px solid #a4a5a7;
    background: #ffffff;
    padding: 10px 20px;
    width: auto;
    margin: 0 auto;
    border-radius: 8px;
}

.btn-next-border:hover {
    color: #8f9193;
    border: 1px solid #8f9193;
}