body {
    font-family: 'Poppins', sans-serif;
}

.text-theme {
    color: #094B42;
}

a:hover {
    color: #094B42;
}

.btn {
    border-radius: 0.9375rem;
}

a:active {
    color: #094B42;
}

.auth-container {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    background-color: #34495e;
    /*    background-image: url('../img/login_bd.svg');
*/
    background-image: url('../../landingassets/img/cm_portal2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.login_page {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.auth-card {
    border-radius: 1.5rem;
    border: 2.5px solid rgba(38, 88, 15, 0.20);
    opacity: 0.9;
    background: #FFF;
    box-shadow: 0px 24px 48px -8px #00000029;
    backdrop-filter: blur(10px);
    /* min-height: calc(100vh - 80px); */
}

.auth-in-logo {
    text-align: center;
}

.auth-in-logo h3 {
    color: #0F5345;
    text-transform: uppercase;
    margin-bottom: 0;
    /*font-family: Poppins;*/
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.01em;
    text-align: center;
}

.auth-in-logo h5 {
    color: #0F5345;
    text-transform: uppercase;
    /*font-family: Poppins;*/
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.01em;
    text-align: center;
}

.auth-card label {
    color: #333;
    font-size: 14.5px;
    font-weight: 500;
    margin-bottom: 2px;
    display: flex;
    justify-content: space-between;
}

.auth-card .form-control {
    border-radius: 0.58413rem;
    padding: 0.45rem 0.75rem;
    /*font-size: 0.65rem;*/
    height: 46px;
    box-shadow: 0px 1.08px 2.16px 0px #0000000D;
    border: 1.5px solid #D3D5D9;
}

.auth-card .form-control::placholder {
    color: #333;
}

.auth-card .form-check-input:checked {
    background-color: #eaa134;
    border-color: #eaa134;
}

.auth-card .form-control:focus {
    border-color: #eaa134;
    outline: 0;
    box-shadow: none;
}

.btn-auth {
    border-radius: 10px;
    background-color: #FAC679;
    color: #000;
    font-size: 0.75rem;
    border: 1.08px solid var(--stroke, #D2B52F);
    padding: 0.55rem 0.75rem;
    font-weight: 600;
    height: 46px;
}

.btn-auth:focus,
.btn-auth:hover,
.btn-auth:active {
    border-color: #eaa134 !important;
    background-color: #eaa134 !important;
    color: #333 !important;
}

.auth-up-logo .logo-icon-box {
    background-color: #ffffff;
    border-radius: 0;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
}

.auth-up-logo h3 {
    color: #FFF;
    font-weight: 700;
    font-size: 1.35rem;
    line-height: 1.3;
    text-transform: uppercase;
}

.title-text h2 {
    font-size: 3rem;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    line-height: 3.34756rem;
    letter-spacing: 0.02238rem;
    text-transform: uppercase;
}

.title-text h3 {
    font-family: 'Noto Nastaliq Urdu', serif;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.01631rem;
}

.custom-row>*:not(:last-child) {
    border-right: 1px solid #ffffff;
}

.btn-signin {
    border-radius: 0.9375rem;
    background: #FDC350;
    color: #765005;
}

.btn-singup {
    border-radius: 0.9375rem;
    background: #FFF;
    color: #282A2D;
}

.btn-signin:focus,
.btn-signin:hover,
.btn-signin:active,
.btn-singup:focus,
.btn-singup:hover,
.btn-singup:active {
    border-color: #13c8ae !important;
    background-color: #13c8ae !important;
    color: #ffffff !important;
}

.auth-container2 {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: #ffffff;
    background-image: url(../images/auth-bg-mask.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}

.auth-container2 .container-fluid {
    z-index: 1;
    position: relative;
    flex: 1;
}

.right-img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    height: 100%;
}

.auth-up-logo2 .logo-icon-box {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.auth-up-logo2 h3 {
    color: #333333;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.3;
    text-transform: uppercase;
}

.auth-up-logo2 p {
    color: #6C6C6C;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
}

.title-text2 h2 {
    font-size: 54px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-left: 5px solid #FDC350;
    padding-left: 15px;
    color: #333333;
}

.title-text2 h2 span {
    color: #6c6c6c;
    font-weight: normal;
    font-size: 50px;
}

.title-text2 h3 {
    font-family: 'Noto Nastaliq Urdu', serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.01631rem;
    padding-left: 18px;
}

.left-col {
    position: relative;
    min-height: 100vh;
}

.left-col .footer p {
    font-size: 13px;
    color: #4A4A4A;
    font-weight: 500;
}

.left-col .footer p a {
    color: #008F7A;
    text-decoration: none;
}

.left-col .footer p.urdu-text {
    font-family: 'Noto Nastaliq Urdu', serif;
}

.right-col {
    position: relative;
    min-height: 100vh;
}

.right-col .footer {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
}

@media(min-width:1200px) and (max-width:1300px) {
    .right-img {
        right: -5%;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .right-img {
        right: -15%;
    }
}


/* @media(min-width:992px) and (max-width:1100px){
        .right-img {
                right: -26%;
        }
} */

@media(max-width:992px) {
    .right-img {
        display: none;
    }
    .right-col {
        background-image: url(../images/auth-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
        min-height: auto;
        padding: 15px 0;
    }
    .right-col .footer {
        position: static;
        transform: inherit;
    }
    .left-col {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .title-text h2 {
        font-size: 1.5rem;
        line-height: 1.7rem;
    }
    .title-text h3 {
        font-size: 1rem;
    }
}

.title-text2 h2 {
    font-size: 36px;
    line-height: 42px;
}

.title-text2 h2 span {
    font-size: 28px;
}

.title-text2 h3 {
    font-size: 14px;
}

@media (max-width: 479px) {
    .custom-row h4 {
        font-size: 1rem;
    }
    .custom-row p {
        font-size: 0.75rem;
    }
}