* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

body {
  text-align: center;
  height: 100vh;
  max-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body section {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body section form {
  width: 80%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20%;
  position: absolute;
  bottom: 0;
}

body section form .input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

body section form .input-container input {
  border: none;
  background: none;
  outline: none;
  border-bottom: 2px solid #ff8819;
  font-size: 1rem;
  margin-bottom: 0.5em;
  padding: 0.5rem;
  width: 100%;
  height: 100%;
  color: white;
}

body section form .input-container input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.896);
}

body section form .input-container input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.896);
}

body section form .input-container input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.896);
}

body section form .input-container input::placeholder {
  color: rgba(255, 255, 255, 0.896);
}

body section form .input-container button {
  background-color: #ff8819;
  border: none;
  color: black;
  padding: 0.5rem;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  border-radius: 1rem;
}

body section .weather-container {
  width: 80%;
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1rem;
  background: transparent;
  -webkit-backdrop-filter: blur(200px);
          backdrop-filter: blur(200px);
  margin-top: 2rem;
  margin-bottom: 1rem;
}

body section .weather-container header h3 {
  font-size: 2rem;
  padding: 2rem 0rem 2rem 0rem;
  text-transform: uppercase;
  color: black;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 9px 9px 17px 10px #000000;
          box-shadow: 0px 10px 13px -7px #000000, 9px 9px 17px 10px #000000;
}

body section .weather-container .container {
  width: 100%;
  height: 15rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[2];
      grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0rem 2rem 0rem 2rem;
}

body section .weather-container .container img {
  width: 90%;
  height: 90%;
  margin: 0 auto;
  border: none;
  outline: none;
}

body section .weather-container .container #wtype {
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-transform: uppercase;
  font-size: 1rem;
  padding-top: 1rem;
}

body section .weather-container .container #temp {
  font-size: 4rem;
  font-weight: bold;
  vertical-align: middle;
}

body section .weather-container .container #feels {
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-top: 1rem;
}

body section .weather-container .suntimesdiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
  padding: 1rem 0rem 2rem 0rem;
}

body section .weather-container .suntimesdiv div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.1rem;
}

body section .weather-container .suntimesdiv img {
  vertical-align: middle;
}

body section .weather-container .suntimesdiv p {
  vertical-align: middle;
  padding: 0.5rem 0rem 0.5rem 0.3rem;
}
/*# sourceMappingURL=styles.css.map */