#member-login-form-hok .form-wrapper {
  /* background: rgba(255,255,255, 0.85); */
  border: none;
  border-radius: 40px;
  /* background: rgba(255,255,255, 1); */
}

#member-login-form-hok {
  font-family: 'Helvetica Now Display';
  max-width: 700px;
}

#member-login-form-hok .form-wrapper [type=submit],
.member_forgotten_login_popup.hok_member_forgotten_login_popup [type=submit] {
  color: #000;
  background: #ffd5bd;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 9px 30px;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
  border: 2px solid #ffd5bd;
  display: inline-block;
}

#member-login-form-hok .form-wrapper [type=submit] i,
.member_forgotten_login_popup.hok_member_forgotten_login_popup [type=submit] i {
  color: #000;
}

#member-login-form-hok .form-wrapper [type=submit]:hover,
#member-login-form-hok .form-wrapper [type=submit]:hover i,
.member_forgotten_login_popup.hok_member_forgotten_login_popup [type=submit]:hover,
.member_forgotten_login_popup.hok_member_forgotten_login_popup [type=submit]:hover i {
  color: #ffd5bd;
  background: transparent;
}

#member-login-form-hok.member-login-wrap h1, 
#member-login-form-hok.member-login-wrap p, 
#member-login-form-hok.member-login-wrap h4 {
  color: #ffffff;
  font-weight: 500;
}

#member-login-form-hok .form-wrapper input[type=text] {
  border: none;
  border-bottom: 1px solid #ffd5bd;
  font-size: 1.2rem;
  color: rgb(254 104 168 / 70%);
  color: #fff;
  border-bottom-color: #fff;
  max-width: 600px;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-top: 0;
}

#member-login-form-hok .member_login_form_text {
    color: #fff;
}

#member-login-form-hok .form-wrapper input[type=text]:focus {
  outline: none;
}

#member-login-form-hok .form-field:not(.form-field-submit) {
  display: flex;
  flex-direction: column-reverse;
  color: #fff;
}

#member-login-form-hok .form-field.form-field-submit {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}


#member-login-form-hok .form-wrapper input[type=text] + label{
  pointer-events: none;
  transform: translateY(120%);
  /* opacity: 0.5; */
  color: #ffd5bd;
  transition: 0.2s ease;
  margin-top: 1.2rem;
  font-size: 1.2rem;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0;
}

#member-login-form-hok .form-wrapper input[type=text]::placeholder {
  opacity: 0;
}

#member-login-form-hok .form-wrapper input[type=text]:focus + label,
#member-login-form-hok .form-wrapper input[type=text]:not(:placeholder-shown) + label{
  transform: translateY(0);
  opacity: 1;
  color: #FFFFFF;
}

#member-login-form-hok .footer-tips a {
  color: #ffd5bd;
}

#member-login-form-hok .footer-tips a:hover {
  text-decoration: underline;
}

#hok-connect-with-socmed {
  position: absolute;
  top: 0;
  background: rgb(21 39 75 / 75%);
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hok-connect-with-socmed-container {
  background: #FFFFFF;
  color: #000000;
  text-align: center;
  max-width: 680px;
  width: 90%;
  padding: 18px 36px;
  border-radius: 20px;
  position: relative;
}

.hok-connect-with-socmed-container h3 {
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 1.7rem;
}

.hok-socmed-info {
  line-height: 1.2rem;
}

p.hok-socmed-details span span {
  display: block;
  line-height: 1.7rem;
}

span.hok-socmed-name {
  font-size: 1.5rem;
}

span.hok-socmed-email {
  font-size: 1rem;
}

p.hok-socmed-details {
  font-size: 1.2rem;
}

.hok-socmed-login div {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.hok-socmed-login div input[type=text] {
  height: 48px;
  border: none;
  border-bottom: 2px solid #3869C8;
  text-align: center;
}

button.hok-socmed-login-button {
  color: #fff;
  background: #ffd5bd;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 9px 30px;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
  border: 2px solid #ffd5bd;
  display: inline-block;
  transition: 0.3s ease;
}

button.hok-socmed-login-button:hover {
  color: #ffd5bd;
  background: transparent;
}

.hok-socmed-login {
  margin-bottom: 10px;
}

.hok-socmed-login div input[type=text]:focus {
  outline: none;
}

.hok-hide {
  display: none !important;
}

.hok-socmed-btn-close {
  position: absolute;
  top: -10px;
  right: -10px;
  color: #fff;
  background: #ffd5bd;
  width: 32px;
  height: 32px;
  font-size: 26px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.hok-page-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #152649;
  opacity: 0.9;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999999;
}

.hok-page-loading-spinner {
  margin-left: 5px;
  border: 4px solid #ffd5bd;
  border-radius: 50%;
  border-top: 4px solid #FFFFFF;
  border-right: 4px solid #FFFFFF;
  border-bottom: 4px solid #FFFFFF;
  width: 32px;
  height: 32px;
  -webkit-animation: cstm-loading-animate 1s linear infinite;
  animation: cstm-loading-animate 1s linear infinite;
}

#member-login-form-hok .form-button-place-or span{
  background: transparent;
}

#member-login-form-hok .form-button-place-or:before{
  border: none;
}

#member-login-facebook-btn, 
#member-login-google-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border: none;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.25px;
  overflow: hidden;
  text-align: center;
  text-overflow: clip;
  white-space: nowrap;
  background: #1877f2;
  border-radius: 5px;
  height: 40px;
  width: 280px;
  padding-left: 15px !important;
  padding-right: 30px !important;
  margin: 0 auto;
  cursor: pointer;
}

#member-login-google-btn {
  font-family: "Google Sans",arial,sans-serif;
  background: #fff;
  color: #3c4043;
  margin-bottom: 10px;
}

#hok-connect-with-socmed .field-error {
  color: #ff2222
}
#hok-connect-with-socmed .has-error {
  border-bottom: 2px solid #ff2222;
}

.popup_karma_member_loading.hok_spinner .karma_member_login_loading{
  border-top: 4px solid #ffd5bd;
}

.member_forgotten_login_popup.hok_member_forgotten_login_popup .member_forgotten_login_popup_box {
  background: #3869C8;
  color: #ffffff;
  border-radius: 15px;
  background: #000;
}

.member_forgotten_login_popup.hok_member_forgotten_login_popup {
  background-color: rgb(7 12 23 / 50%);
  background-color: rgb(7 12 23 / 80%);
}

.member_forgotten_login_popup.hok_member_forgotten_login_popup.shown .close-reveal-modal {
  color: #ffd5bd;
  text-decoration: none;
  color: #FFD5BD;
}

.member_forgotten_login_popup.hok_member_forgotten_login_popup [type=email] {
  width: 100%;
  height: 48px;
  text-align: center;
  outline: none;
}