/* .parent-login {
  max-width: 1054px;
  margin: 0 auto;
  padding-top: 8em;
  min-height: 90vh;
} */

.disable-signin {
  pointer-events: none;
  opacity: 0.5;
}

#cwLogin button.close {
  z-index: 99;
  opacity: 1;
  padding: 0;
  margin: 0;
  background: transparent;
  height: 30px;
  width: 30px;
  font-size: 18px;
  color: #444;
  border-radius: 50%;
}

/* checkout btn */
.authLogin-btn {
  display: inline-block;
  background: #1C5350;
  width: 80%;
  padding: 12px 25px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  font-size: 13px;
}

.modal-content#logreg-formsPopup {
  display: block;
}

.toast {
  font-size: 15px !important;
}

.bold-label {
  color: #555 !important;
}

#toast-container.toast-bottom-center > div,
#toast-container.toast-top-center > div {
  width: 320px;
  min-width: 320px;
}

#toast-container .toast:nth-child(2) {
  display: none !important;
}

.toast .toast-close-button {
  top: -0.1em;
}

#refCode:-ms-input-placeholder,
.signin-container #refCode:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999 !important;
  font-style: italic;
}

#refCode::-ms-input-placeholder,
.signin-container #refCode:-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999 !important;
  font-style: italic;
}

/* newly added */
#logreg-formsPopup label.form-label {
  display: none;
}

.form-signup .form-group {
  margin-bottom: 20px;
}

.form-code-2019 p {
  color: #4caf50;
  font-size: 20px;
}

.form-code-2019 .checkmark-circle {
  width: 150px;
  height: 150px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.form-code-2019 .checkmark-circle .background {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #4caf50;
  position: absolute;
}

.form-code-2019 .checkmark-circle .checkmark {
  border-radius: 5px;
}

.form-code-2019 .checkmark-circle .checkmark.draw:after {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.form-code-2019 .checkmark-circle .checkmark:after {
  opacity: 1;
  height: 75px;
  width: 37.5px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  border-right: 15px solid #fff;
  border-top: 15px solid #fff;
  border-radius: 2.5px !important;
  content: "";
  left: 35px;
  top: 80px;
  position: absolute;
}

/* newly added */

/* remove autofill style */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #495057;
  background-color: #fff !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/* close */
.hidden,
.common-field-signup,
.btn-block.common-field-signup {
  display: none;
}

.required,
.cw_error,
.parsley-error-list li,
.parsley-errors-list li {
  color: #f23333;
  font-size: 13px;
}

.parsley-errors-list li {
  padding-top: 3px;
}

.cw_error {
  display: none;
  position: relative;
  top: -8px;
}

.parsley-error {
  border-bottom: 1px solid #f23333;
}

/* button */
#logreg-forms button.btn-cw-black,
#logreg-formsPopup button.btn-cw-black {
  background: #262626;
  color: #ffffff;
}

.psd-wrap,
.name-wrap {
  position: relative;
}

.psd-wrap a,
.name-wrap a,
.name-wrap span {
  position: absolute;
  right: 8px;
  top: 10px;
  z-index: 9;
  cursor: pointer;
}

.name-wrap input {
  margin-right: 75px;
}

.form-group.focused .name-wrap a {
  display: inline-block;
}

#logreg-forms .form-group.focused .form-control:focus,
#logreg-forms .form-group .form-control:focus {
  border-bottom: 1px solid #d7d6d6 !important;
}

.form-head.mb-4 {
  margin-bottom: 1.7rem !important;
}

#logreg-forms,
#logreg-formsPopup {
  height: 100%;
  margin: 0 auto;
  letter-spacing: 0.2px;
  -webkit-box-shadow: 0px 4px 40px rgba(232, 232, 232, 0.25);
  box-shadow: 0px 4px 40px rgba(232, 232, 232, 0.25);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid #f5f5f5;
  /* box-shadow: 0 0 20px rgb(0 0 0 / 15%); */
  border-radius: 20px;
}
.modal-backdrop.show {
  opacity: .8;
}
#logreg-forms form h1,
#logreg-formsPopup form h1 {
  font-weight: var(--font-bold);
  font-size: 23px;
  color: #232320;
}

#logreg-forms .sub-title1 {
  font-size: 15px;
  width: 70%;
  margin: 0 auto;
  line-height: 22px;
  color: #676767;
}

#logreg-forms form {
  width: 100%;
  height: 100%;
  padding: 35px 40px 2px;
  margin: auto;
}

#logreg-formsPopup #logreg-forms form {
  padding: 25px 25px 2px;
}

#logreg-forms .form-control,
#logreg-formsPopup .form-control {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 5px !important;
  margin-bottom: 0;
  border: 1px solid #d7d6d6;
  height: 40px;
  color: #98A162;
  font-weight: 600;
}

#logreg-forms #refCode.form-control,
#logreg-formsPopup #refCode.form-control {
  border: 1px solid #d7d6d6;
  padding: 10px;
}

#logreg-forms .form-control:disabled,
#logreg-forms .form-control[readonly],
#logreg-formsPopup .form-control:disabled,
#logreg-formsPopup .form-control[readonly] {
  background-color: inherit;
  cursor: not-allowed;
}

#logreg-forms .form-control:focus,
#logreg-formsPopup .form-control:focus {
  z-index: 2;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#logreg-forms form input[type="password"],
#logreg-formsPopup form input[type="password"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#logreg-forms .social-login,
#logreg-formsPopup .social-login {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*#logreg-forms .social-login .facebook-btn,*/
/*#logreg-formsPopup .social-login .facebook-btn {*/
/*  display: none;*/
/*}*/

#logreg-forms .social-btn,
#logreg-formsPopup .social-btn {
  color: #fff;
  width: 47%;
  background: #3a5898;
  border-radius: 5px;
  font-size: 13.5px;
  font-weight: var(--font-regular);
  margin-top: 0;
}

#logreg-forms .social-login button:first-child,
#logreg-formsPopup .social-login button:first-child {
  margin-right: 4%;
}

#logreg-forms .social-btn svg,
#logreg-formsPopup .social-btn svg {
  position: relative;
  top: 3px;
  left: 0px;
  height: 28px;
  width: 28px;
}

#logreg-forms .social-btn.google-btn svg,
#logreg-formsPopup .social-btn.google-btn svg {
  top: 4px;
}

#logreg-forms a,
#logreg-formsPopup a {
  color: #100F0E;
  font-size: 14px;
  font-weight: var(--font-bold);
  /* margin-top: -20px; */
  text-decoration: underline;
  cursor: pointer;
  background: #fff;
  padding: 2px 5px;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
  transition: all 0.28s ease;
  /* margin-right: 2px; */
}

#logreg-forms a:hover,
#logreg-formsPopup a:hover {
  color: #98A162;
}

#logreg-forms a.link-col-dark,
#logreg-formsPopup a.link-col-dark {
  color: #333;
  cursor: pointer;
}

#logreg-forms a.link-col-dark:hover,
#logreg-formsPopup a.link-col-dark:hover {
  color: #555;
}

#logreg-forms .signup-line,
#logreg-formsPopup .signup-line{
  display: flex;
  justify-content: space-around;
}

#logreg-forms .signup-line a,
#logreg-formsPopup .signup-line a {
  color: #232320;
  cursor: pointer;
  text-decoration: none;
  font-size: 13px;
}

#logreg-forms .signup-line a:hover,
#logreg-formsPopup .signup-line a:hover {
  text-decoration: underline;
}

#logreg-forms button,
#logreg-formsPopup button {
    height: 50px;
    font-size: 16.5px;
    font-weight: var(--font-semibold);
    background: #232320;
    border-radius: 50px;
    margin: 25px 0 10px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

#logreg-forms .facebook-btn,
#logreg-formsPopup .facebook-btn {
  background-color: #fff;
  border: 1px solid #d7d6d6;
  /* display: none; */
}

#logreg-forms .google-btn,
#logreg-formsPopup .google-btn {
  background-color: #fff;
  border: 1px solid #d7d6d6;
  color: #5b5b5b;
}

.cwAuthForm .form-group {
  position: relative;
  margin-bottom: 10px;
}

.form-group + .form-group {
  margin-top: 20px;
}

#logreg-forms label,
#logreg-formsPopup label {
  font-size: 14px;
  font-weight: var(--font-regular);
  color: #98A162;
  font-weight: 600;
}

.cwAuthForm .form-label {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: #fff;
  z-index: 10;
  -webkit-transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  -o-transition: transform 150ms ease-out, font-size 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out,
    -webkit-transform 150ms ease-out;
}

.focused .form-label, .form-label.label-pos-top {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  font-size: 0.95em!important;
}

.cwAuthForm .form-input {
  position: relative;
  padding: 12px 0px 5px 0;
  width: 100%;
  outline: 0;
  border: 0;
  -webkit-box-shadow: 0 1px 0 0 #e5e5e5;
  box-shadow: 0 1px 0 0 #e5e5e5;
  -webkit-transition: box-shadow 150ms ease-out;
  -webkit-transition: -webkit-box-shadow 150ms ease-out;
  transition: -webkit-box-shadow 150ms ease-out;
  -o-transition: box-shadow 150ms ease-out;
  transition: box-shadow 150ms ease-out;
  transition: box-shadow 150ms ease-out, -webkit-box-shadow 150ms ease-out;
}

.form-input:focus {
  -webkit-box-shadow: 0 2px 0 0 blue;
  box-shadow: 0 2px 0 0 blue;
}

.form-input.filled {
  -webkit-box-shadow: 0 2px 0 0 lightgreen;
  box-shadow: 0 2px 0 0 lightgreen;
}

.cwAuthForm .or-separator {
  position: relative;
  text-align: center;
  margin: 25px 0;
}

.cwAuthForm .or-separator span {
  background: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 32px;
  font-weight: var(--font-bold);
  padding: 0px;
  margin-top: 0;
  text-align: center;
}

.cwAuthForm .or-separator:before {
  /* border-bottom: 1px solid #dadada; */
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: 16px;
  z-index: -1;
}

.cwAuthForm .or-separator:after {
  content: "";
  display: table;
  clear: both;
}

/* custom styled radio button */
.cwAuthForm .checkbox-custom,
.cwAuthForm .radio-custom {
  opacity: 0;
  position: absolute;
}

.cwAuthForm .checkbox-custom,
.cwAuthForm .checkbox-custom-label,
.cwAuthForm .radio-custom,
.cwAuthForm .radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 5px;
  padding-right: 8px;
  cursor: pointer;
  width: 100%;
}

.select-email {
  border: 1px solid #d7d6d6;
  border-radius: 5px;
}

#logreg-forms .checkbox-custom,
#logreg-forms .checkbox-custom-label,
#logreg-forms .radio-custom,
#logreg-forms .radio-custom-label,
#logreg-formsPopup .checkbox-custom,
#logreg-formsPopup .checkbox-custom-label,
#logreg-formsPopup .radio-custom,
#logreg-formsPopup .radio-custom-label {
  margin-left: 0;
  min-width: 376px;
  margin: 0;
  padding-left: 15px;
  height: 40px;
  line-height: 30px;
  border-radius: 5px;
  color: #333;
  border-bottom: 1px solid #e5e1e1;
  background: #fcfcfc;
  width: 100%;
}

.cwAuthForm .checkbox-custom-label,
.cwAuthForm .radio-custom-label {
  position: relative;
  color: #484848;
  font-weight: var(--font-bold);
}

.cwAuthForm .checkbox-custom-label span,
.cwAuthForm .radio-custom-label span {
  right: 10px;
  position: absolute;
  top: 37%;
}

.cwAuthForm .checkbox-custom-label:after,
.cwAuthForm .radio-custom-label:after {
  clear: both;
}

.cwAuthForm .checkbox-custom + .checkbox-custom-label:before,
.cwAuthForm .radio-custom + .radio-custom-label:before {
  content: "";
  background: #fff;
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  line-height: 18px;
  margin-right: 10px;
  text-align: center;
}

.cwAuthForm .checkbox-custom:checked + .checkbox-custom-label:before {
  content: "\f00c";
  font-family: FontAwesome;
  background: #663399;
  color: #fff;
}

.form-group.focused a {
  display: none;
}

.cwAuthForm .form-group i {
  margin-top: -2px;
  padding: 2px 5px;
  font-size: 17px;
}

.cwAuthForm .form-group.focused i {
  display: block;
}

.cwAuthForm .eye {
  position: absolute;
  right: 9px;
  text-align: center;
  top: 6px;
  width: 25px;
  float: right;
  z-index: 2;
}

.cwAuthForm .eye:before {
  font-family: FontAwesome;
  color: #333;
}

.cwAuthForm .fa-eye:before {
  content: "\f06e";
}

.cwAuthForm .fa-eye-slash:before {
  content: "\f070";
}

.cwAuthForm .radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}

.cwAuthForm .activate-resend {
  display: none;
  opacity: 0;
}

.cwAuthForm .activate-resend.activate {
  display: inline-block;
  opacity: 1;
}

.cwAuthForm .activate-resend.activate,
.cwAuthForm span.timer {
  z-index: 2;
}

.cwAuthForm span.timer {
  cursor: default;
}

.cwAuthForm .radio-custom:checked + .radio-custom-label:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #fff;
  background: #1C5350;
  border-color: #1C5350;
}

.cwAuthForm .checkbox-custom:focus + .checkbox-custom-label,
.cwAuthForm .radio-custom:focus + .radio-custom-label {
  outline: 1px solid transparent;
}

.coupon-coolcash-radio .card-withshadow {
  position: relative;
}

.coupon-coolcash-radio .or-text {
  position: relative;
  position: relative;
  display: inline-block;
  padding: 3px;
  background: #fff;
  width: 100%;
  text-align: center;
}

.coupon-coolcash-radio .or-text::before {
  position: absolute;
  top: 9px;
  content: "";
  height: 1px;
  background: #eee;
  width: 46%;
  left: 0;
}

.coupon-coolcash-radio .or-text::after {
  position: absolute;
  top: 9px;
  content: "";
  right: 0;
  height: 1px;
  background: #eee;
  width: 46%;
}

.cwAuthForm .checkbox-custom-label,
.cwAuthForm .radio-custom-label {
  font-weight: bold;
}

.cwAuthForm #radio-1-img {
  position: absolute;
  top: 10px;
  left: 9px;
  z-index: 2;
  height: 20px;
}

.cwAuthForm .checkbox-custom,
.cwAuthForm .checkbox-custom-label,
.cwAuthForm .radio-custom,
.cwAuthForm .radio-custom-label {
  padding: 2px 5px;
}

.cwAuthForm .checkbox-custom-label span,
.cwAuthForm .radio-custom-label span {
  top: 5px;
}

#usecoupon.radio-custom-label,
.padding-custom.radio-custom-label {
  margin-left: 34px;
}

.cwAuthForm .radio-custom:checked + .radio-custom-label::before {
  font-size: 11px;
}

.cwAuthForm .checkbox-custom,
.cwAuthForm .checkbox-custom-label,
.cwAuthForm .radio-custom,
.cwAuthForm .radio-custom-label {
  font-size: 12.5px;
}

.cwAuthForm .checkbox-custom-label span,
.cwAuthForm .radio-custom-label span.iconarrow {
  top: 3px;
  right: 45px;
}

.coupon-coolcash-radio {
  margin-bottom: 7px;
}

/* custom styled radio button */

/* otp form design */
.otp-input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60%;
  margin: 5em auto 1em;
  text-align: center;
}

.otp-input-wrap input {
  width: 100%;
  max-width: 38.5px;
  height: 50px;
  font-size: 20px;
  padding: 0;
  margin-right: 25px;
  text-align: center;
  border: 0;
  border-bottom: 3px solid #000;
}

.otp-input-wrap input:last-child {
  margin-right: 0;
}

.otp-input-wrap input::-webkit-inner-spin-button,
.otp-input-wrap input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.otp-input-wrap input:focus,
.otp-input-wrap input.focus {
  border-color: green;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* otp form css end */

/* button submit animation */
.cwAuthForm button {
  position: relative;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
  transition: all 0.28s ease;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.cwAuthForm button .processing {
  position: absolute;
  margin-left: -28px;
  top: 50%;
  height: 18px;
  width: 18px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  border-radius: 50%;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-right: 2px solid rgba(255, 255, 255, 0.35);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.cwAuthForm .social-btn {
  opacity: 1;
}

.cwAuthForm .social-btn.is_loading {
  opacity: 0.7;
  pointer-events: none;
}

.cwAuthForm .SL_processing,
.cwAuthForm .social-btn.is_loading .btn-text {
  display: none;
}

.cwAuthForm .social-btn.is_loading .SL_processing {
  display: inline-block;
}

.cwAuthForm button.show {
  pointer-events: none;
  opacity: 0.5;
}

form.show-loading button,
form.show-loading a {
  pointer-events: none;
  opacity: 0.5;
}

button.show .processing {
}

form.show-loading button .processing {
  opacity: 1;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
  transition: all 0.28s ease;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]:hover,
input[type="number"]:focus {
  -webkit-appearance: none;
  -moz-appearance: number-input;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
}

.verify-Mobile .parsley-errors-list,
#logreg-forms form.verify-Mobile {
  text-align: center;
}

#logreg-forms form.verify-Mobile #otp {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  font-size: 18px;
}

#logreg-forms form.disabled-submit .btn-block:disabled,
.btn-block[disabled] {
  cursor: not-allowed;
  opacity: 0.6 !important;
}

.list-unstyled .currency-switcher{
  margin: 0px auto 10px;
  margin-left: auto;
}

.grid-row span.country-flag{
  top: 11px;
  right: 10px;
}
.name-wrap span.country-flag {
  top: 9px;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: translateY(-50%) rotate(0deg);
  }

  to {
    -webkit-transform: translateY(-50%) rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }

  to {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 450px;
  }
}

/* button submit animation end */

.login-offer-strip{
  color: #494949;
  margin: 10px 0;
  text-align: center;
  font-size: 14px;
}

.login-offer-strip span{
  color: #1C5350;
  font-weight: bold;
}

.small-links{
  font-size: 11px !important;
  text-decoration: none !important;
  padding: 0 !important;
}

.update-on-whatsapp{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}
.whatsapp-status:checked+label,
.whatsapp-status+label{
  color: #676767;
  width: auto;
  margin-bottom: 0;
}
.whatsapp-status{
  height: 12px;
  width: 12px;
  background-color: #1C5350;
}

/* US css */
.form-control.countryCode,div.currency-switcher , span.country-flag{display:none!important}
.grid-row.hasNumber {display: block!important}
.grid-row.hasNumber input {
  margin-left: 0%!important;
}

/* new multifolks css */
header.sticky {
  box-shadow: none;
}
#cwLogin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  overflow: hidden;
  display: none;
  z-index: 992;
}
#cwLogin .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 0;
}
#cwLogin .login-outer .login-content {
  position: relative;
  z-index: 1;
  width: 420px;
  background: #fff;
  left: 10%;
  top: 5%;
  border-radius: 20px;
  margin-top: 4rem;
}
body.login-page .right_section_wrap,
body.login-page header {
  background: transparent;
}
#logreg-forms a.whatsapp-option.social-btn {
  display: none;
}