body{background-color:#fff}#auth{height:100vh;overflow-x:hidden}#auth #auth-right{height:100%;background:url(../../images/bg/4853433.jpg),linear-gradient(90deg,#2d499d,#3f5491)}#auth #auth-left{padding:5rem 8rem}#auth #auth-left .auth-title{font-size:4rem;margin-bottom:1rem}#auth #auth-left .auth-subtitle{font-size:1.7rem;line-height:2.5rem;color:#a8aebb}#auth #auth-left .auth-logo{margin-bottom:7rem}#auth #auth-left .auth-logo img{height:2rem}@media screen and (max-width:767px){#auth #auth-left{padding:5rem}}

.left-content {
  display: flex;
  vertical-align: bottom;
  height: 580px;
  background: #d9222a;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
      font-size: 38px;
    color: #fff;
}
.left-content1 {
  display: flex;
  vertical-align: bottom;
  height: 580px;
  background: #13c2c2 url(../img/login-bg.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.card .right-content {
  text-align: left;
  width: 45%;
  padding: 10px 50px;
  display: inline-block;
}
.login-form {
    background: #fff;
    border-radius: var(--border-radius);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 2px 2px 22px #0000000d;
    height: 580px;
    overflow-y: auto;
    padding: 20px 35px;
}
.pl-0 {
    padding-left: 0;
}
.pr-0 {
    padding-right: 0;
}
.login-form h1 {
    font-size: 38px !important;
    margin-bottom: 0;
    text-transform: uppercase;
}
.form-control {
    display: block;
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #eef4f6;
    background-clip: padding-box;
    border: 1px solid #eef4f6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.main-button {
    background: #d9222a ;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .5px;
    margin: 0 0 10px;
    padding: 15px 10px;
    text-transform: capitalize;
    transition: all .3s ease 0s;
    width: 100%;
}
.logo-side img{
 width: 120px;   
}
.logo-side{
      width: 100%;
    text-align: center;  
}
