
body, html {
    height: 100%;
   
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    max-width: 500px; /* Set a max-width for the container */
    width: 100%; /* Ensure container takes up full width available */
  }
.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none !important;
  }
  .card-login{
    border: none;
  }
 .card-header{
    border: none;
 }
 .card-header h4{
    font-size: 2.86rem;
    color: rgb(12 98 95 / 81%);
 }
 .login-btn{
    background-color: saddlebrown;
    border: none;
 }
 .login-btn:hover{
   background-color: rgb(12 98 95 / 81%);
 }