body {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
}
html, body {
    height: 100%;margin:0; padding:0;
}
h1,h2,h3,h4,h5,h6{margin:0; padding:0;}
.login-page, .register-page {
    background: #d2d6de;
}
.content-wrapper {
    min-height: 100%;
    background-color: #ecf0f5;
    z-index: 800;
}
.text-yellow {
    color: #f39c12 !important;
}
.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.error-page {
    width: 600px;
    margin: 20px auto 0 auto;
}
.error-page>.headline {
    font-size: 100px;
    font-weight: 300;
	text-align:center;
}
.error-page>.error-content {
    text-align:center;
    display: block;
}
.error-page>.error-content>h3 {
    font-weight: 300;
    font-size: 25px;
}