.pebs-auth-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
}

.pebs-auth-box {
  width: 558px;
  padding: 40px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #bbb;
  margin-bottom: 60px;
}

.pebs-auth-header {
  text-align: center;
  margin: 20px auto;
  max-width: 80%;
  margin-top: 0px;
}

.pebs-auth-header p {
  color: #666666;
}

.pebs-auth-header img {
  margin-bottom: 20px;
}

.pebs-auth-box input {
  width: 100%;
  padding: 12px !important;
  margin-bottom: 15px;
  border: 1px solid #bbb;
  border-radius: 4px;
}

.pebs-auth-box label {
  color: #666666;
}

.pebs-auth-box button {
  width: 100%;
  padding: 12px;
  background: #e85517;
  color: white;
  border: none;
  border-radius: 40px;
  margin-bottom: 20px;
  cursor: pointer
}

.pebs-auth-box button:hover {
  background: #e85517;
}

.success {
  background: #e6ffed;
  color: #2e7d32;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 10px;
  font-size: 14px;
}

.pebs-field {
  position: relative;
  margin-bottom: 14px;
}

.pebs-field input {
  margin-bottom: 0px;
}

.pebs-field .pebs-field-error,
.pebs-field .pebs-error-message {
  color: red;
  font-size: 14px;
}

.forgot-modal-content {
  padding-top: 40px !important;
}

.forgot-modal-content button {
  margin-bottom: 20px !important;
}

.pebs-close-container {
  position: absolute;
  right: 10px;
  top: 5px;
}
.pebs-close-container span {
  cursor: pointer;
  color: #666666;
}
.pebs-terms {
  display: flex;
  align-items: start;
  font-size: 14px;
  margin-bottom: 16px;
}

.pebs-terms input {
  width: auto !important;
  margin-bottom: 0px;
  margin-top: 5px;
}

.pebs-terms a {
  text-decoration: underline;
  color: #666666;
}

.pebs-auth-switch {
  text-align: center;
}

.forgot-align-right {
  text-align: right;
}

.forgot-align-right a {
  color: #333333;
}
