body {
	color:#4D4D4D;
	font-size: 18px;	
}


.wrapper {
	float: center; 
	margin: 0 auto; 
	width: 100%;
	max-width: 964px;
	background-image: url(../../../images/competitions/petrol2019/6/Background_1.png); 
	background-repeat: no-repeat;
	min-height:894px;    
    padding: 10px 0px 0px 15px;
    position: relative;
    background-color: #d4d4d4;
}


.wrapper-error {
	float: center; 
	margin: 0 auto; 
	width: 100%;
	max-width: 964px;
	min-height:950px;    
    padding: 10px 20px 10px 20px;
    position: relative;
    text-align: center;
}


.img-header {
	margin: 250px auto 0 auto;
}

.form-wrapper {
	margin-top: 235px;
 	border-radius: 25px;
    border: 2px solid white;    
    padding: 20px;  
    font-size: 11.8px;
    background-color: #00748D;	 
}


.form-wrapper a{
	color: white;	
	text-decoration: underline;
}

.link-success {
	text-decoration: none !important;
}

.link-error {
	color: red !important;
}


.footer-wrapper {
	border-radius: 15px;
    border: 0px solid black;    
    padding: 10px;  
    font-size: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 5px -5px 0px 15px;
    color: black; 
}

.row {	
	padding-bottom: 7px;
	margin-right: 0 !important;
}

.label-brand {
	color: white;
	padding-right: 5px;
	padding-left: 5px;
    background-color: #E31228;
}

.btn-submit {
    background-color: #E31228;
    border-color: #E31228;
    width: 92%;
    white-space: normal;
}


.btn-submit:hover, 
.btn-submit:focus,
.btn-submit.focus,
.btn-submit:active,
.btn-submit.active,
.btn-submit:active:hover,
.btn-submit.active:hover,
.btn-submit:hover,
.btn-submit:active:focus,
.btn-submit.active:focus,
.btn-submit:active.focus,
.btn-submit.active.focus {
    background-color: #E31228;
    border-color: #E31228;
}

h1 {
	margin-top: 70px;
	font-size: 40px; 
	font-weight: 700;
	color:#4D4D4D;
}

.help-block {
    display: none;
}

.red {
    color: #DC143C !important;;
}

.green{
    color: #5FB404;
}


.modal-header-competition {
    color:#fff;
    padding:20px 15px;
    border-bottom:1px solid #eee;
    background-color: #203278;
    -webkit-border-top-left-radius: calc(0.3rem - 1px);
    -webkit-border-top-right-radius: calc(0.3rem - 1px);
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: calc(0.3rem - 1px);
     border-top-right-radius: calc(0.3rem - 1px);
}


.modal-header-competition-success {
	background-color: #4c9d2f;	
}

.modal-header-competition-error {
	background-color: #d9534f;	
}

div .col-xs-7.col-sm-6.col-md-7 {
	width: 100% !important;
} 

.main {
	margin-top: 15px;
}

@media(max-width:964px){
    .wrapper {  
    	background-size:100%;
    	background-image: url(../../../images/competitions/petrol2019/6/Background_2.png);
    }    
    .col-md-7 {
    	left: 0;
    }
    .form-wrapper {
    	margin-top: 225px;
    	font-size: 10.5px;
    }
    .img-responsive {
    	visibility: hidden;
    }
    #submit-button {
    	font-size: 12px;
    }
}


@media(max-width:767px){
	
	.wrapper {
		background-image: url(../../../images/competitions/petrol2019/6/Background_3.png); 
	}
	
	.form-wrapper {
		margin-top: 32px;
    }
    
	.form-div {
		padding: 0px;
	}
    
	.footer-wrapper {
		min-height: 0px;
		margin-left: 0px;
		margin-right: -15px;
	}
	
	.img-roundel {
		margin: 0 auto;
	}
	
	.img-header {
		margin: 500px auto 0 auto;
	} 
	
	.img-responsive {
    	max-height: 15em;
    }
}

@media(max-width:600px){
	.img-responsive {
    	max-height: 9em;
    }
	}

@media(max-width:380px){
        
    .img-header {
		margin: 250px auto 0 auto;
	} 
	
	.img-responsive {
    	max-height: 5em;
    }
}


