﻿.body {
    background-image:none;
}

.login-main {
    width: 442px;
    background: #f7f7f7;
    border: #E5E5E5 1px solid;
    margin: 0 28px;
    border-radius: 5px;
}



#msgs {
    z-index: 1000;
    position: absolute;
    width: 150px;
    margin: -42px auto 0 96px;
    background: #333333;
    border-radius: 5px;
    height: 32px;
    line-height: 32px;
    color: #FFFFFF;
    text-align: center;
    display: none;
}

.login-head {
    height: 50px;
    overflow: hidden;
    border-bottom: #e84800 2px solid;
    font-weight: bold;
    text-align: center;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
}

.logo-body {
    height: 50px;
    overflow: hidden;
    padding-bottom: 20px;
}

.login-body div {
    padding: 20px 20px 0 40px;
    font-size: 14px;
}

.input-captcha, .input-question, .input-user, .input-pass, .input-mob, .input-mail, .input-text, .input-code {
    background: #fff !important;
    padding: 10px 10px 10px 30px;
    height: 22px;
    line-height: 22px;
    border: #E5E5E5 1px solid;
    font-size: 14px;
    width: 300px;
}

.login-btn {
    width: 340px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    cursor: pointer;
}

.btn-blue {
    background: #007AFF;
    border: #1E74D0 1px solid;
    color: #FFFFFF;
}
