.auth-wrapper.auth-cover {
    /* background: url(../../images/login/login_bg.png) center center no-repeat !important; */
    /* background-size: cover !important; */
}

.auth-wrapper.auth-cover .auth-inner {
    height: 100vh;
    display: flex;
}

.auth-inner {
  background-position: center;
  background-repeat: no-repeat;
}

.auth-wrapper.auth-cover .brand-logo {
  position: relative;
  top: 20px;
  left: 0;
  margin: 0;
  z-index: 1;
  justify-content: center;
  padding-top: 3%;
}

.auth-wrapper .brand-logo {
  display: flex;
  align-items: center;
}

a.new-design-logo img {
  width: 100%;
  height: 100px !important;
  -o-object-fit: contain;
  object-fit: contain;
}

.auth-wrapper .auth-bg {
  background-color: #fff;
  margin: 0 auto;
  width: 450px;
  border-radius: 25px;
  position: relative;
  top: 32px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}


.iconpassword span {
  top: 3px;
  padding-left: 3px;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  top: 5px;
}

.iconemail span {
  padding-left: 6px;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  top: 2px;
}

.login-icon img {
  width: 18px !important;
}


.auth-login-form input.form-control{
  padding-left: 40px;
}


.iconemail {
    position: absolute;
    top: 13px;
    left: 13px;
}

.iconpassword{
  position: absolute;
    top: 11px;
    left: 13px;
    z-index: 11;
}

.form-lbl {
  font-weight: 600 !important;
  margin-bottom: 4px;
}
.auth-login-form button {
    min-height: 45px;
    background: #28998b !important;
}

.invalid-feedback{
  display: unset;
}

.login_input_two {
 
    height: 45px;
}

.is-invalid + .input-group-text {
    border-color: #ea5455;
}

.login-icon span:focus {
    box-shadow: none !important;
}

.login-icon span {
    position: absolute;
    right:0;
    top: 0px;
    height: 45px;
    z-index: 111;
    background: transparent;
    border-left: 0;
    box-shadow: none !important;
    border-radius: 8px;
    border-color: #979797;
}

.login_input_two .form-control:not(:last-child){
     border-radius: 9px !important; 
}

.form-control.is-invalid{
  background-image: none;
}