.er-login-main {
    /* background-image: linear-gradient(135deg, #FAB2FF 10%, #d52627b8 100%); */
    background-image: linear-gradient(135deg, #d7816a3d 10%, #d52627 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: "Open Sans", sans-serif;
    color: #333333;
    height: auto;
    align-items: center;
    padding: 70px 30px;
    display: flex;
  }
  .registration, .forget{
    height: auto !important;
    padding-block:70px ;
  }
  .registration label {
    margin-left: 0;
    text-align: initial;
}
  .er-login-main .right p a{
    color: #d52627;
    text-decoration: underline;
  }
  
  .box-form {
    margin: 0 auto;
    max-width: 1230px;
   width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    min-height: 600px;
    box-shadow: 0 0 20px 6px #090b6f0a;
  }
 
  .box-form div {
    height: auto;
  }
  .box-form .left {
    color: #FFFFFF;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/foji.jpeg");
    overflow: hidden;
    max-width: 58%;
    width: 100%;
    background-position: center center;
  }
  .box-form .left .overlay {
    padding: 30px;
    width: 100%;
    height: 100%;
    background: #2d010152;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .box-form .left .overlay h1 {
    font-size: 10vmax;
    line-height: 1;
    font-weight: 900;
    margin-top: 40px;
    margin-bottom: 20px;
    
  }
  .box-form .left .overlay span p {
    margin-top: 30px;
    font-weight: 700;
  }
  .box-form .left .overlay span a {
    color: #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 3px 6px 1px #042d4657;
    width: 42px;
    height: 42px;
    border: 1px solid #d52627;
    text-align: center;
    line-height: 41px;
    vertical-align: middle;
    margin: 20px 15px 20px 0;
    transition: 0.5s ease;
  }
  .box-form .left .overlay span a:hover {
    background-color: #d52627;
    transition: 0.5s ease;

}
  span.erp-social {
    margin-top: 60px;
    display: block;
}
  .box-form .right {
    padding: 40px;
    overflow: hidden;
    max-width: 40%;
    width: 100%;
  }
 
  .overlay img {
    max-width: 180px;
    margin-bottom: 40px;
}

  .box-form .right h5 {
    font-size: 63px;
    margin: 40px 0 35px;
    line-height: 42px;
    font-weight: 900;
  }
  .box-form .right p, .box-form .right a {
    font-size: 14px;
    color: #B0B3B9;
    text-decoration: none;
  }
  .box-form .right .inputs {
    overflow: hidden;
  }
  .box-form .right input {
    width: 100%;
    padding: 10px;
    margin-top: 25px;
    font-size: 16px;
    border: none;
    outline: none;
    border-bottom: 2px solid #B0B3B9;
  }
  .box-form .right .remember-me--forget-password {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
  }
  .box-form .right .remember-me--forget-password input {
    margin: 0;
    margin-right: 7px;
    width: auto;
  }
  .box-form .right button {
    color: #fff;
    font-size: 16px;
    padding: 12px 35px;
    border-radius: 50px;
    display: inline-block;
    border: 0;
    outline: 0;
    box-shadow: 0px 4px 20px 0px #d5262780;
    background-color: #d52627;
    cursor: pointer;
  }
  label {
    display: block;
    position: relative;
    margin-left: 30px;
  }
  .site-footer__copyright--bottom :is(p, a){
    color: #fff;
  }
 
  .er-login-main .overlay p {
    color: #fff;
    max-width: 419px;
    width: 100%;
}
  .erp-login{
    margin-top: 0 !important;
  }
  .erp-login-header .menu-item .custom-container {
    padding: 0;
}
/* registeration */
.sucess-text-registration{
  display: block;
font-size: 22px;
  text-align: center !important;
}
.registration .box-form {
  min-height: 841px;
}
.registration .box-form .left {
 
  background-position: 87% 100% !important;
}
.registration .right{
  max-width: 45%;
}
.registration .left{
  max-width: 55%;
}
.registration .box-form .right input {
  border: 1px solid rgba(61,66,70,.85);
  margin-top: 0;
}
.registration .form-check.form-switch {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
}
.form-check.form-switch label {
  width: 100%;
  max-width: 180px;
}
.text-center.forget-footer {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
}
.box-form .right .remember-me--forget-password a {
  color: #000;
}
.box-form .right .remember-me--forget-password a:hover {
 text-decoration: underline;
}
.forget .box-form .right {
  padding: 40px;
  overflow: hidden;
  max-width: 42%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
select.erp-login-sele {
  width: 100%;
  padding: 10px;
  margin-top: 25px;
  font-size: 16px;
  border: none;
  outline: none;
  border-bottom: 2px solid #B0B3B9;
}
 /* =========================================== Query =============================== */
  @media (max-width: 980px) {
    .box-form {
      flex-flow: wrap;
      text-align: center;
      align-content: center;
      align-items: center;
    }
  }
  @media (max-width: 980px) {
    .box-form :is(.right, .left), .er-login-main .overlay p{
      width: 100%;
      max-width: 100% !important;
    }
   
  }
  @media (max-width:767px) {
    .er-login-main {
      height: auto;
      padding: 70px 15px;
  }
  .overlay img {
   
    margin-bottom: 0;
}
.box-form .left .overlay {
  padding: 30px 15px;
}
.box-form .left .overlay span a {
 margin: 20px 15px 0px 0;
}
.box-form .left {
 
  background-position: 72% 48%;
}
.box-form .right h5 {
  font-size: 63px;
  margin: 15px 0 25px;
}
.box-form .right h5 {
  font-size: 48px;
}
.er-login-main.registration .form-vertical h1 {
  margin-block: 0 30px;
}
.registration .box-form .right {
  padding: 40px 15px;
}
.registration h1 {
  font-size: 30px;
}
  }