#signInOrRegister .modal-dialog,
#registerPopup .modal-dialog,
#validateEmail .modal-dialog,
#validateMobile .modal-dialog {
  max-width: 498px;
  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: 32px;
  color: #141414;
  line-height: 1;
}
#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-content,
#registerPopup .modal-dialog .modal-content,
#validateEmail .modal-dialog .modal-content,
#validateMobile .modal-dialog .modal-content {
  border: none !important;
}
#signInOrRegister .modal-dialog .modal-body,
#registerPopup .modal-dialog .modal-body,
#validateEmail .modal-dialog .modal-body,
#validateMobile .modal-dialog .modal-body {
  padding: 0;
  margin: 24px 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;
}
#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: 48px;
  margin: 0 0 16px 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: 48px;
  margin: 0 0 16px 0;
  background: none;
  stroke: #fff;
  fill: #fff;
  -webkit-transition-duration: 100ms, 300ms;
          transition-duration: 100ms, 300ms;
  color: #fff;
  background: #2A609D;
  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: capitalize;
  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-blue-button:hover,
#registerPopup .modal-dialog .modal-footer button.login-blue-button:hover,
#validateEmail .modal-dialog .modal-footer button.login-blue-button:hover,
#validateMobile .modal-dialog .modal-footer button.login-blue-button:hover {
  background: #000000;
  text-decoration: none;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#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: #2A609D;
  border-color: #2A609D;
  background: none;
}
#signInOrRegister .modal-dialog .modal-footer button.login-white-button:hover,
#registerPopup .modal-dialog .modal-footer button.login-white-button:hover,
#validateEmail .modal-dialog .modal-footer button.login-white-button:hover,
#validateMobile .modal-dialog .modal-footer button.login-white-button:hover {
  background: #2A609D;
  color: #fff !important;
  text-decoration: none;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#signInOrRegister .modal-dialog .modal-content,
#registerPopup .modal-dialog .modal-content,
#validateEmail .modal-dialog .modal-content,
#validateMobile .modal-dialog .modal-content {
  -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: #2A609D;
  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: #2A609D;
  border-width: 4px;
}
#signInOrRegister .form-group,
#registerPopup .form-group,
#validateEmail .form-group,
#validateMobile .form-group {
  margin-bottom: 16px;
}
#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 16px 1px 16px !important;
  width: 100%;
}
#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: 16px;
  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%;
  color: #BF2012;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.24px;
  margin-top: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#signInOrRegister .invalid-feedback:not(.no-icon):before,
#registerPopup .invalid-feedback:not(.no-icon):before,
#validateEmail .invalid-feedback:not(.no-icon):before,
#validateMobile .invalid-feedback:not(.no-icon):before {
  content: "";
  background-image: url("../images/ErrorIcon.png");
  width: 16px;
  height: 12px;
  background-size: auto;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  background-repeat: no-repeat;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
#signInOrRegister .invalid-feedback.no-icon,
#registerPopup .invalid-feedback.no-icon,
#validateEmail .invalid-feedback.no-icon,
#validateMobile .invalid-feedback.no-icon {
  margin-left: -24px;
}
#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: 24px;
}
#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 .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 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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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 {
  width: 100%;
  max-width: inherit;
}
#signInOrRegister .verification-right,
#registerPopup .verification-right,
#validateEmail .verification-right,
#validateMobile .verification-right {
  cursor: pointer;
  margin-top: 11px;
  width: 100%;
  text-align: right;
  color: rgba(0, 0, 0, 0.96);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.24px;
}
#signInOrRegister .verification-right.sent,
#registerPopup .verification-right.sent,
#validateEmail .verification-right.sent,
#validateMobile .verification-right.sent {
  pointer-events: none;
  width: 100%;
  color: #2A609D;
}
#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: 12px;
  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: 12px;
  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: 12px;
  -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: #BF2012 !important;
}
#signInOrRegister .phone-country-code,
#registerPopup .phone-country-code,
#validateEmail .phone-country-code,
#validateMobile .phone-country-code {
  display: none;
}
#signInOrRegister #registration-form-phone,
#signInOrRegister #registration-form-phone-verify,
#registerPopup #registration-form-phone,
#registerPopup #registration-form-phone-verify,
#validateEmail #registration-form-phone,
#validateEmail #registration-form-phone-verify,
#validateMobile #registration-form-phone,
#validateMobile #registration-form-phone-verify {
  text-indent: 45px;
}
#signInOrRegister #registration-form-phone:not(:-moz-placeholder-shown) ~ .phone-country-code, #signInOrRegister #registration-form-phone-verify:not(:-moz-placeholder-shown) ~ .phone-country-code, #registerPopup #registration-form-phone:not(:-moz-placeholder-shown) ~ .phone-country-code, #registerPopup #registration-form-phone-verify:not(:-moz-placeholder-shown) ~ .phone-country-code, #validateEmail #registration-form-phone:not(:-moz-placeholder-shown) ~ .phone-country-code, #validateEmail #registration-form-phone-verify:not(:-moz-placeholder-shown) ~ .phone-country-code, #validateMobile #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 #registration-form-phone:not(:-ms-input-placeholder) ~ .phone-country-code, #signInOrRegister #registration-form-phone-verify:not(:-ms-input-placeholder) ~ .phone-country-code, #registerPopup #registration-form-phone:not(:-ms-input-placeholder) ~ .phone-country-code, #registerPopup #registration-form-phone-verify:not(:-ms-input-placeholder) ~ .phone-country-code, #validateEmail #registration-form-phone:not(:-ms-input-placeholder) ~ .phone-country-code, #validateEmail #registration-form-phone-verify:not(:-ms-input-placeholder) ~ .phone-country-code, #validateMobile #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 #registration-form-phone:focus ~ .phone-country-code, #signInOrRegister #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 #registration-form-phone:focus ~ .phone-country-code,
#registerPopup #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 #registration-form-phone:focus ~ .phone-country-code,
#validateEmail #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 #registration-form-phone:focus ~ .phone-country-code,
#validateMobile #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: underline;
  color: #707070;
}
#signInOrRegister .terms-button,
#registerPopup .terms-button,
#validateEmail .terms-button,
#validateMobile .terms-button {
  background: none;
  border: none;
  position: relative;
  top: -4px;
}
#signInOrRegister .privacy-policy,
#registerPopup .privacy-policy,
#validateEmail .privacy-policy,
#validateMobile .privacy-policy {
  text-decoration: underline;
  cursor: pointer;
}

#termAndConditionModal,
#privacyNoteModal {
  padding: 0 !important;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-width: 1095px;
}
#termAndConditionModal .modal-dialog,
#privacyNoteModal .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  max-width: inherit;
  padding: 0;
  border: none;
  max-height: calc(100vh - 176px);
  margin-top: 44px;
}
#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;
  max-height: 96px;
}
#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: auto;
  margin-top: 0px;
  padding: 24px;
  max-width: 100%;
  max-height: calc(100vh - 176px);
  overflow-y: auto;
}
#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;
  display: none;
}
#termAndConditionModal .modal-dialog .modal-content .close-button,
#privacyNoteModal .modal-dialog .modal-content .close-button {
  height: 62px;
  width: 62px;
  border-radius: 50%;
  margin-top: 20px;
  margin-right: 24px;
  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;
    pointer-events: none;
  }
}
.page {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page .mt-48 {
  margin-top: 48px !important;
}
.page .mb-48 {
  margin-bottom: 48px !important;
}
.page .mb-8 {
  margin-bottom: 8px !important;
}
.page #maincontent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 87px;
}
@media screen and (max-width: 767px) {
  .page #maincontent {
    padding-top: 48px;
  }
}
.page #signInOrRegister .modal-body p {
  text-align: center;
  color: #707070;
  margin-top: 0px;
  margin-bottom: 24px;
}
.page #registerPopup .custom-checkbox {
  margin-bottom: 14px;
}
.page #registerPopup .modal-body {
  margin-top: 16px;
}
.page #registerPopup .modal-body form > p {
  margin: 0 0 48px 0;
  max-width: 320px;
  color: #707070;
}
.page #registerPopup .modal-body .passwors-description {
  margin-bottom: 32px;
}
.page #registerPopup .modal-dialog {
  margin-top: 10px;
}
.page #registerPopup .modal-content {
  padding-top: 0;
}
.page #registerPopup .register-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page #registerPopup .register-type label {
  width: calc(50% - 12px);
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .page #registerPopup .register-type label {
    margin-bottom: 40px;
  }
}
.page #registerPopup .register-type.only-one label {
  width: 100%;
  margin-bottom: 48px;
  background-color: #fff !important;
  border-color: #1C6BBA;
}
@media screen and (max-width: 767px) {
  .page #registerPopup .register-type.only-one label {
    margin-bottom: 40px;
  }
}
.page #registerPopup .modal-footer {
  margin-top: 28px;
}

.login-register.login-white-button {
  font-weight: 500;
}

.header.container .navbar-header.brand {
  width: 126px;
  margin: -3px calc(50vw - 63px);
}
.header.container .navbar-header .login-user-wrap {
  display: none;
}

form.verify-email-phone .invalid-feedback.no-icon {
  margin-left: 0 !important;
}

body .page #register-service-error {
  margin-left: 0 !important;
  width: 100%;
}
body .page #signInOrRegister .modal-dialog, body .page #registerPopup .modal-dialog, body .page #validateEmail .modal-dialog, body .page #validateMobile .modal-dialog {
  max-width: 496px;
}
@media screen and (max-width: 767px) {
  body .page #signInOrRegister .modal-dialog, body .page #registerPopup .modal-dialog, body .page #validateEmail .modal-dialog, body .page #validateMobile .modal-dialog {
    max-width: calc(100% - 48px);
    margin: 0 24px;
  }
}
body .page #signInOrRegister .modal-dialog .modal-header h4, body .page #registerPopup .modal-dialog .modal-header h4, body .page #validateEmail .modal-dialog .modal-header h4, body .page #validateMobile .modal-dialog .modal-header h4 {
  text-align: left;
  color: #141414;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  body .page #signInOrRegister .modal-dialog .modal-header h4, body .page #registerPopup .modal-dialog .modal-header h4, body .page #validateEmail .modal-dialog .modal-header h4, body .page #validateMobile .modal-dialog .modal-header h4 {
    color: #141414;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
  }
  body .page #signInOrRegister .modal-dialog .modal-header h4.mb-48, body .page #registerPopup .modal-dialog .modal-header h4.mb-48, body .page #validateEmail .modal-dialog .modal-header h4.mb-48, body .page #validateMobile .modal-dialog .modal-header h4.mb-48 {
    margin-bottom: 40px;
  }
}
body .page #signInOrRegister .modal-dialog .modal-header {
  display: block;
}
body .page #signInOrRegister .modal-dialog .modal-header h4 {
  text-align: center;
}
body .page #signInOrRegister .modal-body p {
  color: #707070;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body .page #signInOrRegister .modal-dialog .modal-body {
    color: #707070;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 24px;
    margin: 16px 0;
  }
}
body .page #signInOrRegister .modal-dialog .modal-footer button.login-white-button {
  border-radius: 4px;
  border: 1px solid #2A609D;
  color: #2A609D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  height: 48px;
  margin-bottom: 16px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  body .page #signInOrRegister .modal-dialog .modal-footer button.login-white-button {
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.28px;
    margin-bottom: 24px;
  }
}
body .page #signInOrRegister .modal-dialog .modal-footer button.login-blue-button {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-radius: 4px;
  height: 48px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  body .page #signInOrRegister .modal-dialog .modal-footer button.login-blue-button {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.28px;
  }
}
body .page #registerPopup .modal-body {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  body .page #registerPopup .modal-body {
    margin-top: 40px;
  }
}
body .page #registerPopup .register-type label {
  padding: 16px;
}
body .page #registerPopup .register-type label:before {
  width: 24px;
  height: 24px;
}
body .page #registerPopup h5 {
  color: #141414;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  body .page #registerPopup h5 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  body .page #registerPopup h5.mt-48 {
    margin-top: 40px;
  }
}
body .page #signInOrRegister .form-group .form-control, body .page #registerPopup .form-group .form-control, body .page #validateEmail .form-group .form-control, body .page #validateMobile .form-group .form-control {
  color: #141414;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
body .page #registerPopup .modal-body .passwors-description {
  color: #707070;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
body .page #registerPopup .custom-checkbox {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  body .page #registerPopup .custom-checkbox {
    margin-top: 40px;
    margin-bottom: 14px;
  }
}
body .page #registerPopup .custom-checkbox .custom-control-label {
  color: #141414;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.24px;
  padding-top: 2px;
}
body .page #registerPopup .disclaimer-part {
  color: #141414;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 20px;
  letter-spacing: 0.24px;
}
body .page #registerPopup .modal-dialog .modal-footer button.login-blue-button {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  body .page #registerPopup .modal-dialog .modal-footer button.login-blue-button {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
  }
}
body .page #registerPopup .invalid-feedback {
  color: #BF2012;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.24px;
}
body .page #registerPopup .invalid-feedback-termandcondition {
  margin-top: -6px;
}
body .page #registerPopup .invalid-feedback-privacypolicy {
  margin-top: -2px;
}
body .page .was-validated .form-control:invalid ~ .invalid-feedback, body .page .was-validated .form-control:invalid ~ .invalid-tooltip, body .page .form-control.is-invalid ~ .invalid-feedback, body .page .form-control.is-invalid ~ .invalid-tooltip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
body .page #validateEmail .modal-dialog .modal-body {
  margin-top: 0;
}

.login-volvo-id {
  color: #2A609D;
  font-family: Volvo Novum;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  margin-top: 14px;
}

#tel-form-group #form-phone-error {
  margin-top: 8px;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}
#tel-form-group #form-phone-error:before {
  margin-top: 4px;
  margin-right: 2px;
}

#footercontent .container a.footer-links {
  color: #141414 !important;
}

.privacy-policy-link {
  color: #007bcd;
  text-decoration: underline;
}
