.containers{
  width: 1200px;
  margin: 0 auto;
  padding-top: 38px;
  padding-bottom: 35px;
}
.box{
    height: 747px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
}
.box>img{
    margin-top: 80px;
    margin-bottom: 50px;
}
form>div{
    width: 557px;
    height: 56px;
    margin: 0 auto 25px;
    position: relative;
}
form>div input{
    width: 555px;
    height: 54px;
    border: 1px solid #ccc;
    text-indent: 45px;
}
form>div img:nth-child(2){
    position: absolute;
    top: 17px;
    left: 17px;
}
form>div img:nth-child(3){
    position: absolute;
    top: 1px;
    right: 1px;
}
form>div:nth-child(3) a{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 14px;
}
form>div:nth-child(4){
    height: 20px;
}
form>div:nth-child(4) a{
    color: #3664e3;
}
form>div:nth-child(5) input{
    text-indent: 0;
    width: 245px;
    height: 55px;
    background: #236be7;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}