body, html {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    background: url("../images/loginbg.png") no-repeat center;
    background-size: cover
}

.slideBox {
    width: 300px;
    height: 335px;
    margin-right: 229px;
    margin-top: 120px;
    background: #fff;
    float: right;
    padding: 0 20px;
    font-size: 18px;
    border-radius: 5px;
}

.slideBox h4 {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #eee
}

.slideBox input {
    border: 0;
    height: 100%;
    outline: 0;
    font-size: 14px
}

.text, .codeText, .loginCode {
    width: 100%;
    line-height: 40px;
    border: 1px solid #d2d6d9;
    margin-top: 20px;
    position: relative;
    border-radius: 3px
}

.text span {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 15px;
    background: url(../images/phone.png) no-repeat 0 center;
    background-size: contain
}

.codeText {
    width: 60%;
    display: inline-block
}

.codeText input {
    width: 64%
}

.codeText span {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 15px;
    background: url(../images/password.png) no-repeat 0 center;
    background-size: contain
}

.getCode {
    float: right;
    padding: 10px;
    background: #49a0d6;
    color: #fff;
    margin-top: 20px;
    border-radius: 3px
}

.loginCode {
    margin-top: 40px;
    border-radius: 5px;
    color: #fff;
    line-height: 50px;
    background: #49a0d6;
    font-size: 22px;
}