.page-account {
  display: flex;
  height: 100%;
  justify-content: center;
}
.page-account_header {
  margin-bottom: 0.8px;
  border-bottom: solid 2px #2272B4;
  padding-bottom: 0.4em;
  display: flex;
  justify-content: space-between;
}
.page-account_logo {
  align-items: center;
  display: flex;
}
.page-account_logo img {
  width: 50%;
}
.page-account_validation {
  position: absolute;
}
.page-account_form-wrapper {
  align-self: center;
  width: 400px;
}
.page-account_form-wrapper .page-form {
  padding: 2em 4em 1.5em;
  background-color: #E9F6FF;
  border-radius: 1.2em;
}
.page-account_form-wrapper .alert-info {
  background-color: #dcefff;
  color: #528CBB;
}
.page-account_form-wrapper .alert-info a, .page-account_form-wrapper .alert-info a:active, .page-account_form-wrapper .alert-info a:visited {
  color: #528CBB;
  font-weight: bold;
}
.page-account_form-field {
  margin-bottom: 1rem;
  position: relative;
  background: transparent;
}
.page-account_form-field_label {
  position: absolute;
  left: 12px;
  top: -6px;
  text-transform: uppercase;
  z-index: 10;
  font-size: 8px;
  background: #E9F6FF;
  height: 10px;
  font-weight: 500;
  color: #4e8cbe;
  padding: 0px 2px;
  border-radius: 2px;
  display: none;
}
.page-account_form-field input {
  height: 32px !important;
  padding: 1px 6px !important;
  border-radius: 6px !important;
  border: 1px solid #89B7DF !important;
}
.page-account_form-remember {
  margin-bottom: 8px;
  text-decoration: underline #4e8cbe;
}
.page-account .btn {
  text-transform: uppercase;
  background-color: #4e8cbe;
  border-radius: 0.5em;
  padding: 0px 6px;
  width: auto;
  min-width: 9em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  font-weight: 400;
}
.page-account .input-validation-error {
  border: solid red 1px !important;
}
.page-account .lead {
  text-align: left;
  font-size: 1em;
  color: #4E89B9;
  width: 100%;
  margin-bottom: 2em;
}
.page-account .alert-danger {
  border-radius: 0;
  border-top: solid 1px #EB5757;
  border-bottom: solid 1px #EB5757;
  background: #FFDFDF;
  color: #EB5757;
  border-left: none;
  border-right: none;
}
.page-account .alert-danger a {
  color: #721c24;
  text-decoration: underline;
}
.page-account .dropdown {
  background-color: #fff;
}

.btn__icon-back {
  position: relative;
}
.btn__icon-back:before {
  background: transparent url("/static/svg/arrow-left.svg") center center no-repeat;
  content: "";
  position: absolute;
  left: 12px;
  top: 11px;
  width: 15px;
  height: 10px;
}

@media (min-width: 320px) {
  .page-account_form-wrapper {
    width: 100%;
  }
}
@media (min-width: 600px) {
  .page-account_form-wrapper {
    width: 400px;
  }
}
@media (min-width: 960px) {
  .page-account_form-wrapper {
    width: 400px;
  }
}
.btn-enter {
  margin-top: 25px;
}