.login-wrap {
  position: relative;
}


.login-wrap img {
  width: 100%;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  /*    opacity: 0.4;*/
}

.contact-form-box {
  position: absolute;
  top: 10%;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 33%;
}

.crm-lgn-frm-logo {
  margin-bottom: 18px;
  position: relative;
  border-bottom: 2px solid #2b3662;
  box-shadow: rgb(208, 211, 225) 0px 30px 60px -12px inset, rgba(201, 211, 234, 0.3) 0px 18px 36px -18px inset;
  padding-top: 15px;
}

.crm-lgn-frm-logo img {
  opacity: 1;
  object-fit: unset;
  width: 37%;
  margin: auto;
  padding: 9px 0px;

}

.three-login-tab {
  border-bottom: none;
  margin-bottom: 25px;
}

.three-login-tab.nav-tabs li {
  margin: 0px 5px;

}

.three-login-tab.nav-tabs li .nav-link {
  width: 100%;
  border: 1px solid #e5e5eb91;
  padding: 5px 12px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #36363d;
  border-radius: 6px;

}

.three-login-tab.nav-tabs li:last-child {
  border-right: none;
}

.three-login-tab.nav-tabs li .active {
  color: #253370 !important;
  background-color: rgba(255, 255, 255, 0.61) !important;
  border-color: rgba(149, 163, 223, 0.46) !important;
  box-shadow: rgba(183, 183, 223, 0.25) 0px 30px 60px -12px inset, rgba(206, 213, 245, 0.48) 0px 18px 36px -18px inset;
}

.nav {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.login-frm-title {
  padding: 0px 27px 23px;
}

.reg-form-card {
  padding: 10px;
}

.login-frm-title h3 {
  font-size: 18px;
  font-weight: 500;
  color: #3a4662;
}

.login-frm-title h6 {
  letter-spacing: 0.2px;
  font-size: 13px;
  color: #74747b;
  font-weight: 500;
}

.three-tb-pane-frm {
  padding: 0px 27px 19px;
}

.toggle-password {
  position: absolute;
  top: 41px;
  left: 90%;
  cursor: pointer;
  z-index: 9;
  font-size: 12px;
  color: #545c70;
}

.style-three12 .form-group label{
  font-size: 13px;
  font-weight: 500;
  color:#555555;
}

.style-three12 .form-group input{
  /* height:40px; */
  position: relative;
  font-size:12px;
  height: 45px;
  padding: 6px 13px;
  box-shadow: 2px 3px 4px 1px #e6e5e9;
}

.form-group{
  position: relative;
}

.form-check label {
  color: #7e7e7e;
  font-size: 13px;
  
}

/* .forgot-pwd {
  float: right;
  margin-left: 0px;
  font-size: 14px;
} */

.rem-forget-pwd .forgot-pwd {
  font-size: 13px;
  color: #5e5e5e;
  margin-left: 5px;
  margin-top: 6px;
  font-weight: 400;
}

.from-box2 button {
  margin-top: 23px;
}

.from-box2 button {
  width: 100%;
  padding: 11px 32px;
  background: #253370 !important;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  border: 0;
  border-radius: 5px;
  transition: .5s;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-left: 0px;
  margin-top: 35px;
}