@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,700');

body {
	background: #0A164C;
    color: #011e51;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 22px;
	}
h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-weight: 400;
    margin: 0 0 25px;
    text-transform: uppercase;
}
h2 {
    color: #0a164c;
    font-size: 22px;
    margin: 15px 0px;
}
header {
	background: #252F60;
	padding: 10px 0px;
	margin-bottom: 20px;
	}
footer {
    color: #fff;
    opacity: 0.4;
	padding: 10px 0px;
	text-align: center;
	}
.inner {
	background: #fff;
	padding: 10px 20px;
	}
label {
    display: inline-block;
    font-weight: 400;
}
.form-horizontal .checkbox {
    padding-top: 0px;
}
fieldset {
    margin: 0;
}
form.mtb {
    background: rgba(0, 0, 0, 0) url("../img/mtb.png") no-repeat right top;
}
.form-group {
    margin-bottom: 5px;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background-color: #0081C6;
    border-color: #0081C6;
    background: #0081C6;
    border: 1px solid #0081C6;
    border-radius: 0;
    color: #fff;
    padding: 10px 20px;
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-weight: 400;
    line-height: 22px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.1s ease-in-out 0s;
}
.formRed {
    color: #f4a62b;
    font-weight: bold;
}
.has-error .form-control {
    border-color: #f4a62b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #f4a62b;
}
.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 18px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #f1a42b;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.has-error .form-control:focus {
    border-color: #f1a42b;
	-webkit-box-shadow: none;
	box-shadow: none;
}
small {
	opacity: 0.5;
}
.formError {
    color: #f1a42b;
    font-weight: normal;
    font-size: 10px;
}