﻿body {
    background-image: url(../img/1357551.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.orderform {
    width: 700px;
    text-align: center;
    margin: 5% 33%;
    overflow-x: hidden;
    border: solid 3px ##052358;
    box-shadow: 0 7px 25px #1a00ff !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.col-md-4{
    width:100%;
    color:white;
    font-size:35px;
    font-weight:500;
    padding:20px;
}
.input-field {
    font-size: 20px;
    background: rgba(255,255,255,0.2);
   border-radius:10px;
    color:white;
}
.btn{
    margin-top:10px !important;
}
.btn a{
    text-decoration:none;
}

@media (max-width:1080px){
    .orderform {
        margin: 5em 20em 19em 20em !important;
        width:500px;

    }
    body {

    }

}
@media (max-width:760px) {
    .orderform {
        margin: 20em 5em !important;
        width: 500px;
    }


}
@media (max-width:580px) {
    .orderform {
        margin: 10em 3em 2em 3em !important;
        width: 300px;
    }
}
.text-danger{
    font-size:20px;
}