     .form-control{
     width:auto !important;
     border-radius:0 !important;
     }
    #place_order{
    color: #fff !important;
    background-color: #498bf5 !important;
    border-color: #498bf5 !important;
    border: 1px solid transparent;
    padding: 0.67rem 1rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
    border-radius: 1.4rem !important;
    margin-bottom: 40px;
    }
    .jumbotron {
        margin-bottom: 0px !important; 
        background-color: white !important;
    }
    .form-control:disabled, .form-control[readonly] {
        cursor:no-drop;
    }
    .jumbotron p {
            font-size: 17px !important; 
    }
     .jumbotron h3{
            font-size: 21px !important; 
    }
    #itemid{
        margin-left:0 !important;
        padding-left:0 !important;
    }
    .required:after {
  content:"*";
  color:red;
}
#col_layount{
    /*width:50%;*/
    margin-right: 35px;
}
#row_layout
{
    margin-bottom: 15px;
}