/*shieldsquare styles*/ @import url("https://fonts.googleapis.com/css?family=Lato"); * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } :after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } html { font-family: 'Lato'; font-size: 14px; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0) } body { margin: 10px; line-height: 1.42857143; color: #333; background-color: #fff } img[id="logo"]{ max-height: 250px; max-width: 250px; } .container { margin: 10px; padding:10px; padding-bottom:60px; } .row { margin: 10px; height: auto; } .row:after, .row:before { display: table; content: " " } .row:after { clear: both } .col-1{ min-height: 250px; min-width: 250px; } .col-1, .col-2 { float: left; padding: 5px; } .h1, h1 { font-size: 36px } img { vertical-align: middle; } .captcha-mid { width:305px; margin:0 auto; margin-bottom: 70px; } input[type=submit]{ background-color: #4CAF50; border: none; color: white; padding: 10px 20px; text-decoration: none; margin: 4px 2px; cursor: pointer; border-radius: 2px; } input:hover[type="submit"] { box-shadow: 2px 2px #888888; } .footer { height: 50px; margin-bottom: 0px; background-color: #f5f5f5; color: #808080; position: fixed; left: 0; bottom: 0; width: 100%; text-align: center; overflow:auto; }