
#login {
    font-size: 13px;
    min-width: 0;
}

#login div.header {
    height: auto;
    overflow: hidden;
    position: fixed;
    top: 0;
}

#login div.content {
    position: relative;
    margin-top: 200px;
}

#login div.content > div.inner {
    height: 100%;
    overflow: auto;
}

#login div.content > div.inner > div.login {
    margin: 41px auto;
    width: 95%;
    max-width: 400px;
}

#login form{
    border: 1px solid grey;
}

#login form input{
    display: block;
    margin: 20px auto;
}

#login .submit{
    text-align: center;
    font-size: 13px;
    padding: 0 20px;
    height: 23px;
    line-height: 23px;
    color: #fff;
    border: 1px solid #3f3f3f;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: url('../img/button2-bg.png') repeat-x #4d4d4d;
    cursor: pointer;
    width:auto;
}

#login h1{
    margin-bottom: 0px;
    background: url(../img/bg-h1.png) repeat-x scroll 0 0 transparent;
    border: 1px solid #4A6084;
    color: #4A6084;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    padding-left: 15px;
}

#login input[type="text"]{
    width: 80%;
    line-height: 20px;
    font-size:15px;
    margin:20px auto 0 auto;
}

#login .logo img{
    margin: 0 auto;
    display:block;
}

#login .error {
    margin-top: 5px;
    text-align: center;
    font-weight:bold;
}

#login div.footer {
    background: url("../img/bg_footer.jpg") repeat-x scroll 0 0 transparent;
    background-color: #464648;
    font-weight: normal;
    height: 57px;
    color: #777;
    border-top: 1px solid #7E8EA7;
    clear: both;
    width: 100%;
    overflow: hidden;
    position: fixed;
    bottom: 0;
}

#login div.footer > p {
    margin-left: 5px;
}

/* ### Bryston specific ### */

#login.bryston #wrapper{
    background: #2c2c2c;
}

#login.bryston{
    background: #2c2c2c;
    /*background: #282828;*/
}

#login.bryston h1{
    background: #212121;
    border: none;
    color: #eef3fd;
    margin-top: 0;
}

#login.bryston form{
    border: none;
}

#login.bryston div.content > div.inner > div.login {
    background: #4a4a4a;
    padding-bottom: 1px;
}

#login.bryston .submit{
    color: #f5f5f5;
    border-radius: 0;
    border: 2px solid #f5f5f5;
    background: #4a4a4a;
    height: 26px;
}

#login.bryston .submit:hover{
    color: #5e74dd;
}

#login.bryston .footer{
    background: #282828;
    border: none;
    padding-top: 1px;
    padding-left: 8px;
    color: #eef3fd;
}

#login.bryston .error{
    color: #eef3fd;
}


.focal#login .logo img {
    padding-top: 35px;
    padding-bottom: 35px;
}
