﻿/* Reset typo */

.baha-ws-registration h1,
.baha-ws-registration h2,
.baha-ws-registration h3 {
  margin: 0;
}

.baha-ws-registration {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
  background: #1c1c1c;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -40%);
  top: 40%;
}

.baha-ws-registration > div {
  padding: 3em 2em;
}

.baha-ws__login,
.baha-ws__create-account {
  width: 100%;
  height: 100%;
}

.baha-ws-registration__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
}

/* Vertical separation line */

.baha-ws-registration__right:before {
  content: "";
  height: 85%;
  background-color: #363637;
  width: 1px;
  position: absolute;
  left: 0;
}

/* Right */

.baha-ws-registration__right h1 {
  font-size: 2rem;
  color: #58c1c9;
  font-weight: 100;
  margin-bottom: 4px;
}

.baha-ws-registration__right h3 {
  font-size: 1rem !important;
  color: #9c9c9c !important;
  font-weight: 100 !important;
  margin-bottom: 5px !important;
  width: 70% !important;
  line-height: 1.3 !important;
  background: none !important;
  text-transform: none !important;
  padding: 0 0 15px 8px !important;
  height: auto !important;
}

.baha-ws-registration__right h2 {
  font-size: 1.4rem !important;
  color: #58c1c9 !important;
  font-weight: 100 !important;
  margin-bottom: 4px !important;
  margin-top: 30px !important;
  background: none !important;
  text-transform: capitalize !important;
}

.baha-ws-registration__video {
  width: 76%;
  height: 187px;
  margin-bottom: 12px;
}

.baha-ws-registration__video video {
  height: auto;
}

.baha-ws-registration .baha-ws-registration__right a {
  color: #58c1c9;
  text-decoration: none;
  font-size: 16px !important;
}

.registration-separator {
  width: 40%;
  height: 1px;
  background-color: #363637;
  margin: 30px 0;
}

/* Left */

.baha-ws-registration__left {
  width: 75%;
  margin: auto;
}

.baha-ws-registration__left h2 {
  font-size: 1.5rem !important;
  color: #58c1c9 !important;
  background: none !important;
  text-transform: capitalize !important;
  padding-left: 0 !important;
}

/* Form */

.bahaws-registration-form {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  width: 100%;
  padding: 0;
}

.bahaws-registration-form input {
  margin-bottom: 1rem;
  border: 1px solid #363637;
  outline: none;
  height: 40px;
  background-color: transparent;
  color: #eee;
  font-size: 12px;
  padding-left: 5px;
  width: 100% !important;
  box-sizing: border-box;
}

.bahaws-registration-form label {
  font-size: 0.8rem;
  margin-bottom: 4px;
  color: rgb(129, 129, 129);
}

.password-field {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 1.1rem;
}

.username-field,
.ws-registration-field {
  position: relative;
}

.password-field a {
  position: absolute;
  font-size: 0.75rem;
  bottom: 5px;
  right: 0;
  text-decoration: none;
}

/* Validation form */

.baha-ws-registration .field-validation-error {
  color: #f95050;
  position: absolute;
  bottom: 9px;
}

.baha-ws-registration .input-validation-error {
  border: 1px solid #f95050 !important;
}

.baha-ws-registration .submit-btn {
  height: 40px;
  background: #58c1c9;
  color: #222;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  margin-top: 20px;
}

.baha-ws-registration .submit-btn:hover {
  background-color: #4ef2f2;
}

/* Social media singin */

.singin-existing-account {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.singin-existing-account span {
  font-size: 0.8rem;
  margin-bottom: 15px;
  color: rgb(129, 129, 129);
}

.existing-account__wrapp {
  display: flex;
}

.existing-account__wrapp > span + span {
  margin-left: 15px;
}

.social__icon {
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social__icon:hover .social__icon svg .background {
  fill: #4e4e4e !important;
}

/* Switch form */

.cta-switch-form {
  background: #2c2c2c;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  font-size: 12px !important;
}

.cta-switch-form span {
  color: #eee;
}

.cta-switch-form a {
  text-decoration: none;
  margin-left: 4px;
}

.baha-ws-registration a:hover {
  color: #4ef2f2;
}

/* Create account  */

.bahaws-registration-form .ws-registration-field input {
  margin-top: 2px;
  margin-bottom: 8px;
}

.bahaws-registration-form__buttons {
  margin-top: 5px;
  margin-bottom: 10px;
}

.baha-ws-registration .ws-registration-field .field-validation-error {
  color: #f95050 !important;
  bottom: 8px;
}

/* Radio button input fields */

.baha-ws__create-account .container {
  display: block;
  position: relative;
  padding-left: 21px;
  line-height: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  margin-bottom: 7px;
}

.baha-ws__create-account .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.baha-ws__create-account .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 13px !important;
  width: 13px !important;
  border: 1px solid rgb(129, 129, 129);
  border-radius: 50%;
}

.baha-ws__create-account .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.baha-ws__create-account .container input:checked ~ .checkmark:after {
  display: block;
}

.baha-ws__create-account .container .checkmark:after {
  top: 4px;
  left: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #58c1c9;
}

/* Form states */

.bahaws-registration-form input:focus {
  border: 1px solid #636363;
}

.bahaws-registration-form .submit-btn:focus {
  border: none;
}

.cta-switch-form-short {
  margin-top: 0;
}

/* Terms of use and newsletters input fields */

.field-checkbox-ws-2 .cb-container {
  display: block;
  position: relative;
  padding-left: 21px;
  margin-bottom: 6px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.field-checkbox-ws-2 .cb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.field-checkbox-ws-2 .cb-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 13px;
  width: 13px;
  border: 1px solid #363637;
}

.field-checkbox-ws-2 .cb-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.field-checkbox-ws-2 .cb-container input:checked ~ .cb-checkmark:after {
  display: block;
}

.field-checkbox-ws-2 .cb-container .cb-checkmark:after {
  left: 4px;
  top: 0px;
  width: 3px;
  height: 9px;
  border: solid #58c1c9;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Terms of use validation */
.terms-of-use-registration-container {
  position: relative;
}

.terms-of-use-registration-container .field-validation-error {
  left: 21px;
  top: 18px;
}

/* Is proffesional option notification */

#isProfessional {
  display: block;
  margin-top: 20px;
  color: #9c9c9c;
  font-size: 12px;
  text-align: center;
}
#isProfessional a {
  text-decoration: none;
}

/* Close button */

.close-btn {
  color: #868686;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
  font-size: 20px;
}

.close-btn:hover {
  color: rgb(194, 194, 194);
}

/* reCaptcha */

#dvCaptcha{
  display: flex;
  align-items: center;
  justify-content: center;
}
#dvCaptcha iframe{
    max-height: 78px;
}
#rfvCaptcha.error{
  color: #f95050 !important;
  border: none;
  font-size: 11px;
  margin-left: 28px;
}
