body {
  background-color: #f9f9f9;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
form {
  margin: auto;
}
form label {
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #021574 !important;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"] {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 16px;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus {
  border-color: #66afe9;
  outline: none;
}
form input[type="submit"],
form button {
  width: 30%;
  padding: 12px;
  background-color: #0073aa;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 20px;
}
form input[type="submit"]:hover,
form button:hover {
  background-color: #005177;
}
form .swpm-red-box {
  background-color: #ffe6e6;
  border: 1px solid #ff5c5c;
  padding: 15px;
  margin-bottom: 20px;
  color: #a94442;
  border-radius: 3px;
}
form .swpm-green-box {
  background-color: #e6ffed;
  border: 1px solid #5cff88;
  padding: 15px;
  margin-bottom: 20px;
  color: #3c763d;
  border-radius: 3px;
}
form .swpm-fieldset-2 {
  display: none;
}
form h3 {
  display: none;
}
@media (max-width: 600px) {
  form {
    padding: 20px;
  }
}
.reset-container div p {
  display: flex;
  justify-content: center;
}
.swpm-pw-reset-email {
  display: flex;
  justify-content: center;
}
.swpm-pw-reset-email-input {
  width: 480px;
  display: flex;
  justify-self: center;
}
.swpm-pw-reset-submit-button {
  display: flex;
  justify-content: center;
}
.swpm-reset-pw-success {
  margin: auto;
}
.swpm-reset-pw-success-email {
  margin: auto;
}
.swpm-reset-pw-success-box {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.swpm-reset-pw-error {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  color: red;
}
.swpm-edit-profile-submit-section {
  margin-top: 20px;
}
select {
  -webkit-appearance: auto !important;
  appearance: auto !important;
  background-color: #fff !important;
  border: 1px solid #ddd;
}
.swpm-fb-profile-update-success {
  margin-top: 24px;
  text-align: center;
}
.swpm-fb-profile-update-success #form_success {
  text-align: center;
}
.swpm-fb-profile-update-success .back-to-top-btn {
  margin: auto;
  margin-top: 32px;
  background-color: #007bff;
  color: #fff;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 240px;
}
