@charset "UTF-8";
body,
html {
    height: 100%;
    /*     background-color: #b8e5fc; */
    background: url("../../img/sys/login/bg-login.jpg") center no-repeat #1988cb;
}

.navbar-default {
    background-color: #fff;
}

.navbar-brand {
    padding: 0px 15px
}

.navbar-default .navbar-text {
    color: #000;
}

.login-img {
    height: 260px;
    background: url("../../img/sys/login/img.png") center no-repeat;
    background-size: contain;
}

.login-wrap {
    border: 10px solid #5cadda;
    height: 320px;
    width: 640px;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 300px;
}

.btn-default {
    color: #fff;
    background-color: #0858a2;
}

.btn-default:hover {
    outline: 1px solid #0858a2;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: #337ab7;
}

.login-title {
    position: absolute;
    right: -15px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 140px;
    top: -30px;
    background-color: #db6100;
    float: right;
}
#lookCode{
	position: absolute;
	cursor: pointer;
    width: 30px;
    height: 30px;
    right: 350px;
    bottom:-5px;
}

#googleGo {
	position: absolute;
	cursor: pointer;
    width: 30px;
    height: 30px;
    right: 130px;
    bottom:-5px;
}
.googlePic {
	display: inline-block;
	margin-bottom:0px;
}