img{
    max-width:100%;
}
.logi-back{
    background: linear-gradient(to left,  #e6eaf3 50%, #5c7cf3 50%);
    padding: 3% 0%;
    position: relative;  
}
.pin-back{

    padding: 7% 0%;
     
}
.pin-back .left_title{   
    margin-top: 25%;
}

.rightone{
    position: absolute;
    top: 0;
    right: 0;
}
.righttwo{
    position: absolute;
    top: 60%;
    right: 0;
}
.login_base{
    box-shadow: 0px 1px 13px 7px #00000038;
    border-radius: 15px;
    display: flex;
  
    overflow: hidden;
    flex-wrap: wrap;
}
.login_left{
    position: relative;
    width: 50%;
    
}
.login_right{
    position: relative;
    width: 50%;
    padding: 20px 50px;
    background: #fbfbfb;
   
}
.login_left .one{
    position: absolute;
    top: 0;
    left: 18px;
    width: 185px;
}

.login_left .two{
    position: absolute;
    bottom: 0;
    right: 0;    
}

.login_left .three{
    position: absolute;
    bottom: -28px;
    right: 47px;
    width: 100px;
    height: 100px;
    background: linear-gradient(to left, #ffffff, #5c7cf300);
    border-radius: 100px;
}


.left_title{   
    margin-top: 40%;
    color: #fff;
    text-align: center;

}
.left_title p{
    margin: 0px 85px;
}
.left_head_title{
    font-size: 42px;
    font-weight: 300;
    color: #fff;
    margin: 0px 5px 15px;
    line-height: 45px;
}
.left_head_title span{
    font-weight: 700;
   
}
.logo_login img{
    width: 35%;
    margin: auto;
    background: #fff;
    box-shadow: 1px 2px 5px 2px #cfcccc;
    border-radius: 5px;
    padding: 5px;
}
.user_login{
    font-weight: 500;
    font-size: 15px;
    margin:15px 0px 25px;
    text-align: center;
    color: #333;
}
.frm-icon {
    position: relative;
}
.frm-icon i{
    position: absolute;
    left: 15px;
    top: 30%;
    color: #5c7cf3;

}
.frm-icon i.shw-pass{
    position: absolute;
    right: 15px;
    top: 30%;
    left: auto;
    cursor: pointer;
}
.lab-name{
    font-size: 13px;
    font-weight: 500;
}
.frm-icon input{
        box-shadow: 1px 2px 5px 2px #cfcccc;
    border-radius: 5px;
    padding-left: 35px;
    border: 0px;
    height: 40px;
}
.cpatcha_r{
    font-size: 12px;
    text-align: left;
}
.login-link a{
    font-size: 13px;
    font-weight: 600;
    color: #183fc0;
}
.login_btn{
border-radius: 20px;
background: #5c7cf3;
font-weight: 500;
color: #fff;

}
.login_btn:hover{
    color: #fff;
}
.saperation{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dashed #bfb7b7;
}

@media screen and (min-width: 1400px){
   
.logi-back{
    background: linear-gradient(to left,  #e6eaf3 50%, #5c7cf3 50%);
    padding: 8% 0%;
    position: relative;  
}
.pin-back{
    padding: 12% 0%;

}
}

@media screen and (min-width: 768px){
.login_base{
    padding: 0px;}

    body{
        overflow: hidden;
    
}
}

@media screen and (max-width: 767px){
    
    .left_head_title{
        font-size: 30px;
    }
    .left_title p{
        margin: 5px 5px;
    }
    .login_left{

        background: #5c7cf3;
    }
    .login_left .one, .login_left .two, .rightone, .righttwo, .login_left .three{
        display: none;
    }
.login_left, .login_right{
width: 100%;
}
.left_title, .pin-back .left_title{
    margin-top: 20px;
}
}