* {
    box-sizing: border-box;
}

body {
    font: 13px/162% "Lucida Grande", "Lucida Sans Unicode", "Microsoft YaHei", "Microsoft YaHei UI", Helvetica, Arial, Verdana, sans-serif;
    padding: 0;
    margin: 0;

    background-color: #f7f7f7;
    /*
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    background-attachment: fixed;
    background-image: url(samespace_login_bg.png);
    */
}

a {
    text-decoration: none;
    color: #2196f3;
}

a:hover {
    color: #1e88e5;
}

input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #e0e0e0;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    width: 100%;
}

.input:focus {
    color: #414848;
}

.captcha_image {
    display: block;
    cursor: pointer;
    height: 100%;
}

.forget_password {
    margin-top: 15px;
    text-align: right;
}

.sign_up {
    text-align: center;
    color: #999;
    margin-top: 10px;
}

.sms-captcha-field,
.sms-login-token-field {
    position: relative;
}

.row .right-btn,
.sms-captcha-field .right-btn,
.sms-login-token-field .right-btn {
    position: absolute;
    right: 1px;
    top: 5px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    border: 0;
    border-left: 1px solid #ddd;
    padding: 0 5px;
    cursor: pointer;
    background: #FFFFFF;
}

.login-panel-container {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.login-panel {
	width: 760px;
	-webkit-box-shadow: 0 5px 10px 0 rgba(28,5,62,.05),0 10px 40px 0 rgba(23,26,53,.05);
	box-shadow: 0 5px 10px 0 rgba(28,5,62,.05),0 10px 40px 0 rgba(23,26,53,.05)
}

.left-panel {
	float: left;
	position: relative;
	width: 340px;
	height: 450px;
	vertical-align: middle
}

.left-panel img {
	z-index: -1;
    width: 340px;
    height: 450px;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px
}

.left-panel .banner-text {
	display: block;
	margin-top: 25px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #fff
}

.right-panel {
	position: relative;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	width: 420px;
	min-height: 450px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.right-panel .signin-content {
	position: relative;
	padding: 0 40px;
}

.right-panel .signin-content.hide {
	display: none
}

.login-menu {
	padding: 0;
    margin: 0 0 20px;
	background: #fff;
	text-align: center;
	line-height: 50px;
	border-bottom: solid 1px #E9E9E9;
	-webkit-border-radius: 0 2px 0 0;
	-moz-border-radius: 0 2px 0 0;
	border-radius: 0 2px 0 0
}

.login-menu>li {
	width: 25%;
	margin: 0 1.5%;
    font-size: 16px;
	text-align: center;
	display: inline-block;
	border-bottom: solid 2px transparent;
	cursor: pointer
}

.login-menu>li.select {
	border-color: #11B4E7;
}

.row {
    margin-bottom: 20px;
    position: relative;
}

.x-btn {
    border-radius: 2px;
    cursor: pointer;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border: 1px solid transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
    letter-spacing: 5px;
}

.x-btn.style-cyan {
    color: #fff;
    background-color: #11B4E7;
    border-color: #11B4E7;
	font-size: 14px;
}

.x-btn:hover {
    opacity: 0.65;
}

.error {
    color: #FF3300;
    font-size: 14px;
}

.hidden {
    display: none;
}

.invalid-msg {
	margin: 15px 0;
	background-color: #FFEEEC;
	color: #E64340;
	border-radius: 3px;
	font-size: 14px;
	padding: 8px 12px
}

.success-msg {
    margin: 15px 0;
	background-color: #cff1de;
    color: #085f2e;
	border-radius: 3px;
	font-size: 14px;
	padding: 8px 12px
}

.qr-box {
	text-align: center;
	font-size: 14px;
}

.qr-header {
    color: #9fa3af;
	margin-top: 20px;
}

.qr-img-container {
	width: 200px;
	margin: 1em auto;
    text-align: center;
	position: relative;
}

.qr-img-container .qr-img {
	width: 100%;
	border: 1px solid #ccc;
}

.qr-invalid-box {
    display: none;
    width: 100%;
	height: 100%;
    margin: 0 auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 0;
    top: 0;
}

.qr-invalid-box p {
    padding: 40px 0 25px;
    color: #fa5b5b;
}

.copyright {
    font-size: 13px;
    color: #999999;
    text-align: center;
    margin: 30px
}

.icon-eye {
    width: 32px !important;
    background: transparent !important;
}
