
/* ============================= forms ============================= */
#form fieldset {

/*  box-shadow: none !important;*/
/*border-style: inherit;*/
border-shadow:none;
	border-color:#FFFFFF;
	border-style:solid;
}
#form {padding-top: 0px; 
	/*position:relative;*/

}

#form .text-info {padding-bottom:3px;}

#form input {
	background:#fff;
	color:#666666;
	border: 1px solid #FFFFFF;
	width: 100%;
/*width: 95%;*/
	height: 30px;
	float:left;
	font:1.5rem;
	margin:0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#form textarea {
	background:#fff;
	min-height: 273px;
	overflow: auto;
	border: 1px solid #e5e5e5;
	padding: 6px 14px 7px 14px;
	width: 100%;
	position: relative;
	resize:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float:left;
	font:1.5rem; 
	margin:0;
	color: #666666;
	}

#form label {
	position:relative;
	display: block;
	min-height: 35px;
	width: 95%;
	float: left;
}

/*Font color for form labels*/
#form label .title {
	font-size:1.25rem; 
	padding:12px 0 9px; 
	display:block;
	color:#FFFFFF;
}

#form .error, #form .empty {
	color: mediumvioletred;
	display: none;
	font-size: 1.25rem;
	line-height:2rem;
	width:auto;
	position: absolute;
	z-index: 999;
	right: 5px;
	bottom: 0rem;
	float:left;
}

#form .error-empty {
	display:none;
	float:left;
}

#form .message {
	width: 95%;
}

#form .number {
	/*margin: 10px; */
  margin-bottom: 1rem;
  display: block;
}

#form number .number {
	line-height:4rem;
}
/*#form .success {

	display: none;

	width: 95%;

	font-size: 1.5rem;

	color: mediumvioletred;
	
	
	position: absolute;
	z-index: 999;
	right: 5px;
	bottom: 0rem;
	
	text-align: center;

	padding: 20px 20px;

	box-sizing: border-box;

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;
}*/

#form .success {
color:#FFFFFF;
	display: none;
	font-size: 3rem;
	font-weight:600;
	line-height:2rem;
	width:auto;
	position: relative;
	z-index: 999;
	right: 5px;
	bottom: 0rem;
	float:left;
}

#form .btn {

	cursor: pointer;

	width:auto;

	font-style: normal;

	font-size: 18px;

	font-weight: 500;

	color: #fff;

	height: 40px;

	line-height: 30px;

	/*text-transform: uppercase;*/

	background: #08472b;
	text-decoration: underline;
	text-align: center;
	margin:0;
	padding:0 2rem;
}
#form btn:hover,  #form .btn:hover {
	background-color: #012d51;
	color:#FFFFFF;
	text-decoration: none;
}


