@font-face {
  font-family: "Gotham";
  src: url("/assets/fonts/Gotham-Medium.otf");
  font-style: normal;
  font-weight: normal;
}

.bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.practice-name{
    font-size: 48px;
    width: 100%;
    max-width: 400px;
    margin-left: 24px;
    color: #fff;
}

@media (max-width: 768px) {
.practice-name{
    display: none;
}
}

.custom-container {
    position: relative;
    min-height: 90vh;
    height: 90vh;
    max-width: 90vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 48px;
    box-sizing: border-box;
    margin: 5vh auto 0;
    background-color: #041C34;
}

@media (max-width: 768px) {
  .custom-container {
    padding: 16px;
    justify-content: center;
  }
}

.globe-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.row{
    margin: 8px 0;
}

.row.fullwidth {
  width: 100%;
}

.form {
    position: relative;
    max-width: 550px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    box-shadow: 4px 4px 24px rgba(170, 177, 201, 0.1);
    border-radius: 10px;
    padding: 30px;
    background-color: #17334F;
    font-family: "Poppins, regular";
}

.form form{
    width: 480px;
}

@media(max-width:768px){
    .form{
        padding: 20px 26px;
    }
    .form form{
        width: 100%;
    }
}

.title{
    font-size: 16px;
    margin-bottom: 16px;
    color: #FFFFFF;
    text-align: center;
}

.form-title{
    font-size: 24px;
    margin-bottom: 16px;
    color: #FFFFFF;
    text-align: center;
}
@media(max-width:768px){
    .form-title{
        font-size: 20px;
    }
}
.form-subtitle {
    font-size: 12px;
    padding-bottom: 20px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
.form-subtitle span {
    color: #1473E6;
    text-decoration: none;
    margin-left: 4px;
    cursor: pointer;
}


.back-btn {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  background: #32577B;
  box-shadow: 0 4px 32px rgb(83 121 180 / 20%);
  cursor: pointer;
}

@media(max-width:768px){
    .back-btn{
        top: 32px;
    }
}

label {
    width: 100%;
    margin-bottom: 0 !important;
}

@media(max-width:768px){
    label {
        margin-bottom: 8px !important;
    }
}

#firstName-error,
#lastName-error,
#email-error,
#password-error,
#phoneNumber-error,
#country-error,
#street-error,
#suite-error,
#city-error,
#state-error,
#zipCode-error,
#dateOfBirth-error{
  display: none;
  font-size: 11px;
  line-height: 12px;
  color: red;
}

.input {
    color: #FFFFFF;
    background: #32577B;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 0 17px;
    height: 50px;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    font-size: 14px;
    margin: 8px 0 4px;
}

@media(max-width:768px){
    .input{
        margin: 8px 0;
    }
}

.input::placeholder {
  color: #7d89a5;
  opacity: 0.7 !important;
  font-size: 12px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
 -webkit-box-shadow: 0 0 0 30px #32577B inset !important;
}

input:-webkit-autofill
{
 -webkit-text-fill-color: #FFFFFF !important;
}

.input.error {
  border: 1px solid red;
}

.input:focus {
  border: 1px solid #468ee7;
}

.input-label{
    font-size: 10px;
    line-height: 10px;
    padding-bottom: 3px;
    color: #7D89A5;
    top: -5px;
    position: absolute;
}

@media(max-width:768px){
    .input-label{
        top: -2px;
    }
}

.password-container {
  position: relative;
}

.password-container .eye-icon {
  position: absolute;
  top: 20px;
  right: 16px;
  height: 16px;
}

.controls {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.controls.no-margin {
  width: calc(100% + 10px)
}

.forgot-password {
  cursor: pointer;
  font-size: 12px;
  color: #7d89a5;
  text-decoration: underline;
  text-transform: capitalize;
  white-space: nowrap;
  width: 100%;
}

.submit-btn {
    outline: none;
    cursor: pointer;
    color: #FFFFFF;
    border: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 50px;
    font-size: 16px;
    background-color: #0A6CFF;
    border-radius: 5px;
    text-transform: none;
    text-decoration: none;
    margin-top: 8px;
    font-family: "Poppins, regular";
}

.form-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

#email-confirm-block{
    max-width: 445px;
}

.email-icon {
    margin-bottom: 20px;
}

.email-title {
    font-size: 24px;
    color: #F0F2F4;
    margin-bottom: 8px;
}

.email-text {
    color: #959595;
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 27px;
}

.email-controls {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.redirect-btn{
    color: #0A6CFF;
    text-decoration: none;
    font-size: 12px;
}
.resend-btn {
    color: #0A6CFF;
    background-color: transparent;
    border: none;
    font-size: 12px;
}

@media (max-width: 768px) {
  .submit-btn {
    width: 100%;
  }

  .form-footer {
    padding-top: 40px;
    margin: 0 auto;
  }
}

.form-footer-text {
  color: #FFFFFF;
  font-family: "Poppins, regular";
}

.form-footer-link {
  cursor: pointer;
  font-weight: bold;
  padding-left: 5px;
  color: #468ee7;
  text-decoration: underline;
}

.row .col-md-6 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.step-active {
  display: flex;
  flex-direction: column;
}

.step-disabled {
  display: none;
}

.btn-hidden {
  display: none;
}

.col.no-padding {
  padding-left: 5px;
  padding-right: 5px;
}

.error-box {
  color: #ff0000;
  font-size: 12px;
  line-height: 12px;
}

