body{
  background-color: #757575;
}
.homepage .container-fluid {
    min-height: 100vh;
    display: flex;
    background-color: #0808086b;
    align-items: center;
    /* background-image: url(assets/images.jpg);  */
    background-size: cover;
    background-repeat: no-repeat;
  }
  .homepage .container-fluid .container {
    overflow: hidden;
  }
  .error{
    color: #f53d06;
  }
  .homepage .container-fluid .container .left img {
    max-width: 45%;
    margin-top: 40px;
  }
  .homepage .container-fluid .container .left .heading {
    font-size: 49px;
    font-weight: 700;
    padding-top: 50px;
    color: white;
  }
  .homepage .container-fluid .container .left .sub-heading {
    font-size: 23px;
    font-weight: 500;
    color: #ffffffb3;
  }
  .homepage .container-fluid .container .right {
    align-items: left;
    justify-content: flex-end;
    margin-bottom: 20px;
  }
  .homepage .container-fluid .container .right .homepage_card {
    background-color: #000;
    padding: 2.2rem 3rem;
    color: white;
    border-radius: 7px;
  }
  .homepage .container-fluid .container .right .homepage_card .form-row {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .radio-row{
    text-align: left;
  }
  input[type=radio] {
    width:  20px;
    height: 20px;
  }
  .homepage .container-fluid .container .right .homepage_card button {
    background-color: transparent;
    padding: 0.4rem 1.3rem;
    outline: none;
    border: 2px solid #8762a3;
    color: #8762a3;
    font-weight: 600;
  }
  .homepage .container-fluid .container .right .homepage_card button:hover {
    border: 2px solid white;
    color: white;
    background-color: #8762a3;
  }
  .homepage .container-fluid .container .right .homepage_card button:active {
    border: 2px solid white;
    color: white;
    background-color: #3c244e;
  }