#signInOrRegister .modal-dialog,
#registerPopup .modal-dialog,
#validateEmail .modal-dialog,
#validateMobile .modal-dialog {
  max-width: 517px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-height: 600px;
  overflow: auto;
  pointer-events: auto;
}
#signInOrRegister .modal-dialog .modal-header,
#registerPopup .modal-dialog .modal-header,
#validateEmail .modal-dialog .modal-header,
#validateMobile .modal-dialog .modal-header {
  border: none;
  text-align: center;
  background: none;
  margin: 0;
  padding: 0;
}
#signInOrRegister .modal-dialog .modal-header .close,
#registerPopup .modal-dialog .modal-header .close,
#validateEmail .modal-dialog .modal-header .close,
#validateMobile .modal-dialog .modal-header .close {
  position: absolute;
  right: 28px;
  top: 8px;
}
#signInOrRegister .modal-dialog .modal-header h4,
#registerPopup .modal-dialog .modal-header h4,
#validateEmail .modal-dialog .modal-header h4,
#validateMobile .modal-dialog .modal-header h4 {
  width: 100%;
  font-size: 26px;
  color: #141414;
  line-height: 1;
  text-transform: none;
}
#signInOrRegister .modal-dialog .modal-header > span,
#registerPopup .modal-dialog .modal-header > span,
#validateEmail .modal-dialog .modal-header > span,
#validateMobile .modal-dialog .modal-header > span {
  position: absolute;
  left: 28px;
  top: 15px;
  cursor: pointer;
}
#signInOrRegister .modal-dialog .modal-header > span svg,
#registerPopup .modal-dialog .modal-header > span svg,
#validateEmail .modal-dialog .modal-header > span svg,
#validateMobile .modal-dialog .modal-header > span svg {
  display: inline;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 500;
  stroke: #000;
  color: #000;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0.4;
}
#signInOrRegister .modal-dialog .modal-body,
#registerPopup .modal-dialog .modal-body,
#validateEmail .modal-dialog .modal-body,
#validateMobile .modal-dialog .modal-body {
  padding: 0;
  margin: 20px 0;
}
#signInOrRegister .modal-dialog .modal-body p,
#registerPopup .modal-dialog .modal-body p,
#validateEmail .modal-dialog .modal-body p,
#validateMobile .modal-dialog .modal-body p {
  margin: 20px 0 10px 0;
  font-size: unset;
}
#signInOrRegister .modal-dialog .modal-footer,
#registerPopup .modal-dialog .modal-footer,
#validateEmail .modal-dialog .modal-footer,
#validateMobile .modal-dialog .modal-footer {
  border: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#signInOrRegister .modal-dialog .modal-footer button,
#registerPopup .modal-dialog .modal-footer button,
#validateEmail .modal-dialog .modal-footer button,
#validateMobile .modal-dialog .modal-footer button {
  width: 100%;
  height: 45px;
  margin: 0 0 10px 0;
}
#signInOrRegister .modal-dialog .modal-footer button.login-blue-button,
#registerPopup .modal-dialog .modal-footer button.login-blue-button,
#validateEmail .modal-dialog .modal-footer button.login-blue-button,
#validateMobile .modal-dialog .modal-footer button.login-blue-button {
  width: 100%;
  height: 45px;
  margin: 0 0 10px 0;
  background: none;
  stroke: white;
  fill: white;
  -webkit-transition-duration: 100ms, 300ms;
          transition-duration: 100ms, 300ms;
  border-color: #284e80;
  color: #fff;
  background: #284e80;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.28px;
  border-radius: 4px;
  border: 1px solid;
  -webkit-transition-property: background, fill, stroke, color, border-color, -webkit-transform, -webkit-box-shadow;
  transition-property: background, fill, stroke, color, border-color, -webkit-transform, -webkit-box-shadow;
  transition-property: transform, background, fill, stroke, color, border-color, box-shadow;
  transition-property: transform, background, fill, stroke, color, border-color, box-shadow, -webkit-transform, -webkit-box-shadow;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  text-transform: uppercase;
  padding: 12px 24px;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
          align-items: baseline;
  min-width: 96px;
  display: -ms-inline-flexbox;
  text-align: center;
}
#signInOrRegister .modal-dialog .modal-footer button.login-white-button,
#registerPopup .modal-dialog .modal-footer button.login-white-button,
#validateEmail .modal-dialog .modal-footer button.login-white-button,
#validateMobile .modal-dialog .modal-footer button.login-white-button {
  color: #284e80;
  border-color: #284e80;
  background: none;
}
#signInOrRegister .modal-dialog .modal-content,
#registerPopup .modal-dialog .modal-content,
#validateEmail .modal-dialog .modal-content,
#validateMobile .modal-dialog .modal-content {
  padding: 40px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#signInOrRegister .register-type label,
#registerPopup .register-type label,
#validateEmail .register-type label,
#validateMobile .register-type label {
  border: 1px solid #aaa;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 56px;
}
#signInOrRegister .register-type label:before,
#registerPopup .register-type label:before,
#validateEmail .register-type label:before,
#validateMobile .register-type label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  display: block;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 18px;
}
#signInOrRegister .register-type input[type=radio],
#registerPopup .register-type input[type=radio],
#validateEmail .register-type input[type=radio],
#validateMobile .register-type input[type=radio] {
  visibility: hidden;
  position: absolute;
}
#signInOrRegister .register-type input[type=radio]:checked + label,
#registerPopup .register-type input[type=radio]:checked + label,
#validateEmail .register-type input[type=radio]:checked + label,
#validateMobile .register-type input[type=radio]:checked + label {
  background-color: #eaf2fc;
}
#signInOrRegister .register-type input[type=radio]:checked + label .select-button,
#registerPopup .register-type input[type=radio]:checked + label .select-button,
#validateEmail .register-type input[type=radio]:checked + label .select-button,
#validateMobile .register-type input[type=radio]:checked + label .select-button {
  border-color: #284e80;
  border-width: 4px;
}
#signInOrRegister .register-type input[type=radio]:checked + label:before,
#registerPopup .register-type input[type=radio]:checked + label:before,
#validateEmail .register-type input[type=radio]:checked + label:before,
#validateMobile .register-type input[type=radio]:checked + label:before {
  border-color: #284e80;
  border-width: 4px;
}
#signInOrRegister .form-group,
#registerPopup .form-group,
#validateEmail .form-group,
#validateMobile .form-group {
  margin-bottom: 20px;
}
#signInOrRegister .form-group:not(.custom-control),
#registerPopup .form-group:not(.custom-control),
#validateEmail .form-group:not(.custom-control),
#validateMobile .form-group:not(.custom-control) {
  position: relative;
}
#signInOrRegister .form-group .form-control,
#registerPopup .form-group .form-control,
#validateEmail .form-group .form-control,
#validateMobile .form-group .form-control {
  height: 56px;
  border-color: #D5D5D5;
  padding: 17px 19px 1px 19px !important;
}
#signInOrRegister input.form-control,
#registerPopup input.form-control,
#validateEmail input.form-control,
#validateMobile input.form-control {
  font-size: 13px;
}
#signInOrRegister input.form-control:focus,
#registerPopup input.form-control:focus,
#validateEmail input.form-control:focus,
#validateMobile input.form-control:focus {
  border-color: #1C6BBA;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#signInOrRegister input.form-control:placeholder-shown::-webkit-input-placeholder, #registerPopup input.form-control:placeholder-shown::-webkit-input-placeholder, #validateEmail input.form-control:placeholder-shown::-webkit-input-placeholder, #validateMobile input.form-control:placeholder-shown::-webkit-input-placeholder {
  color: transparent;
}
#signInOrRegister input.form-control:placeholder-shown::-moz-placeholder, #registerPopup input.form-control:placeholder-shown::-moz-placeholder, #validateEmail input.form-control:placeholder-shown::-moz-placeholder, #validateMobile input.form-control:placeholder-shown::-moz-placeholder {
  color: transparent;
}
#signInOrRegister input.form-control:placeholder-shown:-ms-input-placeholder, #registerPopup input.form-control:placeholder-shown:-ms-input-placeholder, #validateEmail input.form-control:placeholder-shown:-ms-input-placeholder, #validateMobile input.form-control:placeholder-shown:-ms-input-placeholder {
  color: transparent;
}
#signInOrRegister input.form-control:placeholder-shown::-ms-input-placeholder, #registerPopup input.form-control:placeholder-shown::-ms-input-placeholder, #validateEmail input.form-control:placeholder-shown::-ms-input-placeholder, #validateMobile input.form-control:placeholder-shown::-ms-input-placeholder {
  color: transparent;
}
#signInOrRegister input.form-control:-moz-placeholder-shown::placeholder, #registerPopup input.form-control:-moz-placeholder-shown::placeholder, #validateEmail input.form-control:-moz-placeholder-shown::placeholder, #validateMobile input.form-control:-moz-placeholder-shown::placeholder {
  color: transparent;
}
#signInOrRegister input.form-control:-ms-input-placeholder::placeholder, #registerPopup input.form-control:-ms-input-placeholder::placeholder, #validateEmail input.form-control:-ms-input-placeholder::placeholder, #validateMobile input.form-control:-ms-input-placeholder::placeholder {
  color: transparent;
}
#signInOrRegister input.form-control:placeholder-shown::placeholder,
#registerPopup input.form-control:placeholder-shown::placeholder,
#validateEmail input.form-control:placeholder-shown::placeholder,
#validateMobile input.form-control:placeholder-shown::placeholder {
  color: transparent;
}
#signInOrRegister input.form-control:focus ~ .form-control-label,
#registerPopup input.form-control:focus ~ .form-control-label,
#validateEmail input.form-control:focus ~ .form-control-label,
#validateMobile input.form-control:focus ~ .form-control-label {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  font-size: 13px;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
#signInOrRegister input[placeholder],
#registerPopup input[placeholder],
#validateEmail input[placeholder],
#validateMobile input[placeholder] {
  text-overflow: ellipsis;
}
#signInOrRegister .form-control,
#registerPopup .form-control,
#validateEmail .form-control,
#validateMobile .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.1875rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
#signInOrRegister .form-control-label,
#registerPopup .form-control-label,
#validateEmail .form-control-label,
#validateMobile .form-control-label {
  position: absolute;
  left: 19px;
  top: 14px;
  color: #707070;
  font-size: 16px;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
#signInOrRegister .invalid-feedback,
#registerPopup .invalid-feedback,
#validateEmail .invalid-feedback,
#validateMobile .invalid-feedback {
  width: 100%;
  font-size: 80%;
  color: #FF0000;
  margin-top: 10px;
}
#signInOrRegister #term-and-condition-popup-error,
#registerPopup #term-and-condition-popup-error,
#validateEmail #term-and-condition-popup-error,
#validateMobile #term-and-condition-popup-error {
  margin-left: -1.5rem;
}
#signInOrRegister .tooltips-pop,
#registerPopup .tooltips-pop,
#validateEmail .tooltips-pop,
#validateMobile .tooltips-pop {
  width: 290px;
  position: absolute;
  font-size: 14px;
  line-height: 22px;
  left: 135px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1019607843);
  padding: 16px 16px 16px 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #606266;
  top: -48px;
  z-index: 2;
}
#signInOrRegister .tooltips-pop p,
#registerPopup .tooltips-pop p,
#validateEmail .tooltips-pop p,
#validateMobile .tooltips-pop p {
  margin: 0 !important;
}
#signInOrRegister .tooltips-pop:before,
#registerPopup .tooltips-pop:before,
#validateEmail .tooltips-pop:before,
#validateMobile .tooltips-pop:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  display: block;
  position: absolute;
  left: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 35%;
  background: #fff;
}
#signInOrRegister .tooltips-pop i,
#registerPopup .tooltips-pop i,
#validateEmail .tooltips-pop i,
#validateMobile .tooltips-pop i {
  position: absolute;
  left: 12px;
}
#signInOrRegister h5,
#registerPopup h5,
#validateEmail h5,
#validateMobile h5 {
  margin-bottom: 20px;
}
#signInOrRegister .passwors-description,
#registerPopup .passwors-description,
#validateEmail .passwors-description,
#validateMobile .passwors-description {
  font-size: 14px;
  line-height: 1;
  color: #707070;
  display: inline-block;
  margin-bottom: 20px;
}
#signInOrRegister .registration-phone-tips,
#registerPopup .registration-phone-tips,
#validateEmail .registration-phone-tips,
#validateMobile .registration-phone-tips {
  font-size: 14px;
  line-height: 1;
  color: #707070;
  margin-top: 20px;
}
#signInOrRegister .custom-checkbox .custom-control-label,
#registerPopup .custom-checkbox .custom-control-label,
#validateEmail .custom-checkbox .custom-control-label,
#validateMobile .custom-checkbox .custom-control-label {
  color: #707070;
}
#signInOrRegister .custom-checkbox .custom-control-label::before,
#registerPopup .custom-checkbox .custom-control-label::before,
#validateEmail .custom-checkbox .custom-control-label::before,
#validateMobile .custom-checkbox .custom-control-label::before {
  border-color: #D5D5D5;
  background: #fff;
}
#signInOrRegister .custom-checkbox .custom-control-label::after,
#registerPopup .custom-checkbox .custom-control-label::after,
#validateEmail .custom-checkbox .custom-control-label::after,
#validateMobile .custom-checkbox .custom-control-label::after {
  border-radius: 2px;
  background-image: url("../images/blue-check-center.svg");
}
#signInOrRegister .custom-checkbox .custom-control-label .termAndCondition,
#registerPopup .custom-checkbox .custom-control-label .termAndCondition,
#validateEmail .custom-checkbox .custom-control-label .termAndCondition,
#validateMobile .custom-checkbox .custom-control-label .termAndCondition {
  color: #1C6BBA !important;
}
#signInOrRegister .custom-checkbox .custom-control-label.dark,
#registerPopup .custom-checkbox .custom-control-label.dark,
#validateEmail .custom-checkbox .custom-control-label.dark,
#validateMobile .custom-checkbox .custom-control-label.dark {
  color: #141414 !important;
}
#signInOrRegister .custom-checkbox input:checked + label::before,
#registerPopup .custom-checkbox input:checked + label::before,
#validateEmail .custom-checkbox input:checked + label::before,
#validateMobile .custom-checkbox input:checked + label::before {
  border-color: #fff;
  background: #1C6BBA;
  background-repeat: no-repeat;
}
#signInOrRegister .juestfy-two-colum,
#registerPopup .juestfy-two-colum,
#validateEmail .juestfy-two-colum,
#validateMobile .juestfy-two-colum {
  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;
}
#signInOrRegister .juestfy-two-colum .left,
#registerPopup .juestfy-two-colum .left,
#validateEmail .juestfy-two-colum .left,
#validateMobile .juestfy-two-colum .left {
  max-width: 170px;
}
#signInOrRegister .verification-right,
#registerPopup .verification-right,
#validateEmail .verification-right,
#validateMobile .verification-right {
  cursor: pointer;
  color: #1C6BBA;
}
#signInOrRegister .verification-right.sent,
#registerPopup .verification-right.sent,
#validateEmail .verification-right.sent,
#validateMobile .verification-right.sent {
  opacity: 0.5;
  pointer-events: none;
  width: 53%;
}
#signInOrRegister .form-group.required .form-control-label::before,
#registerPopup .form-group.required .form-control-label::before,
#validateEmail .form-group.required .form-control-label::before,
#validateMobile .form-group.required .form-control-label::before {
  content: "*";
  color: #c00;
}
#signInOrRegister input.form-control:not(:-moz-placeholder-shown) ~ .form-control-label, #registerPopup input.form-control:not(:-moz-placeholder-shown) ~ .form-control-label, #validateEmail input.form-control:not(:-moz-placeholder-shown) ~ .form-control-label, #validateMobile input.form-control:not(:-moz-placeholder-shown) ~ .form-control-label {
  transform: translateY(-8px);
  font-size: 13px;
  transition-timing-function: ease-out;
  transition-duration: 200ms;
}
#signInOrRegister input.form-control:not(:-ms-input-placeholder) ~ .form-control-label, #registerPopup input.form-control:not(:-ms-input-placeholder) ~ .form-control-label, #validateEmail input.form-control:not(:-ms-input-placeholder) ~ .form-control-label, #validateMobile input.form-control:not(:-ms-input-placeholder) ~ .form-control-label {
  transform: translateY(-8px);
  font-size: 13px;
  transition-timing-function: ease-out;
  transition-duration: 200ms;
}
#signInOrRegister input.form-control:not(:placeholder-shown) ~ .form-control-label,
#registerPopup input.form-control:not(:placeholder-shown) ~ .form-control-label,
#validateEmail input.form-control:not(:placeholder-shown) ~ .form-control-label,
#validateMobile input.form-control:not(:placeholder-shown) ~ .form-control-label {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  font-size: 13px;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
#signInOrRegister input.form-control.is-invalid,
#registerPopup input.form-control.is-invalid,
#validateEmail input.form-control.is-invalid,
#validateMobile input.form-control.is-invalid {
  border-color: #FF0000 !important;
}
#signInOrRegister .phone-country-code,
#registerPopup .phone-country-code,
#validateEmail .phone-country-code,
#validateMobile .phone-country-code {
  display: none;
}
#signInOrRegister #popup-registration-form-phone,
#signInOrRegister #registration-form-phone-verify,
#registerPopup #popup-registration-form-phone,
#registerPopup #registration-form-phone-verify,
#validateEmail #popup-registration-form-phone,
#validateEmail #registration-form-phone-verify,
#validateMobile #popup-registration-form-phone,
#validateMobile #registration-form-phone-verify {
  text-indent: 48px;
}
#signInOrRegister #popup-registration-form-phone:not(:-moz-placeholder-shown) ~ .phone-country-code, #signInOrRegister #registration-form-phone-verify:not(:-moz-placeholder-shown) ~ .phone-country-code, #registerPopup #popup-registration-form-phone:not(:-moz-placeholder-shown) ~ .phone-country-code, #registerPopup #registration-form-phone-verify:not(:-moz-placeholder-shown) ~ .phone-country-code, #validateEmail #popup-registration-form-phone:not(:-moz-placeholder-shown) ~ .phone-country-code, #validateEmail #registration-form-phone-verify:not(:-moz-placeholder-shown) ~ .phone-country-code, #validateMobile #popup-registration-form-phone:not(:-moz-placeholder-shown) ~ .phone-country-code, #validateMobile #registration-form-phone-verify:not(:-moz-placeholder-shown) ~ .phone-country-code {
  display: block;
  position: absolute;
  top: 30px;
  font-size: 13px;
  color: #495057;
  left: 20px;
  line-height: 1;
}
#signInOrRegister #popup-registration-form-phone:not(:-ms-input-placeholder) ~ .phone-country-code, #signInOrRegister #registration-form-phone-verify:not(:-ms-input-placeholder) ~ .phone-country-code, #registerPopup #popup-registration-form-phone:not(:-ms-input-placeholder) ~ .phone-country-code, #registerPopup #registration-form-phone-verify:not(:-ms-input-placeholder) ~ .phone-country-code, #validateEmail #popup-registration-form-phone:not(:-ms-input-placeholder) ~ .phone-country-code, #validateEmail #registration-form-phone-verify:not(:-ms-input-placeholder) ~ .phone-country-code, #validateMobile #popup-registration-form-phone:not(:-ms-input-placeholder) ~ .phone-country-code, #validateMobile #registration-form-phone-verify:not(:-ms-input-placeholder) ~ .phone-country-code {
  display: block;
  position: absolute;
  top: 30px;
  font-size: 13px;
  color: #495057;
  left: 20px;
  line-height: 1;
}
#signInOrRegister #popup-registration-form-phone:focus ~ .phone-country-code, #signInOrRegister #popup-registration-form-phone:not(:placeholder-shown) ~ .phone-country-code,
#signInOrRegister #registration-form-phone-verify:focus ~ .phone-country-code,
#signInOrRegister #registration-form-phone-verify:not(:placeholder-shown) ~ .phone-country-code,
#registerPopup #popup-registration-form-phone:focus ~ .phone-country-code,
#registerPopup #popup-registration-form-phone:not(:placeholder-shown) ~ .phone-country-code,
#registerPopup #registration-form-phone-verify:focus ~ .phone-country-code,
#registerPopup #registration-form-phone-verify:not(:placeholder-shown) ~ .phone-country-code,
#validateEmail #popup-registration-form-phone:focus ~ .phone-country-code,
#validateEmail #popup-registration-form-phone:not(:placeholder-shown) ~ .phone-country-code,
#validateEmail #registration-form-phone-verify:focus ~ .phone-country-code,
#validateEmail #registration-form-phone-verify:not(:placeholder-shown) ~ .phone-country-code,
#validateMobile #popup-registration-form-phone:focus ~ .phone-country-code,
#validateMobile #popup-registration-form-phone:not(:placeholder-shown) ~ .phone-country-code,
#validateMobile #registration-form-phone-verify:focus ~ .phone-country-code,
#validateMobile #registration-form-phone-verify:not(:placeholder-shown) ~ .phone-country-code {
  display: block;
  position: absolute;
  top: 30px;
  font-size: 13px;
  color: #495057;
  left: 20px;
  line-height: 1;
}
#signInOrRegister form.verify-email-phone .invalid-feedback,
#registerPopup form.verify-email-phone .invalid-feedback,
#validateEmail form.verify-email-phone .invalid-feedback,
#validateMobile form.verify-email-phone .invalid-feedback {
  display: block;
}
#signInOrRegister #register-service-error,
#registerPopup #register-service-error,
#validateEmail #register-service-error,
#validateMobile #register-service-error {
  display: block !important;
}
#signInOrRegister input.active-blue,
#registerPopup input.active-blue,
#validateEmail input.active-blue,
#validateMobile input.active-blue {
  background-color: #eaf2fc !important;
}
#signInOrRegister #registration-form-email-verify,
#signInOrRegister #registration-form-phone-verify,
#registerPopup #registration-form-email-verify,
#registerPopup #registration-form-phone-verify,
#validateEmail #registration-form-email-verify,
#validateEmail #registration-form-phone-verify,
#validateMobile #registration-form-email-verify,
#validateMobile #registration-form-phone-verify {
  background: #d5d5d5;
  pointer-events: none;
}
#signInOrRegister .disclaimer-part,
#registerPopup .disclaimer-part,
#validateEmail .disclaimer-part,
#validateMobile .disclaimer-part {
  font-size: 12px;
  line-height: 19px;
  font-weight: 300;
  color: #707070;
}
#signInOrRegister .disclaimer-part a,
#registerPopup .disclaimer-part a,
#validateEmail .disclaimer-part a,
#validateMobile .disclaimer-part a {
  text-decoration: none;
  color: #1C6BBA;
}
#signInOrRegister .disclaimer-part span,
#registerPopup .disclaimer-part span,
#validateEmail .disclaimer-part span,
#validateMobile .disclaimer-part span {
  color: #1C6BBA;
  cursor: pointer;
}
#signInOrRegister .terms-button,
#registerPopup .terms-button,
#validateEmail .terms-button,
#validateMobile .terms-button {
  background: none;
  border: none;
  position: relative;
  top: -7px;
}
#signInOrRegister .privacy-policy,
#registerPopup .privacy-policy,
#validateEmail .privacy-policy,
#validateMobile .privacy-policy {
  text-decoration: underline;
  cursor: pointer;
}
#signInOrRegister #term-and-condition-popup + label.custom-control-label,
#registerPopup #term-and-condition-popup + label.custom-control-label,
#validateEmail #term-and-condition-popup + label.custom-control-label,
#validateMobile #term-and-condition-popup + label.custom-control-label {
  font-size: 16px;
}

#termAndConditionModal,
#privacyNoteModal {
  padding: 0 !important;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}
#termAndConditionModal .modal-dialog,
#privacyNoteModal .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  max-width: inherit;
  padding: 0;
  border: none;
}
#termAndConditionModal .modal-dialog .modal-content,
#privacyNoteModal .modal-dialog .modal-content {
  border: none;
}
#termAndConditionModal .modal-dialog .modal-content .modal-header,
#privacyNoteModal .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 0;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  background: white;
  position: sticky;
  top: 0;
  z-index: 9;
}
#termAndConditionModal .modal-dialog .modal-content .modal-body,
#privacyNoteModal .modal-dialog .modal-content .modal-body {
  border: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Volvo Novum";
  margin-right: auto;
  margin-left: 0px;
  margin-top: 0px;
  padding: 24px;
  max-width: 100%;
}
#termAndConditionModal .modal-dialog .modal-content .modal-body a,
#privacyNoteModal .modal-dialog .modal-content .modal-body a {
  color: #007bcd;
  text-decoration: underline;
}
#termAndConditionModal .modal-dialog .modal-content .modal-body h1,
#privacyNoteModal .modal-dialog .modal-content .modal-body h1 {
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 60px;
  margin: 19px 0;
  font-weight: bold;
}
#termAndConditionModal .modal-dialog .modal-content .modal-body h2,
#privacyNoteModal .modal-dialog .modal-content .modal-body h2 {
  font-size: 24px;
  letter-spacing: 0.85px;
  line-height: 38px;
  margin: 19px 0;
  font-weight: bold;
}
#termAndConditionModal .modal-dialog .modal-content .modal-body h3,
#privacyNoteModal .modal-dialog .modal-content .modal-body h3 {
  font-size: 19px;
  line-height: 1.5;
  margin: 19px 0;
  font-weight: bold;
}
#termAndConditionModal .modal-dialog .modal-content .modal-body p,
#privacyNoteModal .modal-dialog .modal-content .modal-body p {
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 300;
}
#termAndConditionModal .modal-dialog .modal-content .modal-footer,
#privacyNoteModal .modal-dialog .modal-content .modal-footer {
  border: none;
  padding: 0;
}
#termAndConditionModal .modal-dialog .modal-content .close-button,
#privacyNoteModal .modal-dialog .modal-content .close-button {
  height: 62px;
  width: 62px;
  border: 1px solid black;
  border-radius: 50%;
  margin-top: 40px;
  margin-right: 40px;
  background: none;
  border: none;
  font-size: 30px;
}

#registerPopup.show .modal-dialog .modal-content {
  padding-top: 0;
}
#registerPopup.show .modal-dialog .modal-content .modal-header {
  z-index: 9;
  position: sticky;
  top: 0;
  width: 100%;
  left: 0;
  height: 100px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#registerPopup.show .modal-dialog .modal-content .modal-header .close {
  right: 0;
  top: 10px;
}
#registerPopup.show .modal-dialog .modal-content .modal-body {
  margin-top: 0;
}
#registerPopup.show .modal-dialog .modal-content .modal-body form > p {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #validateEmail .verification-right, #validateMobile .verification-right {
    text-align: right;
    line-height: 1;
  }
  #validateEmail .form-control-label, #validateMobile .form-control-label {
    max-width: 50%;
    display: block;
    line-height: 1;
  }
  #signInOrRegister {
    padding: 0;
  }
  #signInOrRegister .modal-dialog .modal-header h4 {
    font-size: 24px;
  }
  #signInOrRegister .modal-dialog .modal-header .close {
    display: none;
  }
  #signInOrRegister .modal-dialog .modal-content {
    padding: 40px;
  }
  #registerPopup {
    padding: 0 40px 40px 40px;
  }
  #registerPopup.show .modal-dialog .modal-content .modal-header {
    height: 80px;
  }
  #registerPopup.show .modal-dialog .modal-content .modal-body form > p {
    color: #707070;
  }
  #registerPopup .form-control-label .question {
    display: none;
  }
}
