body, html {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    background-color: #e7e7e7;
    font-family: Arial, 'Hiragino Sans GB', 'Microsoft YaHei', 微软雅黑, STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif;;
}

::-webkit-input-placeholder {
    font-style: italic;
}
:-moz-placeholder {
    font-style: italic;
}
::-moz-placeholder {
    font-style: italic;
}
:-ms-input-placeholder {
    font-style: italic;
}

.nav-login {
    background-color: #0275d8 !important;
    color: #fff !important;
}

.form-title{
    text-align: center;
    font-weight: 800;
}

.login-container {
    background-size: cover;
    height: 200px;
    width: 100%;
}

#loginForm {
    background-color: white;
    margin-top: -50px !important;
    max-width: 400px;
    margin: 0 auto;
    padding: 10px 30px 20px 30px;
    -moz-border-radius: 5px; /* Gecko browsers */
    -webkit-border-radius: 5px; /* Webkit browsers */
    border-radius: 5px; /* W3C syntax */
}

#loginForm > h3 {
    margin-bottom: 20px;
}


#registForm {
    background-color: white;
    margin-top: -50px !important;
    max-width: 768px;
    margin: 0 auto;
    padding: 10px 30px 20px 30px;
    -moz-border-radius: 5px; /* Gecko browsers */
    -webkit-border-radius: 5px; /* Webkit browsers */
    border-radius: 5px; /* W3C syntax */
}

#registForm > h3 {
    margin-bottom: 20px;
}

#form-Container {
    padding: 0 20px;
}

#company {
    text-align: center;
    margin: 15px 0 50px 0;
    font-size: 13px;
    color: #777;
}

a {
    text-decoration: none;
    color: #1f90c8;
}

.reset-password{
    float: right;
}

.help{
    display: block;
    color: #777;
    font-style: italic;
    padding: 3px 0px 0 3px;
    font-size: 12px;
}

.dropdown-select{
    width: 100%;
    margin: 0;
    padding: 6px 28px 6px 10px;
    height: 34px;
    line-height: 12px;
    font-size: 12px;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    moz-border-radius:3px;
    background-image: -webkit-linear-gradient(top,#fff,#ebebeb);
}

.dropdown-select option:disabled{
    font-style: italic;
}

.regist-tip{
    font-size: 12px;
    color: red;
    margin: 0 0 3px 0;
}

.alert-error{
    color: #b94a48;
    background: #f2dede;
    border-color: #ebcdcd;
}

.alert{
    margin: 12px 0;
    padding: 10px;
    line-height: 1.6em;
}