.container{
    background-image: url("/static/img/test_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.wrapper{
    flex: 1;
    position: relative;
}
.breadcrumb{
    display: none;
}

.model h2{
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    color: #1a1a1a;
/*    text-shadow: 0px 0px 10px #000000;*/
    margin-bottom: 15%;
}
.check{
    position: absolute;
    top: 0;
    left: 0;

}

.form-item-row{
    margin-bottom: 32px;
    display: flex;
}

.form-item-row:last-child{
    margin: 0;
}
.input-title{
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
    align-self: center;
    background: #fff;
}

.form-center{
    display: inline-block;
}
.form-center input{
    width: 320px;
    height: 40px;
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    padding-left: 16px;
    padding-right: 16px;
    caret-color:#1a1a1a;
}

.form-btn{
    width: 416px;
    height: 40px;
    background: #1A1A1A;
    border-radius: 20px;
    border: none;
    color: #fff;
    font-size: 18px;
    outline: none;
}

.form-center textarea{
    width: 490px;
    height: 100px;
    border-radius: 6px;
    border: 1px solid #E6E6E6;
    padding: 10px 16px;
    caret-color:#1a1a1a;

}

.order-query-main{

}

.contect-form{
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
    padding-top: 50px;
/*    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);*/
}

.form-back-card{
    background: url("/static/img/form-bg.png") no-repeat;
    background-size: cover;
    width: 660px;
    height: 570px;
    overflow: hidden;
}
