html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #ffffff;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 70%;
    font-weight: normal;
    line-height: 1;
    color: #bbbbbb;
}

h1, .h1, h2, .h2, h3, .h3 {
    font-family: Interstate-Light, Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1.2;
    letter-spacing: -0.02em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h4, .h4, h5, .h5, h6, .h6 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1.5;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-weight: 200;
    margin-top: 12px;
    margin-bottom: 12px;
}

a {
    color: #33abd6;
    text-decoration: underline;
}

a:hover, a:focus {
    color: #db3d44;
    text-decoration: underline;
}

a:focus {
    outline: none;
}
body {
    background: #222222;
    color: #bbb;
    /* left: 0;
    right: 0;
    height: 100%;
    position: absolute; */
    font-size: 14px;
}
.wrapper {
    position: relative;
    min-height: 100%;
}
.log-on-banner {
    padding-left: 24px;
    height: 65px;
    line-height: 60px;
    background-color: #2c2c2c;
    border-top: 2px solid #DB3D44;
    border-bottom: 1px solid #111111;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);

    position: fixed;
    width: 100%;
    left: 0;
    top: 0;

}
.brand-logo {
    display: inline-block;
    background: url(../images/32x32.png);
    height: 32px;
    width: 32px;
    /* background-size: 94.93px 32px; */
    vertical-align: middle;
}
.log-on-brand h1 {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    line-height: 26px;
    margin-top: 17px;
    margin-bottom: 17px;
    color: #fff;
    font-size: 24px;
    font-weight: normal;    
}
.log-on-form-container {
    text-align: center;
    padding-bottom: 41px;

    display: flex;
    justify-content: center;
    align-items: center;    
}
.log-on-content {
    /* display: inline-block;
    margin: 120px auto; */
    width: 456px;
    padding: 32px 48px;
    text-align: left;
    background-color: #2c2c2c;
    border: 1px solid #444444;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
          box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}
.log-on-title {
    background: url(../images/ico_account_dark.svg) no-repeat left center transparent;
    padding-left: 40px;
    margin: 0;
    line-height: 32px;
}
.log-on-form {
    margin-top: 16px;
}
.log-on-form .form-control {
    font-size: 14px;
    line-height: 1.3;
    padding: 12px;
    width: 100%;
}
.log-on-form .log-on-submit {
    font-size: 16px;
    padding: 10px;
    width: 100%;
    line-height: 1.4;
}
.log-on-form .form-group:last-child {
    margin-top: 16px;
    margin-bottom: 0;
}
.log-on-content .alert {
    margin-top: -32px;
    margin-left: -48px;
    margin-right: -48px;
    margin-bottom: 24px;
}
footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 40px;
    font-size: 12px;
    text-align: left;
    background: #2c2c2c;
    padding: 0 24px; 
    border-top: 1px solid #111111;
    color: #888888;
}
footer .copyright {	
	margin: 10px 0;
	display: inline-block;
}
footer .footer-logo {
	float: right;
	margin: 6px 0;
}
footer .footer-logo img {
    width: 80px;
}
footer .footer-links {
	display: inline;
	padding: 0;
    margin-left: 20px;
}
footer .footer-links li:first-child {
	margin-left: 0;
}
footer .footer-links li {
	display: inline;
    margin-left: 20px;
}
footer .footer-links li a {
    text-decoration: none;
}