body {
   padding-left: auto;
   padding-right: auto;
}

#pageContents {
    padding: 3%;
    max-width: 516px;
    width: 100%;
    margin: 0 auto;
    box-sizing: content-box;
}

.help {
   color: silver;
   float: left;
   margin-left: 6px;
}

.alert-danger, .alert-error {
   font-size: 20px;
   margin: 20px 0;
   padding: 15px;
   border-top: 2px solid #FDC5C5;
   border-bottom: 2px solid #FDC5C5;
}

.loginMain {
    background-color: white;
    border: 1px solid #ffffff;
    text-align: center;
    min-width: 330px;
    -moz-border-radius: 6px;
    border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px;
    /*-webkit-box-shadow: 0px 0px 10px 1px ;*/
    box-shadow: 0px 0px 1px 0px;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F7F7F7 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F7F7F7 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #F7F7F7 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #F7F7F7));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F7F7F7 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #F7F7F7 100%);
}

.loginMain > span {
   color: #333333;
   font-family: Impact, Charcoal, sans-serif;
   font-size: 5em;
}

.loginMain > span > img {
   margin-top: 35px;
   margin-left:0px;
   margin-bottom:25px;
   /*height: 50px;*/
}

/*a {
   position: relative;
   bottom: 5px;
}*/

form {
   margin: 0 0 25px;
}
.privacy-policy {
   width: 46%;
   margin: 0 auto;
   color: #BA2A00;
}
#loginForm > div button,
#loginForm > div label,
.login.button {
   font-size: 11px;
   text-transform: uppercase;
   font-weight: bolder;
   /*padding: 5px;*/
   /*color: #DDDDDD;*/
}
[data-icon]:after {
   content: attr(data-icon);
}
.login.button {
   padding: 5px 20px;
}
input,button, input[type="button"], input[type="reset"], input[type="submit"] {
   padding: 3px;
   border-radius: 6px 6px 6px 6px;
   border: 1px solid #CCCCCC;
}

.btn-sign {
   background: #8c8c8c; /* Old browsers */
   background: -moz-linear-gradient(top, #8c8c8c 0, #222222 100%, #222222 100%, #222222 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#8c8c8c), color-stop(100%,#222222), color-stop(100%,#222222), color-stop(100%,#222222)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #8c8c8c 0,#222222 100%,#222222 100%,#222222 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #8c8c8c 0,#222222 100%,#222222 100%,#222222 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top, #8c8c8c 0,#222222 100%,#222222 100%,#222222 100%); /* IE10+ */
   background: linear-gradient(to bottom, #8c8c8c 0,#222222 100%,#222222 100%,#222222 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
   background-repeat: repeat-x;
   border-color: #000000 #000000 #000000;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
   color: white;
   cursor: pointer;
}

.btn-sign:hover {
   background: #555555; /* Old browsers */
   background: -moz-linear-gradient(top, #555555 0, #222222 100%, #222222 100%, #222222 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#555555), color-stop(100%,#222222), color-stop(100%,#222222), color-stop(100%,#222222)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #555555 0,#222222 100%,#222222 100%,#222222 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #555555 0,#222222 100%,#222222 100%,#222222 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top, #555555 0,#222222 100%,#222222 100%,#222222 100%); /* IE10+ */
   background: linear-gradient(to bottom, #555555 0,#222222 100%,#222222 100%,#222222 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
   color: #FAFAFA;
}