body {
  background-color: snow;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.degradadoAzulHeader {
  background: linear-gradient(338.69deg, #01B1E6 29833.92%, #01B1E6 56279.86%);
  height: 50px;
  width: 99%;
  border-radius: 15px 15px 0px 0px;
  padding: 0.3rem;
}

.degradadoAzulFooter {
  background: linear-gradient(338.69deg, #01B1E6 29833.92%, #01B1E6 56279.86%);
  height: 50px;
  width: 97%;
  border-radius: 0px 0px 15px 15px;
  padding: 0.3rem;
  position: fixed;
  bottom: 0;
  height: 50px;
}

#login {
  text-align: center;
  line-height: 2rem;
  margin: -10px auto;
  max-width: 30rem;
}

#login input {
  border-radius: 50px;
  margin: 0.8rem auto;
  padding: 0.3rem 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  border-color: #01B1E6;
}

#login .button {
  background-color: #01B1E6;
  color: snow;
  width: 50%;
  border: 1px solid gray;
}

#login a {
  text-decoration: none;
}

.flexform {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.mdi {
  color: black;
  font-size: 5rem;
}

.menu {
  font-size: 2rem;
}

picture {
  display: flex;
  align-items: center;
}
picture img {
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  width: 100px;
  z-index: 9;
}

@media screen and (width: 2048px) {
  .degradadoAzulHeader {
    background: linear-gradient(338.69deg, #01B1E6 29833.92%, #01B1E6 56279.86%);
    height: 50px;
    width: 99%;
    border-radius: 15px 15px 0px 0px;
    padding: 0.3rem;
  }
  .degradadoAzulFooter {
    background: linear-gradient(338.69deg, #01B1E6 29833.92%, #01B1E6 56279.86%);
    height: 50px;
    width: 96%;
    border-radius: 0px 0px 15px 15px;
    padding: 0.3rem;
  }
  #login {
    text-align: center;
    margin: auto auto;
    max-width: 20rem;
  }
  #login input {
    border-radius: 50px;
    margin: 0.5rem;
    padding: 0.1rem 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5rem;
    width: 90%;
    border-color: #01B1E6;
  }
  #login .button {
    background-color: #01B1E6;
    color: snow;
    width: 50%;
    margin: 0 auto;
    line-height: 1.5rem;
    border: 1px solid gray;
  }
} /*# sourceMappingURL=login.css.map *//*# sourceMappingURL=login.css.map */