body, html {
  height: 100%;
  width: 100%;
}
body {
  overflow: hidden;
  background-image: url('images/splash.jpg');
  background-size: cover;
  background-position: center;
  color: white;
  font-family: Helvetica, Arial, sans-serif
}
.container {
  text-align: center;
  vertical-align: middle;
  padding-top:100px;
}
.logo {
  width: 80%;
  max-width: 600px;
  display: inline;
  margin-bottom: 20px;
}

.email-input {
  padding: 14px;
  width: 300px;
  font-size: 1em;
  background: transparent;
  border: 2px solid white;
  color: white;
  text-align: center;
  margin: 4px;
}

input:focus{
    outline: none;
}

.email-input:focus{
  border: 6px solid white;
  margin: 0;
}

.btn-styled {
  padding: 16px 20px 16px 20px;
  background: transparent;
  border: 2px solid white;
  color: white;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-top: 10px;
  margin: 10px;
}

.btn-styled:hover {
  color: black;
  background-color: white;
  cursor: pointer;
}
