 body {background-color: white}
    .show {display: inline-block}
    .hide {display: none}
    html,
    body {
      width: 100%;
      height: 100%;
    }
    
    body {
      background: url("https://images.unsplash.com/photo-1460602594182-8568137446ce?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=c6a89cf0d31c8ed23b35aaf9a119a9f5&auto=format&fit=crop&w=1355&q=80")
      no-repeat;
      background-size: cover;
      text-align: center;
      margin: 0 auto;
      color: #fff;
      font-family: Raleway;
      display: flex;
      max-width: 1028px;
      flex-flow: row wrap;
      justify-content: center;
      align-content: center;
      align-items: center;
    }
    
    #form {
      width: 100%;
    }
    
    h1 {
      flex: 1 100%;
      text-transform: uppercase;
      margin-bottom: 25px;
      font-size: 200%;
      margin-bottom: 40px;
    }
    
    h2 {
      color: #7efff5;
    }
    
    #buttons {
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      align-content: center;
      width: 100%;
    }
    
    button {
      flex: 0 1 auto;
      cursor: pointer;
      background-color: #fff;
      border: none;
      border-radius: 5px;
      margin: 0 1%;
      font-size: 120%;
      margin-bottom: 15px;
      padding: 2% 4%;
    }
    
    button:focus {
      outline: none;
    }
    
    form p {
      margin: 0 auto;
    }
    
    .row {
      width: 100%;
      justify-content: center;
    }
    
    input {
      padding: 1% 4% 1% 1%;
      margin-bottom: 2%;
      flex: 0 1 auto;
    }
    
    
    label {
      text-align: left;
      margin-right: 40px;
      width: 50px;
    }
    
    #error {
      color: #7efff5;
      font-weight: bold;
    }
    
    button:hover {
      opacity: 0.8;
    }

    .submit-container {
      width: 100%;
    }
    
    #close {
      border-radius: 50%;
      width: 40px;
      height: 40px;
      padding: 0;
      border: 2px solid black;
      margin: 0 auto;
      font-size: 20px;
    }
    
    #close span {
      flex: 1 0 auto;
    }
    
    #account-link, #reset {
      width: 100%;
    }
    
    a {
      color: #77b8ea;
    }
    
    p {
      margin: 0 0 15px;
      justify-content: center;
    }
    
    .submitButton {
      padding: 1% 3%;
    }