
.heightfull{
        padding-top: 100px;
        padding-bottom: 55px;
}

  .custom-login-box {
      width: 600px;
      max-width: 100%;
      background: #fff;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
      border-radius: 1rem;
      padding: 2rem;
    }
    .custom-button {
      width: 100%;
      padding: 0.75rem;
      background-color: #061138;
      color: #fff;
      font-weight: 600;
        border: 1px solid #061138;
      border-radius: 8px;
     
    }

    .custom-button:hover {
      background-color: transparent;
      color: #061138;
       border: 1px solid #061138;
    }

    .custom-divider {
      display: flex;
      align-items: center;
      text-align: center;
      margin: 1.5rem 0;
    }

.google-red {
    color: #DB4437; 
    font-size: 24px; 
  }

    label {
    
     font-size: 16px;
     font-weight: 500;
             
    }
    
    input.form-control {
    height: 50px;
    
   }
  
=