.row {
  position: absolute;
  height: 100vh; 
}

.container {
  display: flex;
  height: 100%;
}

.half {
  flex: 1;
  height: 100%;
}

.half.left {
  background:linear-gradient(135deg, #091C36 0%, #091C36 50%, #1C9CD0 100%);
  position: relative; 
}

.half.right {
  background-color: white
}

p {
    font-size: 20px;
    padding: 10px 0px 10px 0px;
}

.form-control {
  border-radius: 0px;
  }

.content-right .text-center p.text-navy.account-prompt {
    font-size: 14px;
}

.card {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: var(--mw-header);
  width: 90%;
  padding: 20px;
  background-color: transparent;
  text-align: left;
  z-index: 10;
  display: flex;
  flex-direction: row;
  border: none;
  
}

.content-left{
  flex: 1;
  margin-left: 0px;
  font-family: Arial, sans-serif;
  color: white;
}

.content-right {
  flex: 1;
  line-height: 30px;
  margin-left: 300px;
  font-family: Arial, sans-serif;

}

.content-left h1, .content-right h1 {
  font-family: "Roboto";
  font-size: 30px;
  font-weight: 600;
  /* line-height: 20px; */
  letter-spacing: 0em;
  text-align: left;
  color: var(--navy);
  margin-bottom: 40px;
}

.content-left p, .content-right p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--navy);
  text-align: left;
  margin-top: -20px;
  
  }

  .content-left h2, .content-right h2 {
    font-family: "Raleway";
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.1rem;
    text-align: left;
    margin-bottom: 40px;
    color: white;
    }
    
    .content-left h4, .content-right h4 {
    font-family: "Roboto-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 30px;
    margin-left: 20px;
    }

    .content-left a, .content-right a {
    color: var(--navy);
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3 ease;
    text-align: right;
    }

    .content-right .text-center a.sign-up {
      color: var(--blue);
      font-family: "Roboto";
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      transition: 0.3 ease;
      text-decoration: underline !important;
      }

  .verification-text h1 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 32px;
    color: var(--navy);
    margin-bottom: 50px;
    }
    .verification-text p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--navy);
    margin-bottom: 30px;
    padding-left: 0px;
    }  

.bottom-image {
    position: absolute; 
    bottom: 0; 
    left: -5%;
    width: 25%;
    height: auto;
    z-index: 5;
}

.btn-navy, .btn-navy:hover {
  background-color: var(--navy);
  color: white;
  border-radius: 0px;
  }
  
  .text-navy {
  color: var(--navy);
  margin-bottom: 0px;
  
  }

.checkmark-list {
  list-style-type: none;
  padding-left: 0;
  }
  
  .checkmark-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  }
  
  .checkmark-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  background-color: var(--orange);
  border-radius: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  }
  
  .checkmark-list li::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 50%;
  width: 8px;
  height: 14px;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
  transform: translateY(-50%) rotate(45deg);
  }

  .content-right .invalid-feedback {
    width: 100%;
    margin-top: 1px;
    padding: 0;
    font-size: .875em;
    color: var(--bs-form-invalid-color);
}

.text-danger{
  width: 100%;
    margin-top: 1px;
    font-size: .875em;
    color: var(--bs-form-invalid-color);
}

  @media (max-width: 767px) {
    .half.left, .half.right {
      display: none;
    }

    .container{
    background:linear-gradient(135deg, #091C36 0%, #091C36 50%, #1C9CD0 100%);
    position: relative; 
    }
  
    .card {
      flex-direction: column; 
      top: 0px; 
      transform: translate(-50%, 0); 
      height: auto; 
      overflow-y: auto; 
      background-color: transparent; 
      box-shadow: none;
      width: 100%;
      padding: 0px;
    }
  
    .content-right {
      order: 1; 
      background-color: white; 
      margin-left: 10px; 
      margin-right: 10px; 
      margin-top: 0px;
      padding: 20px; 
      box-sizing: border-box; 
    }

    .content-left h2, .content-right h2 {
      font-size: 28px;
      }
    
    .content-left h2{
      margin-top: 40px;;
    }

    .content-left h4, .content-right h4 {
      font-size: 16px;
      }

    .content-left {
      order: 2; 
      margin: 30px;
      color: white; 
    }

    .bottom-image {
      display: none;
    }
  }

  @media (min-width: 767px) and (max-width:1024px) {
    .content-right{
      margin-left: 100px;
    }
  }

  strong {
    font-weight: normal;
  }
  