.full-height {
      height: 100vh;
      background-color: #F1EFFF;
    }
    .cover-img {
      width:80%;
      /* height: 70%; */
      object-fit: cover;
    }
    .card-center {
      background-color: #F1EFFF;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
    }
    .card-center .card{
      box-shadow: 0px 0px 10px 0px #00000040;
    }
    .card-title{
      font-size: 17px;
      margin-bottom: 5%;
    }
    .form-label{
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 1%;
    }
    .form-control,.form-control::placeholder{
      font-size: 12px;
      color: #b2b2b2;
    }

    .form-control:focus {
      border-color: #7366FF;
      box-shadow: none;
    }

    .forgot-password-text{
      font-size: 12px;
      text-decoration: none;
      margin-bottom: 10px !important;
      color: #7366FF;
    }