body {
    background-color: #e1f0f9;
}
a {
    color: #369;
    outline: medium none;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
#ajax-hook {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
}
em {
	font-style: normal;
}
.icon-warn {
    margin-right: 18px;

}
.icon-warn:before {
    content: '';
    background: url(../images/warn.png) no-repeat top left;
    position: absolute;
    top: -3px;
    z-index: 2;
    width: 20px;
    height: 20px;
}


.main{
    box-sizing: border-box;
    height: 100vh;
    background: url(../images/reg-bg.jpg) no-repeat center;
    background-size: 100% 100%;
    position: relative;
}
.box{
    background-color: #ffffff;
    width: 460px;
    left: 50%;
    margin-left: -230px;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    padding: 65px 0 30px 0;
    position: fixed;
    top: 15%;
}
.box .head-logo {
    position: absolute;
    top: -47px;
    left: 116px;
}

.box .p-input, .find_password .p-input {
    padding: 5px 0;
    height: 44px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    width: 340px;
    margin: 0 auto 16px;
    line-height: 14px;
    display: block;
    position: relative;
}
.box label, .find_password label {
    font-size: 14px;
    position: absolute;
    display: inline-block;
    color: #cacaca;
    top: 22px;
}
.box input, .find_password input {
    outline: none;
    border: none;
    z-index: 5;
    position: absolute;
    top: 13px;
    width: 340px;
    background-color: transparent;
    font-size: 20px;
}
.box .tel-warn {
    position: absolute;
    color: #ea5d5f;
    font-size: 12px;
    right: 0;
    top: 22px;
}
.hide {
    display: none !important;
}
.box .tel-warn i {
    display: inline-block;
    vertical-align: middle;
    color: #ea5d5f;
    font-size: 16px;
    margin-top: -3px;

}
.box .r-forget {
    width: 340px;
    margin: 0 auto;
    zoom: 1;
}
.box .r-forget:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.box .r-forget a {
    font-size: 12px;
    color: #8d8d8d;
}
.box .lang-btn {
    width: 340px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 20px auto;
    display: block;
    border-radius: 5px;
    cursor: pointer;
    background-color: #42a5f5;
    border: none;
    letter-spacing: 1px;
    overflow: hidden;
}
.box .lang-btn.off {
    color: #a0a0a0;
    background-color: #e5e5e5;
}
.box .error {
    color: #ea5d5f;
    font-size: 12px;
    top: -5px;
    right: 0;
    position: absolute;
}
.box .send:hover {
    color: #3895e8;
}
.box .send {
    color: #969696;
    position: absolute;
    right: 0;
    top: 24px;
    z-index: 10;
}
