/* Reset
-------------------------------------------------------------- */
body {line-height:1.5;margin:1.5em 0;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* Clearfix
-------------------------------------------------------------- */
.clearfix, .container { display: inline-block; }
.clearfix:after, .container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clearfix,
* html .container   { height: 1%; }
.clearfix, .container  { display: block; }

/* Survey Login
-------------------------------------------------------------- */
body {
    text-align: center;
    font-size: 13px;
    font-family: Lato, Arial, Helvetica, sans-serif;
}

a {
    color: #52a2d9;
    text-decoration: none;
}
a:hover {
    color: #3d7cad;
}

p {
    margin: 0 0 1.5em 0;
}

strong {
    font-weight: bold;
    font-style: italic;
}

#login-container {
    max-width: 33%;
    padding: 40px 55px;
    margin: 0 auto;
}

.Form-hdg {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 14px;
}

.Form-logo {
    width: 200px;
}

.Form-field {
    margin: 0 0 12px;
}

.Form-field label {
    display: none;
}

.Form-field input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    display: block;
    width: 100%;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    padding: 6px 10px;
    font-size: 13px;
    margin: 0;

    box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
}

.Button {
    background: #52a2d9;
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    border: 0;
    padding: 7px 10px;
    margin: 0 0 15px;
    border-radius: 5px;
    font-size: 13px;
    cursor: pointer;

    box-shadow: 0 0 1px #d4f5ff;
}

.Button:hover {
    background: #518cbb;
}

.Button:focus {
    background: #3d7cad;
    box-shadow: 0 0 1px #d4f5ff, 0 2px 3px #26608c inset;
    outline: 0;
}

.Button img {
    position: relative;
    top: 1px;
}

.login-announcements {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #9acfea;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    color: #31708f;
}
#survey-login-footer {
    clear: both;
    color: #83a4b2;
    background: url(../images/survey-login-bottom.gif) no-repeat center top;
    padding: 1.5em 0;
}

#footer {
    text-align:initial;
    position: absolute;
    width:100%;
    bottom:0;
    margin-bottom: 0;
}

html {
    font-size: 16px ! important;
    height: 100%;
}
body.error {
  height: 100%;
}
.error .container {
  height: 100%;
background: rgba(250,250,250,1);
background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(250,247,250,1) 18%, rgba(224,224,224,1) 30%, rgba(87,87,87,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,250,250,1)), color-stop(18%, rgba(250,247,250,1)), color-stop(30%, rgba(224,224,224,1)), color-stop(100%, rgba(87,87,87,1)));
background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(250,247,250,1) 18%, rgba(224,224,224,1) 30%, rgba(87,87,87,1) 100%);
background: -o-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(250,247,250,1) 18%, rgba(224,224,224,1) 30%, rgba(87,87,87,1) 100%);
background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(250,247,250,1) 18%, rgba(224,224,224,1) 30%, rgba(87,87,87,1) 100%);
background: linear-gradient(to bottom, rgba(250,250,250,1) 0%, rgba(250,247,250,1) 18%, rgba(224,224,224,1) 30%, rgba(87,87,87,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#575757', GradientType=0 );
  color: white;
  font-size: 1.5em;
}
#oops {
  margin: 2em;
}
#oops img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 2em auto;
}
#oops a {
  color: black;
  font-weight: bold;
}
