html { overflow-y: scroll; } body { font-family: 'Arvo', serif; } a { color: #00B7FF; } .textCenter { text-align: center; } .header { height: 500px; background: url("../images/headerBackground.jpg") center; background-size: cover; } .headerText{ font-size: 80px; color: white; margin-top: 0px; } .centerDiv{ position: relative; top: 50%; transform: translateY(-50%); } .form-signin { max-width: 500px; padding: 15px; margin: 0 auto; } .form-signin .form-control { position: relative; height: auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px; font-size: 16px; } .colorRed { color: red; }