.login-btn {
  background: transparent !important;
  color: #000000 !important;
  border: 1px solid #fb9900 !important;
  font-size: 18px !important;
  text-transform: none !important;
  height: 44px !important;
  padding: unset !important;
  width: 232px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-decoration: none !important;
  position: relative;
}
.login-btn.small {
  width: 44px !important;
  border-radius: 7px !important;
}

.login-btn.small.mr-18 {
  margin-right: 18px !important;
}

.login-btns-div {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}

.mb-10 {
  margin-bottom: 10px !important;
}
.login-btn:before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../images/socialauth/onelogin.svg);
  position: absolute;
  left: 8px;
}
.login-btn.facebook-icon:before {
  background: url(../images/socialauth/fb.svg);
}
.login-btn.google-icon:before {
  background: url(../images/socialauth/google.svg);
}
.login-btn.okta-icon:before {
  background: url(../images/socialauth/okta.svg);
}
.login-popup .login-btn.facebook-icon:before {
  background: url(../images/socialauth//fb-popup.svg);
}
h2.background {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 16px !important;
  margin-bottom: 20px;
  font-weight: normal !important;
}

h2.background:before {
  border-top: 2px solid #ededed;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}
h2.background span {
  background: #fff;
  padding: 0 15px;
  color: #000000;
}
.d-block {
  display: block;
}
.login-text-bg {
  background: #04a1d9;
  padding: 14px 0;
  text-align: center;
}
.login-popup {
  margin: 20px 0;
}
.login-popup a {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  height: 33px !important;
  width: 163px !important;
  font-size: 14px !important;
}
.login-popup .login-btn:before {
  height: 23px;
  width: 23px;
}

.new-login-form-wrapper .login-form {
  padding: 10px 10px 0px 10px !important;
}
