*{
    margin: 0;
    padding: 0;
}
.clearfix::after,
.clearfix::before{
    clear:both;
    content:"";
    display: block;
}
.one{
    background: url("../img/login.jpg") no-repeat;
    background-size: 100% 100%;
    height: 774px;
}
form{
    height: 670px;
    width: 420px;
    background: white;
    float: right;
    margin: 5%;
}
.box h1{
    font-size: 60px;
    text-align: center;
    height: 80px;
    line-height: 80px;
    padding-top: 20px;
}
a{
    text-decoration: none;
    color: #4470ff;
}
.box{
    width: 360px;
    margin: auto;
}
.font p:nth-of-type(1){
    text-align: center;
    font-size: 18px;
}
.font p:nth-of-type(2){
    text-align: right;
    color: #4470ff;
}
.two{
    border: 2px solid #dedfe0;
    margin-top: 10px;
}
input:focus,
select:focus{
    outline: none;
}
.two input,select,.two1 input{
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    border: 0;
}
select{
    padding: 0px 10px;
}
.two1{
    border: 2px solid #dedfe0;
    margin-top: 10px;
}
.two1 p{
    float: right;
    height: 30px;
    line-height: 30px;
    color: #4470ff;
    margin: 10px 0px;
    padding:0px 10px;
    border-left: 2px solid #dedfe0;
}
.two1 input{
    padding-left: 10px;
}
.two2{
    text-align: right;
}
.two2 p{
    height: 50px;
    line-height: 50px;
    color: #666;
}
.two3 p{
    background: #4470ff;
    color: white;
    height: 48px;
    line-height: 48px;
    text-align: center;
}
.two4 p{
    color: #4470ff;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #4470ff;
    margin: 15px 0px; 
}
.two5 p:nth-of-type(1){
    color: #999;
    font-size: 15px;
}
.two5 p:nth-of-type(2){
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
}
.two6{
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #999;
    font-size: 15px;
    position: relative;
}
.two6 span:nth-of-type(1){
    display: block;
    width: 130px;
    height: 1px;
    background: #999;
    position: absolute;
    top: 25px;
    left: 0px;
}
.two6 span:nth-of-type(2){
    display: block;
    width: 130px;
    height: 1px;
    background: #999;
    position: absolute;
    top: 25px;
    right: 0px;
}
.two7{
    text-align: center;
}
.two7 i{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: #8497ff;
    color: white;
    margin: 0px 10px;
}
footer{
    height: 223px;
    background: #f7f7f7;
}
footer p{
    text-align: center;
}
footer p:nth-of-type(1){
    padding-top: 130px;
}
footer p:nth-of-type(2){
    padding-top: 10px;
    color: #9d9d9d;
}
footer i{
    padding: 0px 20px;
}