#form{
		margin-left:0px;
		z-index:10;
		width:100%;
		height:1800px;
		background-color:rgba(39, 32, 32, 0.83);
		border-radius:10px;
		box-shadow:0px 0px 20px;
		margin-top:-700px;
}
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;
        background-color: rgba(82,78,78,0.7);
        border-color:rgba(82,78,78,0.7);
        color:#fff;
       margin-top:10px;
}
select.form-control{
    	width:80%;
    	height:50px;
    	font-family:corbel; 
    	margin-left:120px;
    	margin-bottom:12px;
    	background-color: rgba(82,78,78,0.7);
    	border-color: rgba(82,78,78,0.7);
    	color:#fff;
}
.btn-danger{
    width:150px; 
    font-family:corbel;
    margin-left:120px;
	}
h1{
    font-family:corbel;
   
}
.map-side{
    background-image:url('../images/background.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;
}
.modal-dialog{
	margin-left:95px;
	height:auto;
	width: 1000px;
	margin-left:150px;
}
.modal-content{
	margin-top:700px;
	margin-left:250px;

}
.error-msg{
	/*background:url("../images/false.png") 30px center no-repeat;*/
	padding:0 0 30px;
	display:inline;
	color:#1d1d1d;
	font-family:corbel;
	margin-left:120px;
	display: none; 

}
.error-message{
	padding: 0 0 30px;
	display:inline;
	color:#C61A16;
	font-family:corbel;
	margin-left:120px;
	display:none;
}
.msg{
    padding:0 0 30px;
    display:inline;
    color:#1d1d1d;
    font-family:corbel;
    margin-left:120px;
     


}