.title {
  display: none;
}

.full-width {
  width: 100%;
}

.margin-top-min15 {
  margin-top: -15px;
}

.margin-bot-15 {
  margin-bottom: 15px;
}

.no-block {
  display: inline;
}

a#edit-delete {
  display: none;
}

#main-wrapper {
  padding-top: 50px !important;
}

/*Container for page in the login failed section*/
.failed-login-container {
  margin-top: 100px;
}
/*End login failed container*/

/* Needed css to make the images overwrite default button no-image styling*/
.eye-close {
  background-image: url("/modules/contrib/view_password/css/images/eye-close.svg");
}

.eye-open {
  background-image: url("/modules/contrib/view_password/css/images/eye-open.svg");
}
/*End button eye css*/

#page, body {
  background-color: #3A3B3F ;
}

#main-wrapper {
  background-color: #3A3B3F;
}

.username-password-error, .toast-container, .password-error {
  display: none;
}

.username-password-error {
  color: #DC2626;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.orange-text {
  font-family: Inter, 'serif';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #E1781F;
}

.account-text {
  font-family: Inter, 'serif';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.logo-content {
  display: block;
  align-items: center;
}

.logo-child {
  display: inline-block;
  margin-bottom: 24px;
}

.logo-child-password {
  display: inline;
  margin-bottom: 24px;
}

.password-error {
  display: flex;
  align-items: center;
  background-color: #E6EFF8;
  border-radius: 5px;
  padding: 15px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.password-error-text {
  width: 95%;
  text-align: left;
}

.checkmark-holder {
  width: 27px;
  margin-right: 10px;
}

.green-checkmark-forgot-password {
  width: 27px;
  height: 27px;
}

.login-content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-content-failed {
  background-color: white;
  border-radius: 8px;
  width: 600px;
  padding: 48px;
  flex-direction: column;
  justify-content: center;
}

.login-content-failed a {
  color: #E1781F;
  font-family: Inter, 'serif';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-decoration-line: underline;
}

.login-content {
  display: flex;
  background-color: white;
  border-radius: 8px;
  width: 600px;
  padding: 48px;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  margin-bottom: 5vh;
}
@media (max-width: 768px) {
  .login-content {
    width: 100%;
    padding: 24px;
  }
}

.custom-login-header {
  display: flex;
  justify-content: center;
  color: #E1781F;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 12px;
  margin-top: -6px;
}

.password-strength {
  margin-top: -15px;
}

.js-form-item.js-form-type-password.form-type-password.js-form-item-pass-pass2.form-item-pass-pass2.mb-3.confirm-parent {
  margin-top: -6px;
}

.js-form-item.js-form-type-checkbox.checkbox.form-check.mb-3.js-form-item-field-subscribe.form-item-field-subscribe {
  margin-top: -39px;
}


a.orange-button {
  margin-top: 48px;
  cursor: pointer;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-family: Inter, 'serif';
  font-weight: 500;
}

.orange-button:hover, .orange-button:focus {
  background: linear-gradient(90deg, #A63D17 15.1%, #E1781F 100%);
}

.orange-button {
  display: flex;
  width: 100%;
  height: 40px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 2px;
  background: linear-gradient(90deg, #BA5216 15.1%, #E1781F 100%);
  font-weight: 500;
}

/*End Actions container*/

.form-item-name {
  margin-bottom: 24px !important;
}

.form-item-pass {
  margin-bottom: 72px !important;
}

.form-type-password-confirm {
  margin-bottom: 24px !important;
}

.margin-top-48 {
  margin-top: 34px;
}

.form-item-name label, .form-item-pass label {
  color: #1A1A1A;
  text-transform: uppercase;
  font-family: Inter, 'serif';
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}
