html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu,
section, summary, time, mark, audio, video {
margin:0; padding:0; border:0; outline:0; font-size:100%;}

::-webkit-input-placeholder {color: #777;}
     :-ms-input-placeholder {color: #777;}
         ::-moz-placeholder {color: #777; opacity: 1;}
          :-moz-placeholder {color: #777; opacity: 1;}

html, body {width: 100%; height: 100%; min-width: 320px; min-height: 645px;}
body {position: relative; font-family: 'Helvetica Neue', sans-serif; font-weight: 400;}
input, button {outline: none; border: none; font-family: 'Helvetica Neue', sans-serif; font-weight: 300;}

.hide {display: none;}

.centered {position: relative; width: 100%; width: calc(100% - 40px); height: 100%; min-height: 100px; max-width: 1280px;
  margin: 0 auto; padding: 0; box-sizing: border-box;}

header {display: block; width: 100%; min-height: 100px; height: 100px; background-color: #fff;}
.logo {position: absolute; display: block; max-height: 100px; max-width: 300px; top: 0; bottom: 0; left: 0; margin: auto 0; padding: 0;}

content {display: block; width: 100%; min-height: 475px;/* height: calc(100% - 220px);*/
    background: #fff url('https://hirevue-landing.s3.amazonaws.com/channelfour/images/channelfour_bg_v4.png') center center no-repeat; background-size: cover;}
content:after {display: block; content: ""; height: 0; clear: both;}

.manager-login {display: table; width: auto; min-height: 200px; margin: 0 auto; padding-top: 120px; color: #fff;}
.manager-login-label {width: 100%; margin: 0 auto; font-size: 48px; color: #fff; font-weight: 700; text-align: center; text-shadow: 0 0 10px rgba(0,0,0,.8);}
.login-form {position: relative; width: 364px; margin: 0 auto;}
.input-text {display: block; width: 100%; height: 50px; padding: 0 15px; margin: 10px auto 0; background: #fff; border: 1px solid #fff; border-radius: 6px;
    color: #777; font-size: 22px; font-style: italic; font-weight: 300; box-sizing: border-box;}
.keep-block {float: left; clear: left; min-width: 155px; margin: 15px 0; padding: 0; line-height: 16px; font-size: 16px; text-shadow: 0 0 3px rgba(0,0,0,.8);}
.keep-block label {float: left; line-height: 18px; font-weight: 300;}
.keep-block .keep-signed-in {float: left; height: 18px; width: 18px; padding:0; margin: 0 7px 0 0; background-color: #fff; border: none; float: left;}
.forgot {float: right; font-size: 16px; color: #fff; line-height: 18px; margin: 15px 0; padding: 0; font-weight: 300; text-shadow: 0 0 3px rgba(0,0,0,.8);}
.forgot:hover {text-decoration: none;}
.button {display: block; clear: left; width: 240px; height: 48px; cursor: pointer; margin: 0 auto; background-color: #323338;
    text-align: center; font-weight: 700; border: none; border-radius: 4px; color: #fff; font-size: 24px;}

.alert {position: absolute; bottom: 207px; right: 0; padding: 2px 4px; border-radius: 3px; box-sizing: border-box;
  color: #fff; background: #f00; font-size: 11px; line-height: 11px; font-weight: bold; text-align: right;}
.too-many-failed-attempts, .user-disabled {width: 100%; bottom: 265px; text-align: center;}

footer {display: block; width: 100%; min-height: 120px; padding: 20px 0 10px; background-color: #fff; color: #323338; box-sizing: border-box;}
/* ----- Fix for Safari and IE  ----- */
footer .centered {display: table; border-collapse: separate; border-spacing: 20px 0;}
.first-column, .second-column {display: table-cell;}
/* ----- -----*/
footer .centered {display: grid; grid-template-columns: repeat(2, minmax(350px,1fr));
    justify-content: space-between; align-content: flex-start; grid-auto-flow: row dense; grid-row-gap: 20px; grid-column-gap: 50px;}

.first-column {max-width: 630px; min-width: 300px; min-height: 100px;}
.second-column {max-width: 430px; min-width: 300px; min-height: 65px;}
footer h3 {margin: 0; font-size: 20px; font-weight: normal; font-weight: 400;}
footer ul li {font-size: 15px; line-height: 18px; padding-bottom: 10px; font-weight: 300;}
footer p {font-size: 15px; line-height: 18px; font-weight: 300; margin: 5px 0;}
footer ul {padding-left: 15px; margin-bottom: 0; margin-top: 5px;}
.support-link {color: #323338; text-decoration: none; font-weight: 400;}

.code-result {clear: left; float: left; font-size: 12px; text-align: left; line-height: 14px; font-weight: bold;
    border-radius: 3px; color: #fff; padding: 2px 4px; margin-top: 3px;}
.bad-code {background-color: red;}
.good-code {background-color: #468847;}

@media only screen and (max-width: 900px) {
  content {background-position-x: right;}
  .centered {width: calc(100% - 20px);}
  footer .centered {display: block;}

  .first-column, .second-column {display: block; max-width: 460px; width: 100%; margin: 0 auto; padding: 0;}
  .second-column {padding-top: 20px;}
}

@media only screen and (max-width: 500px) {
 content {min-height: 400px;}

  .manager-login {padding-top: 80px;}
  .manager-login-label {font-size: 42px;} 
  .login-form {width: 290px;}
  .input-text {height: 44px; padding: 0 12px; font-size: 20px;}
  .button {width: 220px; height: 42px; font-size: 22px;}

  .alert {position: absolute; bottom: 190px;}
  .too-many-failed-attempts, .user-disabled {bottom: 240px; text-align: center;}

}
