@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.bg-img {
    background-image: url('../img/bg-main.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -999;
}
    /* .bg-tri
{
    background-image: url("../img/left.png");
    background-size: cover;
    background-position: center center;
    width: 97.5%;
    height: 100%;
    z-index:-9996;
    position: absolute;
    left: -4%;
    top: 0;
} */
    .downright {
    position: absolute;
    right: 0;
    bottom: 0;
}
.downright img
{
    width: 100px;
}
.header .main-logo .logo
{
    width: 250px;
    margin: 5% 0 0 5%;
}
.header .right-logo .digilogo
{
    width: 100px;
    z-index: 999;
}
.error_msg
{
	color: #cf0505;
	font-size: 13px;
	font-weight: 500;
}
.split1 {
    height: 100%;
    width: 70%;
    position: fixed;
    top: 0;
    overflow-x: hidden;
    padding-top: 10px;
    
    z-index: -1;
  }
.leftside
{
    left: 0;
    /* background-image: url("../img/bg-base.png");
    background-size: cover;
    background-repeat: no-repeat; */
    z-index: -999;
}
.split1 .left
{
    padding: 30px;
    
    height: 100%;
    position: relative;
    z-index:9999 ;
    
    
}
.split1 .left .left-heading
{
    transform: translate(5%,105%);
    position: relative;
    width: 75%;
}
.split1 .left .left-heading img
{
   width: 400px;
   margin-bottom:1rem
}
.split1 .left .left-heading h2
{
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    text-shadow: 2px 1px #ababab;
}
.split1 .left .left-link
{
    margin-top: 100px;
    background-color: #203e3f;
    position: absolute;
    left: 0;
    width: 100%;
    top:60%;
    text-align: center;
    padding: 10px 80px;    
}
.split1 .left .left-link ul
{
    list-style: none;
    display: flex;
	padding-left: 0rem!important;
    margin: 0;
    
}
.split1 .left .left-link ul li
{
    margin-right: 10px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.split1 .left .left-link ul li a
{
    font-weight: 300;
	font-size: 13px;
	text-decoration: none;
	color: #ffffff;
}
.split1 .left .left-link ul li a:hover
{
	text-decoration: underline;
	color: #f1f5c3;
}
.split1 .left .left-link ul li:not(:last-child):after
{
	content: "|";
	margin-left: 10px;
	color: #fff;

}
.split1 .left .left-footer
{
    position: fixed;
    bottom: 0;
    left: 5%;
}
.split1 .left .left-footer p
{
    font-size: 13px;
    font-weight: bold;
    line-height: 1px;
    margin-bottom: 0.5rem;
}
.split1 .left .left-footer p:nth-child(2)
{
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.split1 .left .left-footer p a img
{
    width: 120px;
}

.split2 
{
    height: 100%;
    width: 30%;
    position: fixed;
   
    top: 0;
    z-index: -9999;
    
}
.split2 .right
{
    height: 100%;
    position: relative;
    z-index:99999 ;
}
.rightside
{
    right: 0;
}
.usrlogin
{
    position: absolute;
    top: 50%;
    left: 10%;
    padding: 0 30px;
    transform: translate(0%,-50%);
    
}
.usrlogin .login-header
{
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 40px;
}
.usrlogin .login-header h2
{
	font-size: 22px;
	font-weight: 700;
    text-transform: uppercase;
    color: #4a8dce;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}
.usrlogin .btn-login
{
	width: 100%;
    border-radius: 5px;
    background-color: #006bd2;
    background-image: linear-gradient(90deg, #42d7e7 0%, #8266b9 100%);
    border: none;
    border-radius: 10px;
    height: 3rem;
    color: rgb(255, 255, 255);
    font-size: 1.06rem;
    font-weight: 500;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.usrlogin .btn-login:hover
{
	background-image: linear-gradient(90deg, #58c5d1 0%, #006bd2 100%);
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.usrlogin input
{
	border-radius: 10px;
	font-size: 1.12rem;
	border: 1px solid transparent!important;
    background-color: #efefef;
    padding-left: 42px;
}
.usrlogin input:hover,
.usrlogin input:focus,
.usrlogin input:active
{
    border: 1px solid #3140cc!important;
    box-shadow:none
}
.usrlogin .input-icons i {
    position: absolute;
}
 
.usrlogin .input-icons {
    width: 100%;
    margin-bottom: 10px;
}
 
.usrlogin .input-icons .fa-user,
.usrlogin .input-icons .fa-lock,
.usrlogin .input-icons .fa-shield
 {
    padding: 14px;
    color: rgb(3, 3, 3);
    min-width: 50px;
    text-align: center;
}
.usrlogin input::placeholder
{
	font-size: 11px;
    font-weight: 600;
    font-style: italic;
}
.usrlogin .forgot
{
	font-size:11px;
	cursor:pointer;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #1359dd;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
}
.usrlogin .forgot:hover
{
	text-decoration: underline;
}
.usrlogin .pointer
{
	font-size: 11px;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    margin-left: 5px;
    margin-top:5px;
    color: #000000;
}

.usrlogin .user_info {
    border: 1px solid #197ec9!important;
    border-radius: 4px;
    margin: 10px 0px;
}
.usrlogin .user_info p 
{
    margin: 0px !important;
    padding: 8px 12px!important;
    font-weight: 700;
    color: #1676bb!important;
    font-size: 14px;
}
.usrlogin .user_info p:hover .fa-circle-info 
{
    color:#c15036!important;
}
.parichay a img 
{
    width: 200px;
}
.parichay a:hover img
{
    border-radius: 15px;
    box-shadow: 0 4px 10px #0003;	
}
.parichay hr 
{
	border: 1px dashed #424242;
    margin-bottom: 40px;
}
.split2 .rightlink
{
    position: fixed;
    bottom: 0;
    text-align: center;
    padding: 0 60px;
}
.split2 .rightlink p
{
    font-size: 11px;
    color: #2e3192;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

@media screen and (min-width:1900px)
{
    .split1 .left .left-heading h2
    {
        font-size: 44px;
    }
    .split1 .left .left-heading img 
    {
        width: 500px
    }
    .split1 .left .left-link ul li a
    {
        font-size: 19px;
    }
    .split1 .left .left-footer p
    {
        font-size: 16px;
    }
    .header .main-logo .logo
    {
        width: 338px;
    }
    .header .right-logo .digilogo
    {
        width: 138px;
    }
    .usrlogin .login-header h2
    {
        font-size: 27px;
    }
    .form-control
    {
        padding: 1.1375rem 1.275rem!important;
    }
    .usrlogin .pointer 
    {
        font-size: 15px;
    }
    .captcha1 img
    {
        width: 180px;
        height: 40px;
    }
    .usrlogin .forgot 
    {
        font-size: 14px;
    }
    .usrlogin .btn-login
    {
        
        font-size: 1.406rem;
        height: 4rem;
    }
    .usrlogin .user_info p {
        margin: 0px !important;
        padding: 13px 17px !important;
        font-weight: 700;
        color: #1676bb !important;
        font-size: 19px;
    }

    .parichay a img 
    {
        width: 300px;
    }
    .usrlogin input::placeholder
    {
        font-size: 17px;
        font-weight: 600;
        font-style: italic;
    }
    .split2 .rightlink p 
    {
        font-size: 15px;
    }
    .split1 .left .left-footer p a img {
        width: 178px;
    }
    .usrlogin .input-icons i {
        position: absolute;
    }     
    .usrlogin .input-icons {
        width: 100%;
        margin-bottom: 10px;
    }     
    .usrlogin .input-icons .fa-user,
    .usrlogin .input-icons .fa-lock,
    .usrlogin .input-icons .fa-shield
    {
        padding: 24px;
        color: rgb(3, 3, 3);
        min-width: 50px;
        text-align: center;
    }
    .usrlogin input
    {
        padding-left: 55px!important;
    }
}

@media (max-width:540px) {
    .header .main-logo .logo {
        width: 170px;
        margin:7px 0 0 0;
    }
    .header .right-logo .digilogo {
        width: 84px;
    }
    
    .rightside 
    {
        left: 0;
    }
    .split2 .right {
        width: 100%;
        /*background-image: url('../img/mobbg-main.jpg');*/
        /*background-size: cover;
        background-repeat: no-repeat;*/
    }
    .split2 {
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: -9999;
        border-left: 6px solid #41a8b3;
    }
    .usrlogin {
        position: absolute;
        top: 50%;
        left: 0%;
        padding: 0 30px;
        transform: translate(0%,-50%);
    }
    .bg-img {
        background-image: none;
    }

    .split1 {
        display: none;
    }
    
    .gap-3 {
        gap: 1rem !important;
    }
    .cpgrams-mob {
        display: block;
        width:120px;
        margin-bottom:50px;
    }
}
#showEye {
    font-size: 16px;
    color: #313131;
    transition: color 0.3s ease-in-out;
    cursor: pointer
}

@media (min-width:1900px) {
    .dropdown {
        position: absolute;
        right: 45px!important;
        top: 25px!important;
        transform: translate(-50%, -50%);
    }

    #showEye {
        font-size: 20px;
    }
}