.login-error-box {
  text-align: left;
  padding: 16px 18px;
  border: 1px solid #e4b9bd;
  background-color: #fdf4f5;
  border-radius: 6px;
  /*margin-bottom: 20px;*/
}

.login-error-message {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #7a2e35;
  text-align: left;
}

.locked-account-action {
  margin-top: 14px;
  text-align: center;
}

.btn-unlock-account {
  display: inline-block;
  min-width: 190px;
  height: 42px;
  padding: 0 20px;
  border: 1px solid #7f8c9a;
  border-radius: 4px;
  background-color: #ffffff;
  color: #334155;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.btn-unlock-account:hover,
.btn-unlock-account:focus {
  background-color: #f5f7fa;
  border-color: #5f6b7a;
  color: #1f2d3d;
  outline: none;
}

