body {
    padding: 50px;
    font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
    color: #00B7FF;
}

#verify {
    float: left;
    margin-right: 15px;
    width: 70%;
}

#yzm {
    cursor: pointer;
}

.login-box-msg {
    color: red;
	font-size: 14px;
}

.login-page {
    width: 100%;
    background: url("/static/images/Bitmap.png") no-repeat;
}

.login-logo a {
    color: #fff;
}

.headerNav a {
    width: 200px;
    height: 40px;
    line-height: 36px;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    border-bottom: none !important;
}

.headerLogin {
    font-size: 0;
}

.headerLogin>div {
    width: 50%;
    height: 380px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.headerLogin>div img {
    max-width: 100%;
    height: auto;
}

.headerText {
    margin-bottom: 30px;
    font-size: 12px;
    text-align: center;
    float: none;
    width: 100%;
    height: auto;
    padding: 30px 0 60px 0;
    box-sizing: border-box;
}
.headerText p{
    color: white;
    margin: 0;
    margin: 10px 0 0 0;
}

.headerBox {
    width: 100% !important;
    height: auto;
}

.headerBox .headerNav>a {
    width: 30%;
}

.headerBox .form-control- {
    font-size: 16px;
}

.headerBox .login-box-msg {
    font-size: 14px;
}

.headerBox .headerLogin>div {
    width: 100%;
    height: auto;
}

.headerBox .headerLogin>div:first-of-type {
    border-right: none !important;
    border-bottom: 1px #979797 solid;
}