@charset "utf-8";

/* login header */
html,body {
    width: 100%;
    height: 100%;
}
body {
    background: url(../images/login/login.png) no-repeat;
}

#login {
    height: 100%;
}

.login-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 800px;
    height: 160px;
    margin: 0 auto;
}

.login-header p {
    font-size: 30px;
    color: #fff;
    padding-left: 30px;
}

.login-header img {}


/* login content */

.login-content {
    width: 400px;
    height: 450px;
    margin: 30px auto 0 auto;
    text-align: center;
}

.login-content .title {
    width: 400px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    margin-bottom: 20px;
    border-bottom: 2px solid #c3e5f5;
}

.login-content .text-p {
    width: 400px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: red;
}

.login-content .input-box {
    width: 380px;
    height: 60px;
    position:relative;
}

.login-content .input-box.active {
    margin-top: 20px;
}

.login-content .input-box input {
    width: 280px;
    height: 40px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 38px;
    border-radius: 4px;
    border: 1px solid #c3e5f5;
}
.login-name-text{
	display: inline-block;
    width: 100px;
    text-align: right;
    font-size:14px;
}
.login-content .input-box img {
    width: 18px;
    height: 18px;
    position: relative;
    left: 32px;
}

.login-content button {
    width: 400px;
    height: 46px;
    font-size: 18px;
    border-radius: 14px;
    margin-top: 30px;
    background: #0098ff;
    color: #fff;
}
.login-content button.check-button{
	font-size: 12px;
    height: 42px;
    border-radius: 4px;
    width: 90px;
    margin-top: 0;
}
.login-content button.check-button:disabled{
	background:#ccc;
}
#ehong-code-tip-ck{
	display:none;
}
#ehong-code{
	position: absolute;
    top: 0;
    right: 22px;
    height: 37px;
    line-height: 36px;
}
#ehong-code font{
	font-size: 20px;
}
.input-box-read{
	text-align: left;
}
.input-box-read input[type="checkbox"]{
	width: 16px;
    height: 16px;
    margin-left: 38px;
}
