body {
  background-image: url("wellmanspub.jpg");
  background-repeat: no-repeat;
  ;background-position: center top;
  background-size: cover;
}

.login {
  margin: 40% auto;
  width: 300px;
  padding: 30px 25px;
  background: white;
  border: 1px solid #c4c4c4;
  opacity: 0.95;
}

.login-logo > img {
  width: 400px;
  background-color: white;
  opacity: 0.90;
  border-radius: 25px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

h1.login-title {
  margin: -28px -25px 25px;
  padding: 15px 25px;
  line-height: 30px;
  font-size: 25px;
  font-weight: 300;
  color: #000000;
  text-align:center;
  background: #f7f7f7;
}

.login-input {
  width: 285px;
  height: 50px;
  margin-bottom: 25px;
  padding-left:10px;
  font-size: 15px;
  background: #fff;
  border: 2px solid #000000;
  border-radius: 4px;
}

.login-input:focus {
    border-color:#6e8095;
    outline: none;
 }
 
.login-button {
  width: 100%;
  height: 50px;
  padding: 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #f0776c;
  border: 0;
  border-radius: 5px;
  cursor: pointer; 
  outline:0;
}

.disclaimer {
  line-height: 20px;
  font-size: 20px;
  font-weight: 300;
  color: #a39383;
  text-align:center;
  background: white;
}