/*
Styles for SourceCon
*/

/* login page */

body.auth {
    background-color: #e5e5e5;
}

.auth header.site h1 {
    margin: 0;
    display: inline-block;
}

.auth header.site h2 {
    margin: 0;
    display: inline-block;
    padding: 7px 7px 3px;
    background-color: #999;
    position: relative;
    bottom: 7px;
    left: -10px;
}

.auth section.content {
    background-color: #fff;
}

.auth aside.register mark {
    background-color: #ffc
}

/* register page */

.register #header-site-container {
    background-color: #333;
    border-bottom: 2px solid #fff;
}

.register header.site {
    margin: 0 auto;
    width: 800px;
}

.account header.site {
    margin-top: 10px;
}

header.site h1 {
    margin: 0;
    display: inline-block;
}

header.site h2 {
    margin: 0;
    display: inline-block;
}

form#register section.form h1 {
    color: #548033;
}

form#register section.form h1 .circle-number {
    border-color: #548033;
    color: #548033;
}


/* account */

.account #header-site-container {
    border-top: 1px solid #333;
    background-color: #333;
    border-bottom: 2px solid #fff;
}

.account #header-auth {
    font-size: 12px;
    padding: 10px;
    background-color: #666;
    border: none;
}