﻿* {
    outline: none
}

body {
    font-family: "微软雅黑";
    font-style: normal;
    margin: 0;
    overflow-x: hidden;
    color: #000000;
    font-weight: 300;
    background-color: #002046;
    position: relative;
    min-height: 100%;
    text-align: center
}

html {
    position: relative;
    min-height: 100%;
}


a:focus, a:hover {
    text-decoration: none
}

a.link {
    color: #000000;
}

a.link:focus, a.link:hover {
    color: #000000
}

.topbar {
    min-height: 70px;
    padding: 0px;
    position: relative;
    line-height: 65px;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    text-align:left;
    padding-left: 40px
}

#main-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 100%
}

.page-wrapper {
    position: relative;
    text-align:center;
}

.divcenter {
    text-align:center;
}

.login_col {
    width: 610px;
    max-width: 610px;
}

.login_cen {
    width: 100%;
    height:600px;
    text-align: left;
    background-color: #ffffff;
}

.login_cen2 {
    width: 100%;
    height: 440px;
    padding: 20px 20px 0px 20px;
}

* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.input-md {
    width: 150px;
    max-width: 150px;
}

.loginhr {
    border: 2px solid #0069d9;
}

.logintitle {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    padding-left: 40px
}

.logincen {
    padding-top:65px;
    color: #000000;
    text-align: center;
}

.input-lg {
    width: 210px;
    max-width: 210px;
}


.input-lg2 {
    width: 570px;
    max-width: 570px;
}