body{     
	width: 100%;
    height: 100%;
    overflow: auto;
    background: #FFF;
}
.login-form {
    width: 390px;
    border: 0px solid #777;
    position: absolute;
    right: 40px;
    top: 45px;
    border-radius: 3px;
    background-color: #E1F2FC;
}
.login-form form {
    border: 1px solid #ddd;
    border-radius: 3px;
}
.login-form form .error-msg{
	margin:5px 0;
	text-align:left;
	color:#a94442;
	font-weight:bold;
}
.login-form form img {
    margin-bottom: 18px;
}
.login-form form .profile {
    border-radius: 999px;
}
.login-form form .top {
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
    text-align: center;
}
.login-form form .top .icon {
    height: 100px;
    width: 100px;
}
.login-form form .top h1, .login-form form .top h4 {
    margin: 0;
}
.login-form form .top h1 {
    color: #37363e;
    font-family: "Montserrat",sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin-top: -14px;
}
.login-form form .top h4 {
    color: #76757b;
    font-size: 15px;
    font-weight: normal;
}
.login-form form .form-area {
    padding: 15px 25px
}
.login-form form .form-area .group {
    margin-bottom: 20px;
    position: relative;
}
.login-form form .form-area .form-control {
    height: 40px;
    padding-left: 38px;
}
.login-form form .form-area .fa {
    color: #c3c3c3;
    font-size: 16px;
    left: 13px;
    position: absolute;
    top: 11px;
}
.login-form form .form-area .btn {
    font-weight: 600;
    height: 42px;
}
.login-form form .form-area .checkbox {
    margin-bottom: 20px;
}
.login-form .footer-links {
    color: #76757b;
    padding: 10px 5px;
}
.login-form .footer-links a {
    color: #76757b;
}
.login-form .footer-links a:hover {
    color: #37363e;
}
.checkbox-primary input[type="checkbox"] {position: relative;margin-left:0px;}
.checkbox-primary label{padding-left: 0px;}

.login-head {
    height: 63px;
    margin: auto;
    position: relative;
    width: 980px;
}
.lg_title_wsbs {
    height: 70px;
    font-size: 30px;
    line-height: normal;
    color: #454e59;
}
.cont_middle {
    height: 470px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.bg01 {
    background: #39A6EC /* url(../images//bg.jpg) no-repeat center 0 */;
}
.login-warp {
    position: relative;
    margin: 0 auto;
    width: 980px;
}
.login-footer {
    border-top: 0px solid #E1E1E1;
    margin-top: 0px;
    overflow: hidden;
    padding: 15px;
}
.login-footer p {
    width: 100%;
    text-align: center;
    line-height: 23px;
    color: #949494;
}

.box {
    width: 67px;
    float: left;
    left: 250px;
    margin-left: 1px;
    margin-right: 1px;
    position: absolute;
    background: #39A6EC;
    color: #fff;
    padding: 4px;
    margin: 11px;
    white-space: nowrap;
    border-radius: 5px;
}
.box:after {
    content: " ";
    position: absolute;
    height: 0;
    width: 0;
    left: 66px;
    border: solid transparent;
    pointer-events: none;
    border-width: 12px;
    border-color: #E1F2FC;
}
.pointer--right {
    animation: animate-pointer--right 500ms ease-in-out;
    transform-origin: right center;
}
.pointer--right:after {
    border-left-color: #39A6EC;
    top: 2px;
    right: -32px;
}
.pointer--right p{
	margin:0;
}
iframe:first-child{
transform:scale(0.7);
-ms-transform:scale(0.7); 	/* IE 9 */
-moz-transform:scale(0.7); 	/* Firefox */
-webkit-transform:scale(0.7); /* Safari 和 Chrome */
-o-transform:scale(0.7); 	/* Opera */
}
.login-tips{
    margin-top: 360px;
    margin-left: 500px;
}