* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  background: linear-gradient(135deg, #eaea66 0%, #6fc1dd 100%);
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva,
    Verdana, sans-serif;
}

html {
  background: rgb(255, 255, 255);
  /* linear-gradient(135deg, #eaea66 0%, 100%); */
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
}

body {
  font-family: sans-serif;
  /* line-height: 1.4; */
  display: flex;
  justify-content: center;
  border-radius: 11px;
}

.signup-name {
  display: grid;
  grid-template-columns: 1fr;
  height: 40px;
  width: 100%;
  border-radius: 10px;
  text-align: center;
}

#signup-email {
  display: grid;
  grid-template-columns: 1fr;
  height: 40px;
  width: 100%;
  border-radius: 10px;
  text-align: center;
}

#signup-gen {
  height: 40px;
  width: 100%;
  border-radius: 10px;
  text-align: center;
}

#age {
  display: grid;
  grid-template-columns: 1fr;
  height: 40px;
  width: 100%;
  border-radius: 10px;
  text-align: center;
}

#signup-pass {
  display: grid;
  grid-template-columns: 1fr;
  height: 40px;
  width: 100%;
  border-radius: 10px;
  text-align: center;
}

.logocon {
  width: auto;
  /* margin: auto; */
  /* margin-left: 10%; */
  height: 500px;
  /* padding: ; */
  background-color: rgb(147, 192, 192);
  margin-top: 3%;
  /* margin-bottom: 5%; */
  padding-top: 5%;

  /* border-radius: 11px; */
  /* box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.15); */
}

.logocon-signup {
  width: auto;
  /* margin: auto; */
  /* margin-left: 10%; */
  height: 650px;
  /* padding: ; */
  background-color: rgb(147, 192, 192);
  margin-top: 3%;
  /* margin-bottom: 5%; */
  padding-top: 5%;
  margin-top: 75px;

  /* border-radius: 11px; */
  /* box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.15); */
}

.logocon-signup > img {
  height: 400px;
  width: 400px;
  margin-top: 50px;
}

.container {
  margin-top: 3%;
  /* margin-bottom: 5%; */
  width: 400px;
  /* margin:auto; */
  padding: 36px 48px 48px 48px;
  background-color: rgb(147, 192, 192);
  height: 500px;
  margin-top: 125px;

  /* border-radius: 11px; */
  /* box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.15); */
}

.container-signup {
  margin-top: 3%;
  /* margin-bottom: 5%; */
  width: 450px;
  /* margin:auto; */
  padding: 36px 48px 48px 48px;
  background-color: rgb(147, 192, 192);
  height: 650px;
  margin-top: 75px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva,
    Verdana, sans-serif;

  /* border-radius: 11px; */
  /* box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.15); */
}

body > div {
  border-radius: 20px;
}

#gen {
  height: 60px;
  width: 100%;
  border-radius: 10px;
}

#signup-text {
  text-decoration: none;
  color: black;
  margin-left: 40px;
}

#login {
  width: 100%;
  margin-top: 35px;
}

#login-text {
  text-decoration: none;
  color: white;
}

#account {
  font-size: 15px;
  text-align: center;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva,
    Verdana, sans-serif;
  width: 200%;
  margin-top: 20px;
  text-align: left;
}

.login-title {
  padding: 15px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva,
    Verdana, sans-serif;
}

.login-form {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
  row-gap: 7px;
}

.signup-form {
  display: grid;
  grid-template-columns: 1fr;
}

.login-form-signup {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 7px;
}

.login-form label {
  display: block;

  margin-bottom: 8px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva,
    Verdana, sans-serif;
}

.login-form input {
  width: 100%;
  padding: 1rem;
  border-radius: 9px;
  border: none;
}

.login-form input:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(253, 242, 233, 0.5);
}

.btn--form {
  background: linear-gradient(135deg, #eaea66 0%, #6fc1dd 100%);
  color: black;
  align-self: end;

  padding: 4px;

  padding: 8px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva,
    Verdana, sans-serif;
}

#signup-btn {
  margin-top: 35px;
}

.btn,
.btn:link,
.btn:visited {
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  border-radius: 9px;
  border: none;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva,
    Verdana, sans-serif;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s;
}

button {
  outline: 1px solid black;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.btn--form:hover {
  background-color: #fdf2e9;
  color: rgb(39, 58, 56);
}
form {
  margin: 2em;
  line-height: 2em;
}

@media only screen and (max-width: 1000px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html,
  body {
    height: 100%;
  }

  html {
    background: whitesmoke;
    /* linear-gradient(135deg, #eaea66 0%, 100%); */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  body {
    font-family: sans-serif;
    line-height: 1.4;
  }
  .logocon {
    width: auto;
    display: none;
    margin-top: 190px;
    /* margin: auto; */
    /* margin-left: 10%; */

    /* padding: ; */
    background-color: rgb(147, 192, 192);
    margin-top: 1%;
    margin-bottom: 5%;
    padding-top: 1%;

    /* border-radius: 11px; */
    /* box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.15); */
  }

  .container {
    width: 400px;
    margin: auto;
    padding: 36px 48px 48px 48px;
    background-color: #f2efee;

    border-radius: 11px;
    /* box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.15); */
  }

  .login-title {
    padding: 15px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
  }

  .login-form {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 5px;
  }

  .login-form label {
    display: block;
    margin-bottom: 2px;
  }

  .login-form input {
    width: 100%;
    padding: 1.2rem;
    border-radius: 9px;
    border: none;
  }

  .login-form input:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(253, 242, 233, 0.5);
  }

  .btn--form {
    background-color: #22b49c;
    color: #dadd1f;
    align-self: end;
    padding: 8px;
  }

  .btn,
  .btn:link,
  .btn:visited {
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    border-radius: 9px;
    border: none;

    cursor: pointer;
    font-family: inherit;

    transition: all 0.3s;
  }

  button {
    outline: 1px solid #f48982;
  }

  .btn--form:hover {
    background-color: #fdf2e9;
    color: #f48982;
  }
}

#login-image {
  margin-top: 125px;
}

.login-admin {
  text-align: center;
  margin-top: 15px;
}

.login-admin:hover {
  color: white;
  cursor: pointer;
}
