﻿/*中介机构登录页样式*/
html, body, form, .divpanel
{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #0E7ED1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.center
{
    top: 45%;
    left: 50%;
    position: absolute;
    z-index: 999;
}
.center-middle
{
    width: 550px;
    height: 500px;
    margin-left: -275px;
    margin-top: -250px;
    text-align: center;
}
.logo
{
    cursor: pointer;
    width: 544px;
    height: 128px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-table;
    margin-bottom: 30px;
}
.center-table
{
    width: 540px;
    height: 353px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin: 0px auto;
}
.bottom
{
    position: absolute;
    z-index: 1;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding-bottom: 20px;
}
.bottom a
{
    color: #ffffff;
    text-decoration: none;
}
.bottom a:hover
{
    color: #7ECEF4;
    text-decoration: underline;
}
.txtbox
{
    font-size: 15px;
    color: #666666;
    width: 350px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #bfbfbf;
    margin-top: 10px;
    text-indent: 1em;
    background-repeat: no-repeat;
    background-position: 320px center;
}
.txtbox:focus
{
    border: 1px solid #3f77df;
}
.btn
{
    display: inline-block;
    padding: 6px 0px;
    font-size: 20px;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-family: 微软雅黑;
    word-spacing: 20px;
    color: White;
}
.btn-info
{
    background-color: #1586d2;
    border-color: #1586d2;
}
.btn-info:hover
{
    background-color: #7ECEF4;
    border-color: #7ECEF4;
}
.margin-right-10
{
    margin-right: 10px;
}
