*{
    margin: 0;
    padding: 0;
}
body{
    background-image: url("../image/orderbg.jpg");
    background-repeat:no-repeat;
    background-size:100%;
    overflow: hidden;
}
.box{
    width: 400px;
    height: 332px;
    background-color: rgba(31, 145, 185,0.1);
    margin-left: 320px;
    margin-top: -10px;
    border-radius: 2px;


}
.box:hover{
    background-color: rgb(31, 145, 185);

}

.title2{
    height: 70px;
    color: white;
    text-align: center;
}
.title2 h1{
    margin: 0 auto;
}
.title2 h3{
    margin: 0 auto;
}



.user{
    height: 200px;
    margin-top: 32px;
    margin-left: 42px;

}
.user span{
    font-size: 20px;
    color: white;
}
.input2{
    margin-top: 15px;
    height: 23px;
    line-height: 23px;
    margin-left: 19px;
}
.user input{
    padding: 3px;
    padding-left: 5px;
    width: 200px;
    height: 23px;
    outline: none;
    font-size: 16px;

}
.btn{
  margin-top: 31px;
  margin-left: 10px;
    width: 55px;
    height: 32px;
    font-size: 19px;


}
.message{
    height: 30px;
    color: white;
    margin-left: 10px;
    margin-bottom: 5px;

}


.header{
    width: 400px;
    height: 70px;
    display: flex;
}
.logo{
    width: 58px;
    height: 58px;
    background-image: url("../image/logo.png");
    background-size: contain;
}
.title{
    width: 300px;
    height: 70px;

}
.title p{
    margin: 0;
    padding: 0;
}
.p1{
    font-size: 31px;
    font-weight: bold;
    color: white;
    line-height: 40px;
}
.p2{
    font-size: 15px;
    font-weight: bold;
    color: white;
    line-height: 19px;

}
