/* packora-auth.css */

/* full-screen centering */
.packora-login-page {
    background: #faf7f3;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* constrain and pad the card */
  .packora-login-card {
    max-width: 380px;
    width: 100%;
    margin: 1rem;
  }
  
  /* logo area */
  .packora-logo {
    margin-bottom: 1.5rem;
  }
  .packora-logo img {
    max-width: 180px;
  }
  
  /* card body tweaks */
  .packora-login-body {
    padding: 2rem;
    border-radius: 1rem;
  }
  
  /* brand button */
  .packora-btn {
    background-color: #8b5e3c !important;
    border-color:   #8b5e3c !important;
    color: #fff !important;
    font-weight: 600;
  }
  
  /* optional: style the iCheck checkbox */
  .icheck-primary input[type="checkbox"]:checked ~ label::before {
    background-color: #8b5e3c !important;
    border-color: #8b5e3c !important;
  }
  