.login-paul-head {
    background: #fff
}

.logo-wrapprr img {
    height: 65px;
    padding: 3px 0px;
    width: auto;

}

.login-paul-head .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.login-contact-details {
    text-align: right
}

.login-contact-details li:not(:last-child) {
    margin-right: 15px
}

.login-contact-details a {
    color: #333
}

.login-contact-details a i {
    color: var(--main-color);
    margin-right: 6px
}

.login-temp-wrapper .container {
    max-width: 1300px;
    width: 100%;
}
.middleborder {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}
.loginleft {
    border-radius: 10px;
    overflow: hidden;
    border-right: 1px solid #e0e0e0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.loginleft img{
    width: 100%;
    max-height: 490px;
}
.loginleft_height {
    border-radius: 10px;
    overflow: hidden;
    border-right: 1px solid #e0e0e0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.loginleft_height img{
    width: 100%;
    height: 45rem;
}
.login_forget{
   color:#f43b3b !important;
}
.login-temp-wrapper.sign-up-temp .container {
    max-width: 1140px
}
.login-inner-body .form-control {
    border: 0;
    border-bottom: 2px #ccc solid;
}
.padd_left{
    padding-left: 0;
}
.padd_right{
    padding-right: 0;
}
.login-inner-body {
    padding: 10px;
    border-radius: 10px;
    
}
.login-inner-login {
    padding: 10px;
    max-width: 500px;
    margin:40px auto;
    
}

.login-inner-body h4 {
    margin: 0 0 23px;
    font-weight: 700;
    text-align: center;
    font-size: 35px;
}

.frm-ic {
    position: relative
}

.frm-ic i {
    position: absolute;
    left: 13px;
    color: var(--main-color);
    top: 13px;
    font-size: 16px
}

.login-inner-body .form-control {
    height: 44px;
    box-shadow: initial;
    padding-left: 43px
}

.forgot-pass-col .rigt-login {
    width: calc(100% - 118.5px);
    text-align: right
}

.forgot-pass-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.rigt-login a {
    color: #333;
    padding: 0
}

.lft-rmb label,
.rigt-login a {
    font-weight: 500
}

.rigt-login a.regist-btn {
    color: var(--secondary-color)
}

.frm-ic .shw-pass {
    left: auto;
    right: 8px;
    font-size: 20px;
    top: calc(50% - 10px);
    cursor: pointer;
}
.login_in_page{
    background-image: linear-gradient(to right, #ea3030, #ec3232, #f73e3e, #e92f2f);
    box-shadow: 0 4px 15px 0 rgb(12 97 155);
    border: 0;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
}
.sine_up_page{
    max-width: 200px;
    margin: 0 auto;
    display: block;
}
.cpatch-butt{    
    border-bottom: 1px #f63d3d dashed;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.login-with-social-media .btn-facebook {
    background: #44619d;
}
.login-with-social-media a {
    display: block;
    color: #fff;
    padding: 11px 17px 11px 43px;
    position: relative;
}
.google-anchor {
    background-color: #dc4a3d;
}
.login-with-social-media li {
    margin-bottom: 8px;
}
.login-with-social-media a:hover {
    color: #fff;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.login-with-social-media i {
    font-size: 19px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 44px;
    height: 100%;
    width: 37px;
    border-right: 1px solid #fff;
}
.xs_bom_input{
    padding-left: 15px !important;
}
@media (max-width:991px){
    .loginleft {
        border-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .padd_right{
        padding-right: 15px;
    }
    .padd_left{
        padding-left: 15px;
    }
    .loginleft_height img {
        width: 100%;
        height: 37rem;
        border-radius: 10px;
    }
    .loginleft_height{
        border-right: 0px solid #e0e0e0;
    }
}
@media (max-width:767px) {
    .padd_right{
        padding: 0;
    }
    .rigt-login{
        text-align: center;
    }   
    .login-inner-body .form-control{
        border: 0;
        border-bottom: 3px #ccc solid;
        border-radius: 10px;
    }
    .captcha-right input{
        padding-left: 10px !important;
    }
    .cpatch-left img{
        width: 100%;
    }
    .forgot-pass-col .rigt-login {
        width: 100%;
    }
   
   
}
@media (max-width:480px){
    .cpatch-width{
        width: 180px;
        display: block;
    }
    .cpatch-left img {
        width: 30vw;
    }
   
}