.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%;
  }
  .authLogin-btn {
  display: inline-block;
  background: #E94D37;
  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 {
  color: #999 !important;
  font-style: italic;
  }
  #refCode::-ms-input-placeholder,
  .signin-container #refCode:-ms-input-placeholder {
  color: #999 !important;
  font-style: italic;
  }
  .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;
  }
  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;
  }
  .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: -11px;
  }
  .parsley-error {
  border-bottom: 1px solid #f23333;
  }
  #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: 0;
  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 rgba(3, 83, 145, 0.5294117647058824) !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;
  }
  #logreg-formsPopup {opacity: 0;}
  .signin-container.show #logreg-formsPopup {opacity: 1;}
  #logreg-forms form h1,
  #logreg-formsPopup form h1 {
  font-weight: 600;
  font-size: 23px;
  color: #E94D37;
  }
  #logreg-forms .sub-title1 {
  font-size: 12px;
  width: 100%;
  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;
  width: 100%;
  font-size: 14px;
  color: #252d34;
  padding: 10px;
  border-radius: 5px;
  height: 42px;
  border: 1px solid #cdc5c5;
  max-height: unset;
  }
  #logreg-forms #refCode.form-control,
  #logreg-formsPopup #refCode.form-control {
  border: 1px solid #cdc5c5;
  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 .social-btn,
  #logreg-formsPopup .social-btn {
  color: #fff;
  width: 30%;
  background: #3a5898;
  border-radius: 5px;
  font-size: 13.5px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  }
  #logreg-forms .social-btn svg,
  #logreg-formsPopup .social-btn svg {
  position: relative;
  }
  #logreg-forms a,
  #logreg-formsPopup a {
  color: #E94D37;
  font-size: 12px;
  font-weight: 500;
  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;
  }
  #logreg-forms a.whatsapp-option{
    border: 1px solid #d7d6d6;
    margin-top: 0 !important;
    width: 60px;
    background: #fff;
    text-align: center;
    display: none;
    height: 60px;
    border-radius: 50%;
  }
  #logreg-forms a:hover,
  #logreg-formsPopup a:hover {
  color: #025392;
  }
  #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: #E94D37;
  cursor: pointer;
  text-decoration: none;
  font-size: 13px;
  }
  #logreg-forms button,
  #logreg-formsPopup button {
  height: 50px;
  font-size: 16.5px;
  font-weight: 500;
  background: #E94D37;
  border-radius: 5px;
  margin: 35px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  }
  #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: #dd4b39;
  }
  .cwAuthForm .form-group {
  position: relative;
  margin-bottom: 10px;
  }
  #logreg-forms label,
  #logreg-formsPopup label {
  font-size: 14px;
  font-weight: 400;
  margin: 0 6px;
  padding: 0 5px;
  max-width: fit-content;
  color: #E94D37;
  }
  .cwAuthForm .form-label {
  position: absolute;
  left: 0;
  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.75em!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 .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 #cdc5c5;
  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: 600;
  }
  .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: 20px;
  }
  .cwAuthForm .form-group.focused i {
  display: block;
  }
  .cwAuthForm .eye {
  position: absolute;
  right: 0;
  text-align: center;
  top: 5px;
  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: #E94D37;
  border-color: #E94D37;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  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;
  }
  .name-wrap span.country-flag {
      top: 11px;
    }
  #logreg-forms form.verify-Mobile {
  padding-top: 50px !important;
  }
  .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;
  }
  @-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);
  }
  }
  .cwAuthForm .select-email .selected:after {
    content: '✓';
    position: absolute;
    right: 35px;
    top: 3px;
    font-size: 25px;
    color: #28A544;
  }
  .small-links{
    font-size: 11px !important;
    text-decoration: none !important;
    padding: 0 !important;
  }