body{
	font-family: 'Montserrat', sans-serif;
	/*background-color: rgb(251, 251, 251);*/
	background:rgb(26, 188, 156);
	/*background: url(../img/bg.png) repeat;*/
}
.form-container{
	background-color: #1c2e62;
    border: 1px solid rgb(193,193,193);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.28);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.28);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.28);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	color:#fff;
	}
.form-container h2.title{
	margin-bottom: 20px;
	margin-top: 0;
	font-size: 26px;
	font-weight: bold;
	text-align:center;
}
.form-container textarea{
	resize: none;
}
.form-container .radio{
	margin-top: 0;
}