@import url('https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700&display=swap');

body {
	font-size: 0.9rem;
	line-height: 1.4;
	background-color: #053d72;
}

.main-container {
	margin-top: 35px;
	background-image: url("../img/background.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #013686;
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0,0.8);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .8);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .8);
	position:relative; 
	min-height: 620px;
}

.thankyou-container {
	margin-top: 35px;
	background-color: #FFF;
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0,0.8);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .8);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .8);
}

h1{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	color: #FFF;
	text-shadow: 0px 0px 8px #000;
}

h1 span{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #74ab29;
}

.p2h1{
	font-size: 30px;
}

.p2h1span{
	font-size: 25px;
	color: #d2681c;
	display: block !important;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 15px;
	text-shadow: 0px 0px 3px #000;
	color: #FFF;
	padding-top: 15px;
}

h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 30px;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	color: #FFF;
	padding-top: 30px;
	padding-right: 30px;
}

h4 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 15px;
	text-shadow: 0px 0px 3px #000;
	color: #FFF;
	padding-top: 15px;
	text-align: center;
}

.customer {
	font-style: italic;
	padding-left: 35px;
}

.content-container {
	margin-top: 20px;
}

.container-footer {
	background-color: rgba(204, 147, 118, 0.86);
	margin-top: 25px;
}

.container-footer-p2 {
	position: absolute;                  
	bottom: 0; 
	width: 100%;
	margin-top: 0px;
}

.container-footer-p2 ul{
	margin-bottom: 80px;
	margin-left: 25px;
}

.container-footer-p2 li{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 25px;
	text-shadow: 2px 2px 5px #000;
	color: #FFF;
	line-height: 28px;
	padding-top: 10px
}

.form-container {
	width: 100%;
	padding-top: 10px;
	z-index: 10;
}

.form-header {
    color: #006600;
    padding-top: 30px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 25px;
    font-weight: 700;
	line-height: 25px;
}

.form-header-p2 {
    padding: 0;
}

.form-box {
	border-radius: 25px;
	background-color: rgba(255, 255, 255, 0.9);
	overflow: hidden;
	width: 100%;
	padding: 0px 15px 0px 15px;
}

.form-box-p2 {
	margin-bottom: 30px;
}

.form-group {
    margin-bottom: 0.5rem;
}

.form-group-p2 {
    margin-bottom: 0rem !important;
}

.control-label {
    margin-bottom: 3px;
    font-size: 12px;
    padding-left: 5px;
}

.submit-btn {
	color: #fff;
	background-color: #d6681e;
	background-image: linear-gradient(#fbb687, #d6681e);
	border: 2px solid #a3490d;
	font-family: 'Oswald', sans-serif;
    font-size: 22px;
	line-height: 30px;
    font-weight: 700;
	text-shadow: 0px 0px 3px #000;
	margin-bottom: 15px;
	margin-top: 10px;
}

.arrow-container {
	position: absolute;
	z-index: 999;
	width: 100%;
	padding-top: 100px;
}

.arrow-container img {
	margin-right: -35px;
}

.label-error {
    color: #FF0000;
    font-weight: bold;
}

.form-control-error {
    border: 1px solid #FF0000 !important;
}

.disclaimer {
	font-size: 10px;
	line-height: 11px;
	margin-bottom: 20px;
}

.disclaimer a{
	color:#000;
	font-weight: 600;
}

.copyright-container {
	text-align: center;
	font-size: 11px;
	color: #FFF;
}

.copyright-container a {
	text-decoration: underline;
	color: #FFF;
}

.copyright-container a:hover {
	color: #FFF;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ccc !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ccc !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ccc !important;
}

@media (min-width: 576px){
	
	h4 {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.content-container {
		margin-top: 40px;
	}

	.main-container {
		border-top-right-radius: 45px;
		border-bottom-left-radius: 45px;
	}
	
	.container-footer {
		border-bottom-left-radius: 45px;
	}
	
	.form-box {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	
}

@media (min-width: 768px){
	
	h1{
		font-size: 45px;
	}
	
	h1 span{
		font-size: 45px;
	}

	.p2h1{
		font-size: 25px !important;
	}
	
	.p2h1span{
		font-size: 30px !important;
	}
	
	h2 {
		font-size: 20px;
		padding-left: 30px;
	}
	
	h4 {
		font-size: 20px;
	}
	
	.form-header {
    	font-size: 30px;
		line-height: 30px;
	}
	
}

@media (min-width: 992px){
	
	h1{
		font-size: 28px;
		text-align: left;
		padding-left: 25px;
	}
	
	h1 span{
		font-size: 45px;
	}
	
	.p2h1{
		font-size: 25px !important;
	}
	
	.p2h1span{
		font-size: 35px !important;
	}
		
	.form-container {
		margin-top: 25px;
		position: relative;
	}

	.form-header-p2 {
    	padding: 20px 20px 10px 20px;
		font-size: 16px;
	}	
	
	.container-footer {
		position: absolute;                  
   		bottom: 0; 
		width: 100%;
		margin-top: 0px;
	}
	
}

@media (min-width: 1200px){
	
	.main-container {
		min-height: 750px;
	}
		
	h1{
		font-size: 40px;
	}
	
	h1 span{
		font-size: 60px;
	}
	
	.p2h1{
		font-size: 30px !important;
	}
	
	.p2h1span{
		font-size: 45px !important;
	}
	
	.content-container {
		margin-top: 40px;
	}
}