@charset "utf-8";
/* CSS Document */

label {padding-right: .5em;
	padding-bottom: 1em;
	
	    font-size: 120% !important;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    color: #444444 !important;

}

select {
	
	
	
	
}



input{
	background-color: #fff;
	border:0;
	font-size: 1rem;
	cursor: pointer;
	display: inline-block;
	border-bottom: 2px solid #00b259;
	vertical-align: middle;
	
	font-weight: 400 !important;
	font-family:"Helvetica Neue",Arial ;
	
	
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	
}

input:hover{
	
	border-color: #CCCCCC;
}


input#submit {
    background-color: #00b259;
    color: #FFFFFF;
    font-size: 0.8rem;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 0.25em;
    font-weight: 700 !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    padding: 0.533rem 0.933rem;
    border: 0px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	line-height: 1.5;}

input#submit:hover {background-color: #CCCCCC;}

 input.text, textarea.textarea, input.file{
	
	border: 0px;
	border-bottom: 2px solid #00b259;
	background-color: transparent;
	background: none;
}

textarea {
		border: 0px;
	border-bottom: 2px solid #00b259;
	background-color: transparent;
	background: none;
	width: 350px;
	
}

 select.select {
	
	border: 0px;
	border-bottom: 2px solid #00b259;
	background-color: transparent;
	background: none;
}
	

 .required:after {
    content:" *";
    color: red;
  }

	

	
	
