/* Improved AWS Cognito Login CSS */

/* Overall page styling */
.background-customizable {
  background-color: #f8f9fa;
}

/* Logo sizing and positioning */
.logo-customizable {
  max-width: 180px;
  max-height: 60px;
  margin: 0 auto 25px;
  display: block;
}

/* Banner styling */
.banner-customizable {
  padding: 20px 0;
  background-color: #ffffff;
  border-radius: 6px;
  margin-bottom: 25px;
  text-align: center;
}

/* Form labels */
.label-customizable {
  font-weight: 500;
  color: #212529;
  margin-bottom: 8px;
  display: block;
  font-size: 14px;
}

/* Text descriptions */
/* Text descriptions */
.textDescription-customizable {
  padding: 12px 0;
  display: block;
  font-size: 15px;
  color: #495057;
  line-height: 1.5;
}

.idpDescription-customizable {
  padding: 12px 0;
  display: block;
  font-size: 15px;
  color: #495057;
  line-height: 1.5;
}

/* Legal text */
.legalText-customizable {
  color: #6c757d;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 15px;
}

/* Submit button */
.submitButton-customizable {
  font-size: 16px;
  font-weight: 600;
  margin: 25px 0 15px;
  height: 44px;
  width: 100%;
  color: #fff;
  background-color: #0d6efd;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* Error message */
.errorMessage-customizable {
  padding: 10px 12px;
  font-size: 14px;
  width: 100%;
  background: #fff8f8;
  border: 1px solid #dc3545;
  color: #dc3545;
  border-radius: 4px;
  margin: 10px 0;
}

/* Input fields */
.inputField-customizable {
  width: 100%;
  height: 44px;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 15px;
}

/* Identity provider buttons */
.idpButton-customizable {
  height: 44px;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
  background-color: #6c757d;
  border: none;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
}

/* Social media buttons */
.socialButton-customizable {
  border-radius: 4px;
  height: 44px;
  margin-bottom: 15px;
  padding: 1px 12px;
  text-align: left;
  width: 100%;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  background-color: #f8f9fa;
  border: 1px solid #dadce0;
  color: #757575;
}

/* Redirect text */
.redirect-customizable {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #6c757d;
}

/* Password validation styling */
.passwordCheck-notValid-customizable {
  color: #dc3545;
  font-size: 13px;
  margin-top: 5px;
}

.passwordCheck-valid-customizable {
  color: #198754;
  font-size: 13px;
  margin-top: 5px;
}
