@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS Example 8.8.2
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

body {
  padding-top: 20px;
  background: url(/sites/all/themes/newburlan/new_images/body-bg.png);
  color:#333;
}

.form-input {
	text-align: center;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h2, h3, h4 {
	text-align: center;
  font-family: 'PT Sans Narrow',"Arial Narrow",Arial,Helvetica,sans-serif;
  font-weight:700;
  padding-bottom:10px;
}

h2 {
  color:#ff0001;
}

.form-data {
    margin: 0 auto;
    width: 600px;
    padding: 20px;
    border: 1px solid #333;
    border-top-width: 3px;
  border-bottom-width: 3px;
  background: #fff url(/sites/all/themes/newyburlan/new_images/bg-18.png) repeat-x;
}

@media screen and (max-width: 550px) {
    .form-data {
        width: 290px;
    }
    
    .submit-order {
        font-size: 11px;
    }
    
}

.row-from-data {
	text-align: center;
}

.relative-input {
	display: none;
}

.submit-order {
    width: 80%;
outline: none !important;
margin-bottom: 10px;
margin-right: 10%;
margin-left: 10%;
}

.btn-success {
  font-weight: 700;
font-size: 20px;
background-color: #FF0001;
border:none;
border-bottom:2px solid #fff;
font-family: 'PT Sans Narrow',"Arial Narrow",Arial,Helvetica,sans-serif;
letter-spacing: 3px
}

.btn-success:hover {
  background-color: #FF0001;
  border-bottom:2px solid #444;
}

.d-none {
  display: none;
}