.body { font-family: Helvetica,Arial,sans-serif; line-height: 1.42857143; color: #333; background-color: #fff; } .footer { display: table; table-layout: fixed; position: absolute; bottom: 0; width: 100%; height: 60px; background-color: #d8d8d8; color: #757575; } .footer-content-valign { display: table-cell; vertical-align: middle; text-align: center; } .footer-content-valign p { font-size: 9px; } .logoicon { margin: 15px; height: 24px; width: 60px; background: url(logo.png) no-repeat white; background-size: contain; display: inline-block; } .wrapper { position: absolute; color: #fff; top: 40%; left: 50%; height: 400px; -ms-transform: translateX(-50%) translateY(-50%); -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); } .rowPadding1 { padding-top: 35px; } .rowPadding2 { padding-top: 20px; } .form-heading { display: block; top: 15px; text-align: left; color: #00338d; font-size: 24px; font-weight: normal; text-transform: uppercase; z-index: 100; } .form-sub-heading { display: block; top: 15px; /*right: 50%;*/ text-align: left; color: #999; font-size: 19px; font-weight: normal; z-index: 100; } .form-button { cursor: pointer; border: 1px solid #0091da; color: #0091da; background-color: transparent; height: 33px; width: 80px; font-size: 10px; font-weight: bold; text-transform: uppercase; text-align: center; } .form-signin { padding: 10px; margin: 0 auto; background-color: #fff; } .form-label { font-size: 12px; color: #666666; font-weight: normal; } .form-input { position: relative; width: 375px; height: 40px; border: none; border-radius: 0px; padding: 10px; background-color: #eeeeee; margin: 0; color: #0091da; font-size: 12px; font-weight: bold; } .form-input:focus { outline: none; border-left: #0091da solid 4px; } .form-input-error, .form-input-error:focus { color: red; outline: none; border-left: red solid 4px; } p.error { max-width: 375px; word-wrap: break-word; color: red; font-size: 12px; } p.warning { max-width: 375px; word-wrap: break-word; color: red; font-size: 9px; } .hide-error { display: none; } .contact-us-section p { font-size: 12px; color: #666666; font-weight: normal; margin-bottom: 0; }