

body {
    font-family: 'Lato', sans-serif;
    color: white;
}

p{
    font-family: 'Lato', sans-serif;
}

.help-block, .help-inline {
    color: white;
}

#button-continue {
    background: #0b324c;
    border: 3px solid white;
}

.select2-container {
    width: 286px;
    color: #333333;
}


.main-container{
    background-color: #0b324c;
}

.header img{
    width: 100%;
    /*max-width: 180px;*/
    max-width: 235px
}

.checkbox-group #LeadDataForm_agreed{
    margin-top: -3px;
}

.header{
    line-height: 40px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.banner h2{
    margin-top: 18px;
}
.form-horizontal{
    margin: 20px 0 20px;
}

.errorMessage{
    color: #fe1b47;
    font-size: 11px;
}
/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

@media (max-width: 767px){

.select2-container {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

}

