html, body {
  font-family: 'Nunito', sans-serif;
  background: url("mountains.jpg") repeat fixed;
  background-position: center; }

*, ::before, ::after {
  box-sizing: border-box; }

@media (max-width: 720px) {
  #logo {
    display: none;
    transition: .5s all; }

  #panel {
    background-color: rgba(50, 65, 93, 0.9);
    max-width: 400px;
    max-height: 500px;
    color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 40px;
    transition: .5s all; }

  .tabs {
    font-size: 20pt;
    transition: .5s all; } }
@media (min-width: 721px) {
  #panel {
    background: radial-gradient(at top center, #556c8f 0%, #32415d 120%);
    max-width: 400px;
    max-height: 500px;
    color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 40px;
    transition: .5s all; }

  .tabs {
    font-size: 25pt;
    transition: .5s all; } }
h1 {
  font-size: 45pt;
  font-weight: 800;
  color: white; }

.tabs {
  list-style-type: none;
  font-weight: 700;
  text-align: center;
  padding: 0;
  margin: 0 0 10px 0; }
  .tabs a {
    color: white;
    opacity: 0.5;
    text-decoration: none; }
  .tabs a:hover {
    opacity: 1;
    text-decoration: none; }

.hide {
  display: none; }

.active {
  display: block; }

.underline {
  border-bottom: solid 2px white; }
  .underline a {
    opacity: 1; }

h2 {
  font-weight: 400;
  font-size: 16pt;
  text-align: center;
  margin: 20px 0; }

.field-wrap {
  position: relative; }
  .field-wrap input {
    border: none;
    outline: none;
    background: transparent;
    border-radius: 15px;
    background-color: #5a7294;
    width: 100%;
    font-size: 18pt;
    font-weight: 400;
    color: white;
    padding-left: 20px;
    margin: 0 0 20px 0; }

label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18pt;
  font-weight: 400;
  padding-left: 20px;
  color: #98b9e5;
  z-index: 1;
  transition: ease .2s; }

.field-wrap input:focus ~ label, .field-wrap input:valid ~ label {
  top: -22px;
  left: -10px;
  font-size: 12pt;
  transition: ease .2s; }

button {
  width: 100%;
  margin: 20px 0;
  border: none;
  height: 40px;
  border-radius: 20px;
  background-color: #95b258;
  color: white;
  font-size: 15pt;
  border-bottom: 3px solid #849d4e;
  transition: ease .2s; }
  button:active {
    border-bottom: 0px solid #849d4e;
    transition: ease .2s;
    outline: none; }

/*# sourceMappingURL=style.css.map */
