﻿@import url(../../../../fonts.googleapis.com/css_ae7521fb.css);

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #394263;
    font-size: 13px;
    background-color: #222;
}


#login-background {
    width: 100%;
    height: 224px;
    overflow: hidden;
    position: relative;
}

    #login-background > img {
        position: absolute;
        width: 2560px;
        height: 400px;
        left: 50%;
        margin-left: -1280px;
    }

#login-container {
    position: absolute;
    width: 300px;
    top: 10px;
    left: 50%;
    margin-left: -150px;
    z-index: 1000;
}

    #login-container .login-title {
        padding: 20px 10px;
        background: #444;
        background: url(../img/template/ie8_opacity_dark_60.png) repeat;
        background: rgba(0,0,0,.6);
    }

        #login-container .login-title h1 {
            font-size: 26px;
            color: #fff;
        }

        #login-container .login-title small {
            font-size: 16px;
            color: #ddd;
        }

    #login-container > .block {
        border: 0;
    }

    #login-container .register-terms {
        line-height: 30px;
        margin-right: 10px;
        float: left;
    }
