#section1 .container{
	margin-top:30px;
	max-width:420px;
	text-align:center;
}

.soft-background{
	margin-top:30px;
	background:#fafafa;
	padding:40px 40px 30px 40px;
	margin-bottom:200px;
	border: 1px solid #EEE;
	border-radius: 4px;
}

.title{
	font-size:18px;
}
.btn-black{
	margin: 50px auto;
	float:none;
	text-align: center;
}

.alert{
	color:#f14949;
	font-weight: 700;
	font-family: GothamBook,sans-serif;	
}

.alert:hover{
	cursor:pointer;
	color:#f14949;
	opacity: 0.8;
}

.btn-black a{
	padding:15px 30px;
}

p{
	margin-top:30px;
	font-family: GothamBook,sans-serif;	
	margin-bottom:30px;
}

.input-transparent, .text-area-transparent{
	text-align: center;
	padding-left:0;
	width:100%;
	background:transparent;
	border:none;
	font-size:14px;
	margin-bottom:25px;
	border-bottom:1px solid #e0e0e0;
	  font-family: GothamMedium,sans-serif;
	  border-radius: 0;
	  box-shadow: none;
	  resize:none;
}
