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, #2e93cf, #123951);
    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{
    width:300px;
    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{
    /* box-shadow: 0px 0px 24px #c2e8ff; */
    background-color:#fff;
    box-shadow: unset;
}
.login-form, .reset-form{
    padding-right:0;
}
.mobile_logo{
    display:none;
}
.custom_alert_danger{
    padding: 5px !important;
}
.new_err_msg{
    position: absolute;
  top: 89px;
  font-size: 12px;
  left: 40px;
}
#err_msg {
  padding-right:0 !important;
}
#err_msg .close{
  font-size: 20px !important;
  line-height: .5 !important;
}

.mail_login_btn{
    color: #fff;
    background-color: #0e4566 !important;
    font-weight: 600 !important;
    width: inherit;
}
.google-button-icon {
  display: inline-block;
  margin-right: 5px;
  width: 21px;
  height: 21px;
  box-sizing: border-box;
}
.microsoft-button-icon {
  display: inline-block;
  margin-right: 5px;
  width: 21px;
  height: 21px;
  box-sizing: border-box;
}
@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;
    }
    .llp_svg_pic {
        width: 250px;
    }
    .new_screen_block, .screen__content{
        height:unset;
    }
  
    #err_msg{
        padding-left:0;
        padding-right:0;
    }
    .new_err_msg{
        top:70px;
    }
   /* .custom_alert_danger {
  padding: 0 !important;
  background-color: unset !important;
  border: none !important;
}
  #err_msg .close{
    display:none !important;
  }*/
  .employee_attendance{
    margin-top:-18px !important;
  }
  .login-form, .reset-form{
    margin-top:55px;
  }
}