body {
  height: 111vh;
}

.signup-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 111vh;
  background: url(../images/creatis/signup.png) top center / cover no-repeat;
  opacity: 0.8;
  z-index: -1;
  filter: blur(5px);
}

.signup-container {
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

h1 {
  margin: 15px 0px 0px 15px;
  font-family: "Roboto Semibold", sans-serif;
}

#observation {
  font-family: "Roboto Flex", sans-serif;
  font-size: 9px;
  margin-left: 15px;
}

.signup-container form {
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(to bottom, #7e0da7, #310541);
  border-radius: 20px;
  width: 719px;
  gap: 15px;
}

form h1 {
  font-family: "Roboto Semibold", sans-serif;
  font-size: 40px;
}

.input-container {
  display: flex;
  margin-left: 15px;
  gap: 10%;
  height: auto;
}

label {
  width: 140px;
}

label,
input {
  font-family: "Roboto Flex", sans-serif;
  font-size: 32px;
}

input {
  width: 68%;
  color: black;
  font-size: 22px;
  padding: 10px;
  border-radius: 5px;
}

input::placeholder {
  color: black;
}

#user-label {
  width: 140px;
}

.user-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 70%;
}

.user-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.user-row input {
  width: 28px;
  height: 28px;
  margin-left: 0px;
}

.user-row label {
  font-family: "Roboto Flex", sans-serif;
  font-size: 24px;
  width: auto;
}

.radio-input-wrapper {
  display: flex;
  gap: 10px;
  min-width: 190px;
}

#other-user-field {
  min-width: auto;
}

#other-user-type {
  width: 34%;
}

.buttons-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0px 15px 0px;
}

.other-buttons {
  display: flex;
  gap: 10px;
  margin-left: 15px;
}

#forgot-button {
  font-size: 22px;
  text-decoration: underline;
  width: 187px;
  height: 70px;
}

#signup-button {
  font-size: 22px;
  width: 187px;
  height: 70px;
}

.signup-buttons {
  display: flex;
  gap: 10px;
}

#google-button,
#google-button img {
  width: 70px;
  height: 70px;
}

#google-button,
#signup-button {
  border-width: 0px;
}

#signup-button {
  width: 10vw;
  height: 70px;
  font-family: "Roboto semibold", sans-serif;
  font-size: 32px;
  margin-right: 20px;
}

button {
  font-family: "Roboto Flex", sans-serif;
  font-size: 20px;
  width: 150px;
  height: 40px;
  border-radius: 10px;
  cursor: pointer;
  background-image: linear-gradient(to bottom, #7e0da7, #310541);
}
