.container{
    background-image: url("/static/img/b10.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.breadcrumb a{
    color: #fff!important;
}
.breadcrumb .partition{
    color: #fff;
}

.model h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    color: #fff;
}
.check{
    margin-top: 86px;
}
.contect-main {
    width: 600px;
    margin: 0 auto;

}
.form-item-row{
    margin-bottom: 32px;
    display: flex;
}
.input-title{
    display: inline-block;
    font-size: 16px;
    margin-right: 16px;
    align-self: center;
    color: #fff;
}

.form-center{
    display: inline-block;
}
.form-center input{
    width: 400px;
    height: 40px;
    border: 1px solid #e6e6e6;
    padding-left: 16px;
    padding-right: 16px;
    caret-color:#fff;
    background-color: transparent;
    color: #e6e6e6;
    font-size: 14px;
}

.form-btn{
    width: 490px;
    height: 40px;
    background: #fff;
    font-weight: 500;
    border: none;
    color: #000;
    font-size: 18px;
    outline: none;


}

.form-center textarea{
    width: 480px;
    height: 100px;
    font-size: 14px;
    border: 1px solid #fff;
    padding: 10px 16px;
    caret-color:#e6e6e6;
    background-color: transparent;
    color: #fff;
}

.order-query-main{
    width: fit-content;
    width: -moz-fit-content;
}

.form-item-btn-row{
    margin-top: 44px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #E6E6E6;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #E6E6E6;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #E6E6E6;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #E6E6E6;
}
