@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'open-sans-light';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-light-webfont.woff') format('woff'),
        url('../fonts/opensans-light-webfont.ttf') format('truetype'),
        url('../fonts/opensans-light-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-regular-webfont.woff') format('woff'),
        url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
        url('../fonts/opensans-regular-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin-top:50px;
    font-family:open_sansregular, sans-serif;
}

.login-wrap	span,.login-wrap	h1 {
    width:100%;
    float:left;
    text-align:center;
    font-family:open-sans-light, Arial;
    font-weight:400;
    color:#9a9a9a;
}

.login-wrap	span img {
    margin:0 auto;
}

.login-box {
    width:355px;
    -webkit-border-radius:4px;
    border-radius:4px;
    min-height:300px;
    -webkit-box-shadow:2px 2px 2px 1px rgba(204,204,204,1);
    box-shadow:2px 2px 2px 1px rgba(204,204,204,1);
    border:1px solid #f1eeee;
    margin:25px auto 0;
    padding:0 15px 20px;
}

.login-box span {
    border-bottom:1px solid #ddd;
    margin:23px 0 10px;
    padding:0 0 22px;
}

.login-wrap .form-group {
    width:100%;
}

.login-wrap .form-control {
    border-radius:1px;
    background:#fcfcfc;
}

.identity {
    display:none;
}

.captcha-code img {
    height:60px;
}

.login-row {
    width:100%;
    float:left;
    margin:15px 0 0;
}

.login-box .form-control {
    margin:0 0 13px;
}

.login-box label {
    font-weight:400;
    color:#656565;
}

.login-box .btn-submit {
    width:100%;
    background:#009fe3;
    line-height:35px;
    border:none;
    border-radius:1px;
    color:#fff;
    font-size:21px;
    font-family:open-sans-light, Arial;
    height:42px;
    margin:4px 0 0;
}

.login-box .btn-submit:hover {
    background:#198acc;
}

.login-wrap	p {
    text-align:center;
    font-family:open-sans-light, Arial;
    color:#919191;
}

.social-box {
    max-width:340px;
    -webkit-border-radius:4px;
    border-radius:4px;
    margin:25px auto 0;
    padding:0 20px;
}

.footer_social_wrap {
    width:82px;
    height:14px;
    float:left;
    margin-top:12px;
    font-size:11px;
    color:#7d7d7d;
}
