/*!
 * Font Awesome Free 6.x.x by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */

.dissabled {
  opacity: 0.5;
  background: #FF8D3D !important;
}

.box-new-account dd {
  margin-bottom: 20px;
}

.password-input-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.password-input-wrapper input {
  flex: none;
  padding-right: 0;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
}

.password-input-wrapper.with-icon {
  flex-direction: row;
  align-items: center;
  height: 40px;
}

.password-input-wrapper.with-icon input {
  flex: 1;
  padding-right: 35px;
  height: 100%;  
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 40%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.toggle-password-pw {
  top: 50%;
}

.password-input-wrapper + .notes {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: #666;
}

dd input[type="text"],
dd input[type="password"] {
  width: 100%;
  box-sizing: border-box;
}

.notes {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: #666;
  width: 100%;
  box-sizing: border-box;
  display: block;
}

#email, #pw {
  margin-bottom: 0;
}

.email-dt {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0;
  margin: 0;
}

.email-dd {
  width: 300px;
}

.email-dd > p {
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  color: #333;
  height: 40px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fafafa;
}