.login {
    background: #f8f9fa; 
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body {
	background: #f8f9fa; 
  }


  .login-card {
    max-width: 480px;
    width: 100%;
    border-radius: 1.5rem;
    overflow: hidden;
    background: #ffffff;
    color: #212529;
  }

  .login-card .card-header {
    padding: 1.5rem 1rem;
  }

  .login-card h3 {
    color: #fff;
    font-weight: 600;
  }

  .floating-outline {
    position: relative;
    margin-bottom: 1.5rem;
  }

  .floating-outline input {
    background: transparent;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    padding: 1rem;
    width: 100%;
    color: #212529;
    transition: border 0.2s ease;
  }

  .floating-outline input:focus {
    border: 2px solid #4285f4;
    outline: none;
  }

  .floating-outline label {
    position: absolute;
    top: 0.75rem;
    left: 1rem;
    color: #6c757d;
    background: #fff;
    padding: 0 0.25rem;
    transition: all 0.2s ease;
    pointer-events: none;
  }

  .floating-outline input:focus + label,
  .floating-outline input:not(:placeholder-shown) + label {
    top: -0.78rem;
    left: 0.8rem;
    font-size: 1rem;
    color: #4285f4;
  }

  .login-logo {
    max-height: 70px;
    margin-bottom: 1.5rem;
  }

  .loginButton {
    min-width: -webkit-fill-available;
    /* min-width: fit-content; */
    width: 10vw;
  }

  .loginButtonContainer {
    display: flex;
    justify-content: center;
  }

  .btn-primary {
    background-color: #dc3545;
    border: none;
    border-radius: 0.75rem;
    font-weight: 600;
    padding: 0.75rem;
    transition: all 0.2s ease-in-out;
  }

  .btn-primary:hover {
    background-color: #bb2d3b;
  }



.card {
  border: none;
  border-radius: 1rem;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
  /* background-color: #ffffff; */
}

/* .card-header {
  background-color: #b71c1c; 
  color: white;
  font-weight: 600;
  padding: 1rem 1.5rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  text-align: left;
} */
/*
.labelDivClass {
  font-weight: 500;
  color: #5f6368;
  font-size: 0.95rem;
  padding-top: 0.5rem;
}

.form-control,
.form-select {
  border-radius: 0.5rem;
  border: 1px solid #ccc;
  padding: 0.6rem 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  font-size: 0.95rem;
}

.form-control:focus,
.form-select:focus {
  border-color: #4285f4;
  box-shadow: 0 0 0 0.2rem rgba(66, 133, 244, 0.2);
}

.form-control:disabled {
  background-color: #f8f9fa;
  color: #999;
  cursor: not-allowed;
}

.btn-primary {
  background-color: #dc3545;
  border: none;
  border-radius: 0.5rem;
  padding: 0.6rem 1.2rem;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background-color: #b02a37;
}

#accountInformation,
#buttonInformation {
  padding-bottom: 1rem;
}

#customerSearchDisplayDiv,
#receiverSearchDisplayDiv {
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  max-height: 250px;
  overflow-y: auto;
}

#smallItemGroup .form-control-sm {
  border-radius: 0.4rem;
}

.card h3 {
  font-size: 1.25rem;
  margin-bottom: 0;
}


*/
