.bs-callout+.bs-callout {
    margin-top: -5px;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #1d1d1d;
    border-left-width: 5px;
    border-radius: 3px;
    border-left-color:#c61a16;
    width: 700px;
    margin-left: 30px;
    margin-top: 80px; 
    background-color:rgba(82,78,78,0.2);
    font-family:corbel;
    color:#000000;


}
textarea.form-control {
    width:80%;
    height:100px;
    margin-left:120px;
    margin-bottom:12px;
}
input.form-control{
        width:80%;
        height:50px;
        font-family:corbel; 
        margin-left:120px;
}
select.form-control{
    width:80%;
    height:50px;
    font-family:corbel; 
    margin-left:120px;
    margin-bottom:12px;
}
.btn-danger{
    width:150px; 
    font-family:corbel;
    margin-left:120px;

}
h1{
    font-family:corbel;
    margin-left:280px;
}
.map-side{
    background-image:url('../images/fi3.png');
    -webkit-background-size:cover;
        -moz-background-size:cover;
            -o-background-size:cover;
                background-size:cover;
                    min-height:1080px;
                       height: 100%;
                         width: 50%;
                            float: left;
  }
.formu{
    height: 100%;
    width: 50%;
    float: right;

 }
.condition{
    border-style: solid;
    margin-top: 10px;
}

.form-control-2{
    margin-left:600px;
    height:50px;
    width:20%;
    margin-top:-200px;
    border: 1px solid #ccc;
    border-radius:4px;

}

