/* Theme 1. THEME.PURPLE */

.atira-theme-body {
  background-color: #652c90;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.2rem;
}

.atira-theme-form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  border: 3px solid #fff;
  border-radius: 1rem;
  background-color: #652c90;
}

.atira-theme-input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}

.atira-theme-input {
  background-color: #fff;
  border: 0;
  padding: 0.3rem 1rem;
  outline: none;
  transition: box-shadow 0.2s;
  box-shadow: 0 0 0 2px transparent;
}

.atira-theme-input:not(textarea) {
  height: 2.3rem !important;
  border-radius: 5rem;
}

textarea.atira-theme-input {
  border-radius: 2rem;
}

.atira-theme-input::placeholder {
  font-weight: 600;
  color: rgb(141, 92, 178);
  opacity: 0.8;
}

.atira-theme-input:focus {
  outline: 2px solid #c6aed7b3;
}

.atira-theme-label {
  color: #fff;
  font-weight: 620;
  font-size: 1rem;
}

.atira-theme-input-radio-item {
  color: #fff;
}

.atira-theme-send-button {
  background-color: #441e64;
  color: #fff;
  border-radius: 3rem;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
}
