.container{
    margin-top: 85px;
  }
body {
    background-image: url("assets/images/signin-bg.png"); 
    background-repeat: no-repeat;
    background-size: cover;
    /* Additional styles for the background */
}
  .text{
    color: white;
  }
  .lefty{
    font-family: gilroy_regular;
    color: white;
  }
  .card{
    padding: 35px;
    font-size: 15px;
    font-family: gilroy_regular;
    color: #6a6868;
  }
  .form-group{
    margin-bottom: 35px;
    padding-left: 0px;
  }
   .bgshadow{
    background-color: white;
   }
    input {
      border-width: 0px 0px 2px 0px;
      border-color: #c9c4c4;
    }
    .input-foot {
      font-size: 16px;
    }
    .cardh2 {
      font-size: 16px;
      font-weight: bolder;
      color: #0c63e4;
      margin-bottom: 35px;
    }
    
    h2,strong{
      font-family: gilroy_regular;
      font-size: 14px;
      font-weight: bolder;
      color: #0c63e4;
    }
    h3{
      font-family: gilroy_regular;
      font-size: 14px;
      font-weight: bolder;
    }
    .list{
      font-family: gilroy_regular;
      padding-left: 30px;
      color: white;
    }
  
    
    body {
      background-color: #eaeaea;
      font-family: gilroy_regular;
    }  
    .btn {
      background-color: #0c63e4 !important;
      border: none;
      color: white;
      padding: 12px 16px;
      font-size: 20px;
      width: 150px;
      height: 45px;
      border-radius: 30px !important;
      cursor: pointer;
      font-weight: bolder !important;
      border-radius: 32px;
    }
    
    .btn:hover {
      background-color: RoyalBlue;
    }
   
    .text-new {
      color: #0c94e2;
      text-align: right;
    }
    
    .logoposition {
      padding: 0px !important;
      width: 90px;
    }
    
    @font-face {
      font-family: 'gilroy_regular';
      src: url(/assets/fonts/Gilroy-Regular.woff);
    }
    
  
  
  