
.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;
    }

    .custom-divider::before,
    .custom-divider::after {
      content: '';
      flex: 1;
      height: 1px;
      background: #ddd;
    }
   .custom-login-box p{
    
     border-bottom: 1px solid #ddd;
    }

    .social-btn {
      width: 100%;
      padding: 0.65rem;
      font-weight: 500;
      border: 1px solid #ccc;
      border-radius: 8px;
      background: #fff;
      margin-bottom: 0.75rem;
    }

 .social-btn:hover{
     
      border: 1px solid #061138;
     
    }

    .social-btn i {
  margin-right: 8px;
  
}
.google-red {
    color: #DB4437; 
    font-size: 24px; 
  }

    label {
    
     font-size: 16px;
     font-weight: 500;
             
    }
    
    input.form-control {
    height: 50px;
    
   }
   .checkbox-one span{
       color:#131F3B;
   }
   .checkbox-one a{
       color:#3c5b77;
   }

