@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali&display=swap');

.cdap_inner {
    background: url(./home_bg.png) no-repeat bottom 70px center;
    padding: 20px 0 100px 0;
    background-size: contain;
    min-width: 100%;
    height: 100vh;
    font-family: 'Noto Sans Bengali';
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.main_logo{
    position: absolute;
    left:10px;
    top: 10px;
}
.main_logo img{ max-width: 150px;}
.reg_inner {
    position: relative;
    z-index: 999;
    width: 100%;
    box-sizing: content-box;
}
.reg_inner_cont {
    padding: 15px 30px 15px 30px;
    position: relative;
    z-index: 999;
}
#my-form .form {
    background: #FFFFFF;
    min-width: 400px;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    border-radius: 8px 8px 10px 10px;
}
.home_link {
    background: #EFF8F1;
    border-radius: 8px 8px 0px 0px;
}
.home_link a {
    color: #3C884A;
    line-height: 26px;
    font-weight: 400;
    font-size: 14px;
}
.reg_inner {
    position: relative;
    z-index: 999;
    box-sizing: border-box;
}
#my-form .my-form {
    margin: 0 auto 15px;
}
#my-form div.logo {
    text-align: center;
}
#my-form div.logo img.logo {
    max-height: 35px;
    margin-bottom: 10px;
}
.logo-title {
    font-size: 14px;
    color: #0F1117;
    font-weight: 500;
    line-height: 18px;
}
.my-form-group {
    position: relative;
    padding-bottom: 15px;
}
.my-form-group .floating-label{ position: absolute; left: 10px; top: 8px; color: #868990; pointer-events: none; transition: 0.2s; font-size: 12px;}
.my-form-group .form-control:focus ~ label.floating-label,
.my-form-group .form-control:not(:placeholder-shown) ~ label.floating-label{ left: 10px; top: -10px; background: #fff; padding: 0px 5px; display: inline-block; color: #666; font-size: 12px}
.my-form-group-error .form-control{ border-color: red}
.my-form-group-error .floating-label{ color: red !important;}

.my-form-group-error .error-message{ text-align: left; font-size: 12px; padding-top: 5px; color: red}
.show-password{ position: absolute; top: 10px; right: 15px; cursor:pointer;}

.customlebel {
    float: left;
    line-height: 24px;
    cursor: pointer;
    font-size: 14px;
    color: #606268;
}
.password_wrong a {
    float: left;
    line-height: 20px;
    font-size: 12px;
    text-decoration: none;
    color: #000;
}
.password_wrong a:hover{
    text-decoration: underline !important;
}
.or_button{ padding: 8px; border-radius: 8px; background: #fff; border: 1px solid #ddd; text-decoration: none; color: #000; margin: 0 5px; display: block; min-height: 28px; line-height: 28px; text-align: center; font-size: 12px; max-width: 100px;}
.or_button:hover{ background: #d7d7d7;color: #000;}
.or_button img{ margin: 0 auto;}
.reg_btn {
    background: #198754 !important;
}
.static_text { width:80%; text-align:center; border-bottom: 1px solid #000; line-height:0.1em; margin:10px auto 25px; }
.static_text span { background:#fff; padding:0 5px; }
.mygov_acc a:hover{ text-decoration: underline !important;}
.help_login {
    max-width: 85%;
    margin: 0 auto;
}
.help_login ul {
    padding-left: 0px !important;
    margin-bottom: 0px;
}
.help_login ul li {
    list-style: none;
    display: inline-block;
    padding: 0 5px;
}
.help_login ul li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #3C884A;
}
.otp-code {
    list-style: none;
    margin: 0;
    padding: 0;
}
.otp-code li {
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}
.otp-code li input {
    font-size: 16px;
    text-align: center;
    width: 40px;
    height: 35px;
}
.number .verify_change {
    text-align: left;
}
.number .verify_change a {
    color: #3C884A;
    font-size: 15px;
    font-weight: bold;
}
.again_code a {
    float: right;
}

footer{ height: 70px; overflow: hidden;}
footer{
    position: fixed;
    bottom: 0;
}

@media only screen and (max-width: 991px){
    footer{ height: auto; position: relative; font-size: 12px;}
    .cdap_inner{ background-position: center bottom 0px;}
    .otp_title{ font-size: 18px; line-height: 24px;}
    .reg_inner{ padding: 15px;}
    .cdap_inner{ padding-top: 100px !important;}
}

@media only screen and (max-width: 575px){
    .otp-code li input{ width: 30px; height: 25px; padding: 2px;}
    .number span{ font-size: 13px; font-weight: bold;}
    .number .verify_change a{ font-size: 13px; font-weight: bold;}
    .password_wrong a{ font-size: 12px;}
    .customlebel{ font-size: 11px;}
    .reg_inner_cont{ padding: 15px 15px;}
    .or_button{ font-size: 9px;}
    #my-form .form {
        max-width: 100%; min-width: 100%;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px){

    .help_login{ max-width: 100%;}
}


@media only screen and (max-width: 991px){
    footer{ height: auto; position: relative; font-size: 12px;}
    .cdap_inner{ background-position: center bottom 0px;}
    .otp_title{ font-size: 18px; line-height: 24px;}
    .reg_inner{ padding: 15px;}
}

@media only screen and (max-width: 575px){
    .otp-code li input{ width: 30px; height: 25px; padding: 2px;}
    .number span{ font-size: 13px; font-weight: bold;}
    .number .verify_change a{ font-size: 13px; font-weight: bold;}
    .password_wrong a{ font-size: 12px;}
    .customlebel{ font-size: 11px;}
}
