body {
  margin: 0;
  min-height: 100vh;
  background: #080D18;
  color: #FAFAFA;
  font-family: "Google Sans Flex", -apple-system, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.container {
  width: 100%;
  max-width: 360px;
}

.logo {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 0.25rem;
}

.tagline {
  text-align: center;
  color: #9CA9BF;
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

.panel {
  background: #18233A;
  border-radius: 12px;
  padding: 1.75rem;
  border: 1px solid #273753;
}

.panel h2 {
  margin: 0 0 1.25rem 0;
  font-size: 1.1rem;
  font-weight: 600;
}

form label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.375rem;
  color: #FAFAFA;
}

form input {
  width: 100%;
  padding: 0.625rem 0.75rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  border: 1px solid #273753;
  border-radius: 8px;
  background: #FAFAFA;
  color: #18233A;
  caret-color: #18233A;
}
form input::-moz-placeholder {
  color: #9CA9BF;
}
form input::placeholder {
  color: #9CA9BF;
}
form input:-webkit-autofill, form input:-webkit-autofill:hover, form input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #FAFAFA inset;
  -webkit-text-fill-color: #18233A;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
form input:focus {
  outline: none;
  border-color: #F5A623;
  box-shadow: 0 0 0 2px rgba(245, 166, 35, 0.25);
}

.toggle {
  text-align: center;
  margin-top: 1.25rem;
  font-size: 0.875rem;
}
.toggle a {
  color: #F5A623;
  text-decoration: none;
}
.toggle a:hover {
  text-decoration: underline;
}

.error {
  color: #F87171;
  font-size: 0.875rem;
  margin-top: 1rem;
  min-height: 1.25rem;
}

.success {
  color: #4ADE80;
  font-size: 0.9rem;
  margin-top: 1rem;
  padding: 0.75rem;
  background: #f0fdf4;
  border-radius: 8px;
  border: 1px solid #bbf7d0;
}

.hidden {
  display: none !important;
}

.password-input-wrap {
  position: relative;
}
.password-input-wrap input {
  padding-right: 44px;
}

.password-toggle-btn {
  position: absolute;
  right: 10px;
  top: 39%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  color: #18233A;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.password-toggle-btn:hover {
  color: #F5A623;
}

.password-toggle-icon--eye-off {
  display: none;
}

.password-toggle-btn--showing .password-toggle-icon--eye-open {
  display: none;
}

.password-toggle-btn--showing .password-toggle-icon--eye-off {
  display: block;
}

.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #747775;
  border-radius: 4px;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: "Roboto", arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
  max-width: 400px;
  min-width: -moz-min-content;
  min-width: min-content;
  margin-top: 40px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.gsi-material-button .gsi-material-button-state {
  transition: opacity 0.218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.gsi-material-button .gsi-material-button-content-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 10px;
  min-width: 20px;
  width: 20px;
}
.gsi-material-button .gsi-material-button-contents {
  flex-grow: 1;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.gsi-material-button:disabled {
  cursor: default;
  background-color: rgba(255, 255, 255, 0.38);
  border-color: rgba(31, 31, 31, 0.12);
}
.gsi-material-button:disabled .gsi-material-button-contents,
.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 0.38;
}
.gsi-material-button:not(:disabled):active .gsi-material-button-state, .gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #303030;
  opacity: 0.12;
}
.gsi-material-button:not(:disabled):hover {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}
.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #303030;
  opacity: 0.08;
}