/* Auth Service Custom Styles - Replaces inline CSS */

/* Global styles */
html {
  overflow: auto;
}

.v-application {
  background: #D9E2EC !important;
}

.box {
  width: 450px;
  min-height: 500px;
}

.box-privacy {
  max-width: 1500px;
}

.text-shadow {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.10);
}

.v-btn {
  background: linear-gradient(to right, #42a7de 0%, #1d59a1 100%) !important;
  width: 100%;
  height: 50px !important;
  display: block;
  color: white !important;
}

.v-btn__content {
  height: 50px !important;
  font-size: large;
  font-weight: bold;
}

.v-btn.v-btn--disabled {
  opacity: 0.6;
  cursor: not-allowed;
  color: white !important;
}

.v-text-field .v-input__slot::before {
  border-color: #1d59a1 !important;
  border-width: 1px;
}

.theme--light.v-btn.v-btn--disabled {
  color: white !important;
}

.v-label {
  font-weight: bold;
  font-size: large;
}

.bottom {
  position: absolute !important;
  bottom: 10px !important;
  width: 100% !important;
  text-align: center;
}

/* Text field styles */
.login-text-field .v-label {
  color: #1d59a1;
  opacity: 1;
}

.login-text-field .v-icon {
  color: #1d59a1;
}

.forgot-text-field .v-label {
  color: #1d59a1;
  opacity: 1;
}

.reset-text-field .v-label {
  color: #1d59a1;
  opacity: 1;
}

.reset-text-field .v-icon {
  color: #1d59a1;
}

.v-input__icon--append .v-icon {
  font-size: 18px;
}

/* Display utilities */
.display-none {
  display: none;
}

.display-inline {
  display: inline;
}

.display-block {
  display: block;
}

.display-table {
  display: table;
}

.display-table-cell {
  display: table-cell;
}

/* Sign-in banner (2-step login / Cognito SSO deployment message) */
.signin-banner {
  background: #e8f0f8;
  color: #1d59a1;
  padding: 12px 16px;
  line-height: 1.5;
  font-size: 14px;
  border-radius: 0 4px 4px 0;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 10px;
}

/* Text styles */
.text-primary-bold {
  color: #1d59a1;
  font-weight: bold;
}

.text-secondary {
  color: #94A9D8;
}

.text-error-bold {
  color: #d32f2f;
  font-weight: bold;
}

/* Link styles */
.link-primary {
  color: #1d59a1;
  font-size: 12px !important;
}

/* Privacy policy specific styles */
.text-justified {
  text-align: justify;
  text-justify: inter-word;
}
