*{
	font-family:museo-slab, Georgia, "Times New Roman", Times, serif;;
	margin: 0;
	padding: 0;
}
body{ 
  height: 100%; 
  background-image: url('../images/logo-bg.png');
  background-repeat: no-repeat; 
  background-size: 70%; 
  //background-attachment: fixed;
  background-position: 0% 100%; 
}
header{
	border-bottom: 1px solid #dcdcdc;
	height: 100px;
}
footer{
	border-top: 1px solid #dcdcdc;
}

section{
	padding: 15px;
}

img{
	float: right;
	padding: 15px;
	width: 50%
}
.form-group textarea{
	background: transparent;
}
.title{
	text-align: center;
	color: #47a9a1

}

.cont-letter{
	box-shadow: -1px -0.5px 15px 3px #e9e9ea;
	padding: 10px;
	margin: 0 auto;
	width: 80%

}
.form-control,
.form-control:hover,
.form-control:focus{
	border: none;
	border-radius: 0px;
	box-shadow: none;
	font-size: 20px;
	padding-left: 0
}
.letter-text{
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 600px;
	width: 100%
}
.btn-ghost{
	background: transparent;
	border: 1px solid #47a9a1;
	border-radius: 0;
	color: #47a9a1;
	font-family: museo-slab, Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    min-width: 180px;
    margin-bottom: 15px;
	max-width: 180px;
	padding: 8px 10px;
	
}
.btn-ghost:hover{
	background: #47a9a1;
	border: 1px solid #47a9a1;
	color: #fff;
}



.form-group,
.col-md-12{
	background: transparent;
}