*{
    margin:0;
    padding:0;
}
html,body{
    width: 100%;
    height: 100%;
}
#test {
    width: 100%;
    height: 100%;
    background-image: url('../img/login.png');
    background-size: 100% 100%;
}
.form {
    position: absolute;
    top: 280px;
    left: 107px;
}
.title{
    width: 446px;
    height: 49px;
    font-size: 32px;
    font-weight: 500;
    color: rgba(48,65,86,1);
    line-height: 50px;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 49px
}

.form-input{
    position: relative;
    display: flex;
    width: 418px;
    height: 50px;
    border-radius: 3px;
    font-size: 18px;
    color: rgba(122,135,151,1);
    margin-bottom: 29px;
}

.form-input-bg{
    background: rgba(246,250,255,0.91);
}
.form-input-top {
    margin-top: 59px;
}
.input-img{
    line-height: 48px;
}

.input-img img{
    margin-left: 10px;
}
.input-area{
    float: left;
    line-height: 50px;
}
.input-area input{
    width: 100%;
    border: none;
    background: rgba(0, 0, 0, 0);
    height: 100%;
    font-size: 16px;
    margin-left: 10px;
}
.code-area{
    float: left;

    background: rgba(246,250,255,0.91);
}
.code-area-width {
    width: 218px;
}
.pw-area-width {
    width: 307px;
}
.code-area input{
    width: 100%;
    border: none;
    background: rgba(0, 0, 0, 0);
    height: 100%;
    font-size: 16px;
    margin-left: 10px;
}
.draw-css{
    float: right;
    width: 152px;
    height:50px;
    background:rgba(213,234,255,1);
    border-radius:3px;
    text-align: center;
    margin-left: 14px;
    cursor: pointer;
    font-size: 16px;
}

.button{
    width: 100%;
    height: 100%;
    border-radius:3px;
    font-size:20px;
    font-weight:400;
    line-height:30px;
}
.layui-layer-tips{
    width: 260px!important;
    text-align: center;
}

.form-area{
    width: 416px;
    height: 50px;
    line-height: 50px;
    padding-left: 17px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(96,98,102,1);
    cursor: pointer;
    border: 1px solid rgba(221,223,230,1);
}
.form-area-bottom {
    margin-bottom: 29px;
}
.form-button{
    float: right;
    height: 36px;
    line-height: 36px;
    margin: 38px 30px 0px 0px;
}
.pwd-css{
    float: right;
    width: 72px;
    height:50px;
    border-radius:3px;
    text-align: right;
    cursor: pointer;
    color: #1E9FFF;
    font-size: 14px;
}
.iconfont {
    font-size: 20px;
}
.show {
    font-size: 16px;
}
.input-check {
    background-color: #ECF1FC;
    border-color: transparent;
}
.display-style {
    display: none;
}
.layui-btn-primary {
    background-color: #F7FBFF;
    color: #3396FA;
    border: none;
}