
.section-title {
    font-weight: bold;
    color: #0d6efd;
    margin-bottom: 20px;
    border-bottom: 2px solid #0d6efd;
}

.form-group {
    margin-bottom: 1rem;
}

.outer-login div#pnlAdvocateFormFields .col-lg-6 {
    padding-left: 15px;
    padding-right: 15px;
}



.custom-form-all {
    padding: 50px 0 50px 0;
    background: url(../images/banner-1.png);
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

}

.login-top-p {
    font-size: 28px;
    text-align: center;
    margin: 0 0 22px 0;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    font-weight: 600;
    position: relative;
}

    .login-top-p:after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -5px;
        height: 4px;
        background: #005492;
        content: "";
        max-width: 51px;
        margin: auto;
    }

.input-label {
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    text-align: left;
    margin: 0 0 5px 0;
}

.cus-input-box .form-control.input-sm {
    color: #212832;
    text-align: left;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
    border: 1px solid #dadadae8;
    height: 50px;
    border-radius: 4px;
    margin: 0 0 0 0;
}

.width-form {
    background: #fff;
    border-radius: 12px;
    padding: 40px 40px;
    box-shadow: 0px 3px 10px 0px rgb(153 152 152 / 14%);
    margin: auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
#rblGender label {
    font-size: 12px;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    text-align: center;
    margin: 0 16px 0 0;
}
#rblGender input[type="radio"] {
    margin: 0 7px 0 0;
}

#rblGender {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #dadadae8;
    height: 50px;
    border-radius: 4px;
    padding: 0 15px;
}

.con-input select {
    color: #212832;
    text-align: left;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
    border: 1px solid #dadadae8;
    height: 50px;
    border-radius: 4px;
    margin: 0 0 0 0;
}

.cus-input-box {
    margin: 0 0 22px 0;
}

.login-ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .login-ul li {
        width: 49%;
    }

.login-bt-1 {
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    min-width: 80px;
    text-align: center;
    margin: 0 0 0px 0px;
    transition: all 0.4s ease;
    width: 100%;
    max-width: 100%;
    border: none;
    height: 50px;
    transition: all 0.4s ease;
    border: none !important;
}

.cancel-bt-1 {
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    background: linear-gradient(90deg, #dc3545 0%, #b51221 50%, #970311 100%);
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    min-width: 80px;
    text-align: center;
    margin: 0 0 0px 0px;
    transition: all 0.4s ease;
    width: 100%;
    max-width: 100%;
    border: none;
    height: 50px;
    transition: all 0.4s ease;
    border: none !important;
}

    .login-bt-1:hover,
    .cancel-bt-1:hover {
        background: #212832 !important;
    }

#hprlinkForgotPasswordRegister {
    color: #005492 !important;
    text-align: center;
    margin: 0 0 0px 0;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
}

.dis-none {
    display: none !important;
}

.govtimg {
    width: 100%;
    max-width: 170px;
    margin: auto;
    display: block;
    margin-bottom: 30px;
}

.form-left-con {
   /* background: url(../images/header-bg-1.png);*/
    background-size: cover;
    background-position: top;
    padding: 40px 40px;
    background-attachment: fixed;
    height: 100%;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow: 0px 3px 10px 0px rgb(153 152 152 / 14%);
    background: url(/images/dark-banner.jpg);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}

.cus-input-box .form-control.input-sm:hover,
.cus-input-box .form-control.input-sm:focus {
    outline: 3px solid #005492;
    border-color: transparent;
}
.con-input select:hover,
.con-input select:focus {
    outline: 3px solid #005492;
    border-color: transparent;
}
.outer-login .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
}

.form-left-p1 {
    font-size: 24px;
    text-align: center;
    margin: 0 0 15px 0;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600;
    position: relative;
    color: #fff;
}

.form-left-p2 {
    font-size: 16px;
    text-align: center;
    margin: 0 0 15px 0;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    position: relative;
    color: #fff;
}

.signup-link {
    color: #005492 !important;
    text-align: center;
    margin: 0 0 0px 0;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
}

.link-flex-bottm {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 15px 0;
}

.dont-p {
    margin: 0;
    text-align: center;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
    color: #212832;
}

    .dont-p a {
        color: #005492 !important;
    }
.regis-only .container {
    max-width: 1320px !important;
}



/*.regis-only .input-label {
    font-size: 12px;
}
.regis-only .cus-input-box .form-control.input-sm {
    font-size: 12px;
    height: 40px;
}
.regis-only div#previewBox {
    width: 100% !important;
    height: 40px !important;
    border: 1px dashed #ccc !important;
}
.regis-only .con-input select {
    font-size: 12px;
    height: 40px;
}
.regis-only .width-form {
    padding: 30px 30px;
}
.regis-only .cus-input-box {
    margin: 0 0 12px 0;
}
.regis-only .login-bt-1,
.regis-only .cancel-bt-1 {
    font-size: 12px;
    height: 40px;
}*/
.border-part {
    border: 1px dashed #dadadae8;
    padding: 22px 22px;
    border-radius: 4px;
    margin: 0 0 15px 0;
}
.section-title12 {
    background: #005492;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 15px 0;
    padding: 10px 15px 10px 15px;
    border-radius: 4px;
    color: #fff;
}

.cus-input-box.advocate-only .con-input {
    display: flex;
}
.capcha-img {
    width: 90px;
    margin: 0;
}
#btnVerifyAdvocate {
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    text-align: center;
    margin: 0 0 0px 0px;
    transition: all 0.4s ease;
    border: none;
    height: 50px;
    transition: all 0.4s ease;
    border: none !important;
    margin: 0 0 0 15px;
    min-width: 180px;
}
.check-b {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #dadadae8;
    height: 50px;
    border-radius: 4px;
    padding: 0 15px;
}

    .check-b label {
        font-size: 12px;
        font-weight: 500;
        font-family: "Poppins", sans-serif !important;
        color: #212832;
        text-align: center;
        margin: 0 0 0 8px;
    }
div#abc3 {
    margin: 0 !important;
}

.height-9090{
    width: 100%;
}
.outer-login {
    max-width: 1000px;
    margin: auto;
}
.custom-form-all.regis-only .outer-login {
    max-width: 100%;
}
.custom-form-all.regis-only form#formRegister {
    width: 100%;
}
.cus-input-box.cen-text-90 {
    text-align: center;
}

    .cus-input-box.cen-text-90 label.input-label {
        text-align: center;
    }

    .cus-input-box.cen-text-90 .con-input {
        display: flex;
        justify-content: center;
    }
/* Target the CalendarExtender popup */
#CalendarExtender1_popupDiv {
    z-index: 999;
    transform: scale(1.3); /* Makes it 30% bigger */
    transform-origin: top left;
}

    /* Optional: adjust font size for readability */
    #CalendarExtender1_popupDiv table {
        font-size: 12px !important;
    }
.login-top {
    text-align: center;
    margin: 0 0 15px 0;
}
ul.login-ul.full-size li {
    width: 100%;
}
div#dvtimer {
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
}


@media(max-width: 767px){
    .custom-form-all {
        padding: 30px 15px 30px 15px;
    }
    .width-form {
        padding: 22px 22px;
    }
    .custom-form-all.regis-only {
        padding-left: 0;
        padding-right: 0;
    }
}