body {
  height: 111vh;
}

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

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

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

.signin-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;
}

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

input {
  width: 75%;
  margin-left: 65px;
  color: black;
  font-size: 22px;
  padding: 10px;
}

input::placeholder {
  color: black;
}

#password {
  margin-left: 54px;
  width: calc(75% + 1px);
}

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

#forgot-button {
  font-size: 22px;
  text-decoration: underline;
  margin-left: 15px;
}

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

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

#signin-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);
}
