body{
    background:#9cd9ff !important;
}
.screen_content_inner, .screen{
    width:750px;
    height:450px;
}
.new_login_shap{
    position: absolute;
    right: 0;
    top: -5px;
    height: 600px;
    width: 850px;
    background: linear-gradient(45deg, #7aa55f, #173402);
    transform: rotate(10deg) skewY(40deg);
    transform: rotate(10deg) skewY(40deg);
    transform-origin: bottom right;
    transition: 1.5s ease;
    transition-delay: 1.6s;
}
.screen_content_inner{
    overflow: hidden;
}
.new_card_block{
    width:unset !important;
    height:unset;
}
.new_card_header{
    margin-top:0;
}
.llp_svg_pic{
    margin-top:10px;
    padding: 15px;
    background-color:#fff;
}
.login-form, .reset-form{
    margin-top:0;
}
.new_login_right{
    text-align: right;
    padding-right: 20px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    margin-top:-20px;
}
.new_login_right h2{
    color:#fff;
    font-size:25px;
    font-weight: 700;
    margin-bottom:10px;
}
.new_login_right p{
    color:#fff;
    font-size:14px;
    line-height:25px;
    margin: 0;
}
.class_h6{
    font-size:14px;
}
.new_login_right h2 span{
    display:block;
}
.display_p_mobile{
    display:none;
}
.screen{
    background-color:#fff;
    box-shadow: unset;
}
.login-form, .reset-form{
    padding-right:0;
}
.mobile_logo{
    display:none;
}
.login_reset_button{
    background-color:#173402 !important;
    border-radius: 30px !important;
}
.login_btn9{
    border-radius: 30px !important;
}
.input_group_text_block i{
    color:#173402 !important;
}
#employee_login .form-group, #employee_login .form-group:hover {
    border-bottom: 1px solid #cddc35;
}
@media (max-width: 767px) {
    .destop_logo{
        display:none;
    }
    .mobile_logo{
        display:block;
    }
    .new_login_shap{
        display:none;
    }
    .new_login_right{
        background: linear-gradient(45deg, #2e93cf, #123951);
        text-align: center;
        padding: 15px;
        align-items: center;
        margin-top:20px;
    }
    .screen_content_inner, .screen{
        height:unset;
        width:unset;
    }
    .screen_content_inner{
        position: unset;
        transform:unset;
    }
    .new_login_right h2 span{
        display:unset;
        margin-left:10px;
    }
    .display_p{
        display:none;
    }
    .display_p_mobile{
        display:block;
    }
    .display_p_mobile p{
     font-size:14px;
     color:#fff;
     line-height: 20px;
    }
    .login-form, .reset-form{
        padding-right:0;
        padding-left:0;
    }
    .card-body{
        padding:0 !important;
    }
    .new_card_block{
        padding:0 15px;
    }
    .image_mobile_center{
        padding: 0 15px;
    }
    .new_screen_block, .screen__content{
        height:unset;
    }
  
    #err_msg{
        padding-left:0;
        padding-right:0;
    }
}