﻿/*企业注册页样式，通用政府企业登录页*/
html, body, form, .divpanel
{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #368AE0;
    background-image: url(/BootStrapStyle/img/reg/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.top
{
    width: 100%;
    height: 150px;
    padding: 50px 0px 0px 50px;
}
.logo
{
    background-image: url(/BootStrapStyle/img/index/logo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 600px;
    height: 52px;
    display: inline-block;
}
.center
{
    top: 340px;
    left: 50%;
    position: absolute;
    z-index: 999;
}
.center-middle
{
    width: 800px;
    height: 540px;
    margin-left: -395px;
    margin-top: -250px;
    word-wrap: break-word;
    background-image: url(/BootStrapStyle/img/reg/bg2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    
}
.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: 337px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #999d9c;
    text-indent: 1em;
}
.txtbox:focus
{
    border: 1px solid #3f77df;
}
.btn-info
{
    background-color: #1384D0;
    border-color: #1384D0;
}
.btn-info:hover
{
    background-color: #5C94CD;
    border-color: #5C94CD;
}
.input-group-addon-click
{
    background-color: #1384D0;
    border-color: #1384D0;
}
.form-control
{
    border: 1px solid #999d9c;
}
