body {
  background-image: url("../images/Zelus_Baseball_FrontPage.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.wrapper {
  text-align: center;
  height: 100%;
  width: 100%;
}

.wrapper:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.login {
  display: inline-block;
  background-color: #F6F6F6;
  padding: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 10px;
  text-align: left;
  font-family: "Source Sans Pro", sans-serif;
  vertical-align: middle;
}

.login.reset {
  max-width: 800px;
}

.login-logo {
  display: block;
  width: 100px;
  height: auto;
  margin: auto;
}

.login h1 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #0A8D45;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  top: -5px;
}

.login.reset h1 {
  text-align: left;
  margin-top: 10px;
}

.login p, .login ul li {
  color: #003D4C;
}

.login label {
  color: #003D4C;
  margin-top: 10px;
}

.login form div input {
  display: block;
  width: 300px;
  background-color: transparent;
  border: none;
  border-image: none;
  color: #5A5A5A;
  border: 1px solid rgb(196, 196, 196);
  padding: 5px;
}

.login .submit {
  margin-top: 20px;
  margin-bottom: 15px;
}

.login .submit input {
  height: 50px;
  border: none;
  border-radius: 25px;
  background-color: #0A8D45;
  color: #FFF;
  font-weight: 600;
  font-size: 1.2em;
  text-transform: uppercase;
  transition: all 0.3s;
}

.login .submit input:hover {
  -ms-transform: scale(1.03, 1.03); /* IE 9 */
  transform: scale(1.03, 1.03); /* Standard syntax */
}

.login .password_reset {
  text-align: center;
}

.login .password_reset a {
  font-weight: 400;
  font-size: 1.2em;
  color: #0A8D45;
}

.password_reset_submit {
  height: 30px;
  border: none;
  border-radius: 15px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #0A8D45;
  color: #FFF;
  font-weight: 600;
  font-size: 1.1em;
  text-transform: uppercase;
  transition: all 0.3s;
}

.password_reset_submit:hover {
  -ms-transform: scale(1.04, 1.04); /* IE 9 */
  transform: scale(1.04, 1.04); /* Standard syntax */
}

.new_password {
  width: 140px;
  background-color: transparent;
  border: none;
  border-image: none;
  color: #5A5A5A;
  border: 1px solid rgb(196, 196, 196);
  padding: 5px;
  margin-right: 10px;
}

@media only screen and (max-width: 812px)  {
  .login {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .login form div input {
    width: 240px;
  }
}

@media only screen and (max-width: 480px)  {
  .login {
    padding: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .login.reset {
    max-width: 340px;
  }

  .login .logo {
    width: 80px;
  }

  .login h1 {
    font-size: 24px;
  }

  .new_password {
    width: 100px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 375px)  {
  .login {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 20px;
    overflow-y: scroll;
    max-width: 100%;
  }

  .login form div input {
    display: block;
    width: 100%;
  }

  .login-logo {
    width: 80px;
  }
}

@media only screen and (max-width: 350px)  {
  .login-logo {
    width: 60px;
    height: auto;
  }
}
