﻿body,html {
    width: 100%;
    height: 100%;
    background:#505050;
}

.background_wrap {
    height: 100%;
    background: url(/Content/images/login/bg-office.jpg) no-repeat;
    background-size:cover;
    background-position: 50% 50%;
}

.loginWd {
    margin: 0 auto;
}

.login_scan_panel {
    background: #FFF;
    width: 340px;
    margin-left: auto;
    margin-right:25%;
    border-radius: 4px;
    margin-top: 0;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
    position: relative;
    background-color: #ececec;
}

.login_return_msg {
    width: 340px;
    min-height: 90px;
    margin-left: auto;
}

.login_scan_panel .header_nav {
    font-size: 0;
    border: none;
    padding: 28px 39px 20px;
}

    .login_scan_panel .header_nav .nav_item.curr {
        font-weight: 500;
        /* font-size: 15px; */
        /* color: #4370cb; */
        font-size: 16px;
        color: #4B6EA4;
    }

    .login_scan_panel .header_nav .nav_item {
        font-size: 16px;
        display: inline-block;
        text-align: center;
        position: relative;
        margin-left: 38px;
        color: #2b2b2b;
    }

        .login_scan_panel .header_nav .nav_item.curr .curr_line {
            display: inline-block;
            background: #4B6EA4;
            width: 30px;
            height: 2px;
            position: absolute;
            bottom: -8px;
            left: 50%;
            margin-left: -15px;
        }

    .login_scan_panel .header_nav a {
        cursor: pointer;
        text-decoration: none;
    }

.login_content_wrap {
    text-align: left;
    /* max-height: 390px; */
    min-height: 380px;
    overflow: hidden;
    display: block;
    padding: 20px;
}

.signup_item {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
    min-height: 54px;
}

.signup_item_content {
    position: relative;
    width: 100%;
    max-height: 48px;
    border-radius: 2px;
    border: 1px solid #C9C9C9;
    display: table;
    transition: all 0.3s ease 0s;
}

.login_scan_panel_pwd_input {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding: 14px 10px;
    font-size: 14px;
    border: 1px solid #C9C9C9;
    border-radius: 2px;
    outline: none;
    transition: all 0.3s ease 0;
    min-height: 40px;
}

input.login_scan_panel_pwd_input:hover {
    border: solid 1px #A0AAB4;
}

input.login_scan_panel_pwd_input:focus {
    border: solid 1px #4B6EA4;
}

.login_scan_panel_select {
    width: 100%;
    font-size: 14px;
    border: 1px solid #C9C9C9;
    border-radius: 2px;
    min-height: 40px;
    color: #505050;
    padding-left: 10px;
}

    .login_scan_panel_select:hover {
        border: solid 1px #4B6EA4;
    }

    .login_scan_panel_select:focus {
        border: solid 1px #4B6EA4;
    }

    .login_scan_panel_select select {
        background-color: red;
    }

:focus {
    outline: none;
}

.v_middle {
    font-size: 12px;
    color: #aaaaaa;
    cursor: pointer;
}

.login_scan_panel_forgot_pwd {
    float: right;
    min-height: 24px;
    line-height: 24px;
    margin-right: 10px;
}

    .login_scan_panel_forgot_pwd a {
        font-size: 12px;
        color: #4B6EA4;
        text-decoration: none;
    }

.login_btn {
    border: none;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    background: #4B6EA4;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 8px;
    border-radius: 2px;
}

.signup_item_content .login_btn:hover {
    opacity: 0.8;
    background: #4B6EA4;
    text-decoration: none;
}

.login_tips {
    position: absolute;
    text-indent: 3px;
    min-height: 30px;
    line-height: 33px;
    border: 1px solid #ebccd1;
    color: #a94442;
    background-color: #f2dede;
    border-radius: 5px;
    width: 260px;
    margin-top: -35px;
}
.login_tips i {
    position: relative;
    top: 1px;
    font-size: 14px;
    padding-right: 5px;
}

.login_tips-succeed {
    position: absolute;
    text-indent: 3px;
    min-height: 30px;
    line-height: 33px;
    border: 1px solid #5e8800;
    color: #fff;
    background-color: #62b600;
    border-radius: 5px;
    width: 260px;
    margin-top: -35px;
}

.login_tips-succeed i {
    position: relative;
    top: 1px;
    font-size: 14px;
    padding-right: 5px;
}
