body  {
	color: white;
	font-family: Arial;
	font-size: 12px;
}

.head {
    padding: 10px 20px;
}
.head .right {
    color: #c89d64;
    text-transform: uppercase;
    float: right;
    font-size: 24px;
    margin: 14px 6px;
}
.body {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
	background-size: cover;
	min-height: 680px;
    padding-top: 70px;
}

body > .body > .container {
    max-width: 600px;
    background: rgba(0,0,0,0.8);
    padding: 20px 30px 30px;
}

header {
    font-size: 24px;
	text-align: center;
	text-transform: uppercase;
}

.formWrapper .col-md-10 {
    float: none;
	margin: 0 auto;
}

input[type="image"] {
    margin-top: 10px;
}

.intro {
    font-size: 14px;
    margin-bottom: 12px;
    margin-top: -4px;
}
.form-group {
    margin-bottom: 22px;
}
.form-checkbox .form-group {
    margin-bottom: 6px;
}
hr.hr_bottom {
    margin-bottom: 12px;
}
.txt_select_date {
    margin-bottom: 4px;
}
.mentions {
    color: #777777;
    font-size: 10px;
    margin-top: 12px;
}

.submit {
    background-image: url(../images/submit.png);
    background-repeat: no-repeat;
	cursor: pointer;
    height: 49px;
    margin: 20px auto 0;
	width: 129px;
}

.form-checkbox.label-blocks .glyphicon.form-control-feedback {
    top: -9px;
    right: 14px;
}


@media (max-width: 950px) {
	.logo {
		width: 133px;
	}
	.head .right {
	    font-size: 16px;
		margin: 3px 0;
	}
	.form-group {
		margin-bottom: 14px;
	}
	
	.form-checkbox.label-blocks .glyphicon.form-control-feedback {
		top: -29px;
	}
}






/*** GENERIC ELEMENTS ***/
.textcenter { text-align: center; }
.mini { font-size: 11px; }
.clear { clear: both; }
.toupper { text-transform: uppercase; }

input[type=checkbox], input[type=radio] {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
    display: inline-block;
    height: 20px;
    margin-left: 0;
    margin-right: 6px;
    vertical-align: middle;
    width: 20px;
}
input[type=checkbox]:checked:after,
input[type=radio]:checked:after {
    background: url(../images/check.png);
    content: '';
    display: block;
    height: 12px;
    margin: 4px 4px;
    width: 12px;
}
.form-checkbox label > span {
    display: inline-block;
    position: relative;
	top: 3px;
}
.form-checkbox label {
    display: block;
}
.form-inline.form-checkbox label {
	display: inline-block;
    margin-right: 16px;
}
.form-checkbox label, .form-checkbox input {
    cursor: pointer;
}
.label-blocks label {
    display: block;
    margin-bottom: 6px;
}
.form-checkbox {
    position: relative;
}
.form-checkbox .form-control-feedback {
    top: -2px;
}
.has-error input[type="radio"],
.has-error input[type="checkbox"] {
    border: 1px solid #a94442;
}

/*** BOOTSTRAP CHANGES ***/
span.glyphicon.glyphicon-remove.form-control-feedback,
span.glyphicon.glyphicon-ok.form-control-feedback {
    display: none;
}
.has-error span.glyphicon.glyphicon-remove.form-control-feedback {
    display: block;
}
.has-success span.glyphicon.glyphicon-ok.form-control-feedback {
    display: block;
}
.has-error .form-control {
    color: #a94442;
}
label {
	margin-bottom: 0px;
}