
.icon-close {
	z-index: 100;
	display: block;
	overflow: hidden;
	width: 5em;
	height: 5em;
	text-align: center;
	line-height: 3;
	cursor: pointer;
}
.icon-close {
	position: absolute;
	top: 20px;
	right: 20px;
}

.icon-close1 {
	z-index: 100;
	display: block;
	overflow: hidden;
	width: 5em;
	height: 5em;
	text-align: center;
	line-height: 3;
	cursor: pointer;
}
.icon-close1 {
	position: absolute;
	top: 20px;
	right: 20px;
}
/* Style for form modal */
.content-style-form {
	position: relative;
	text-align: left;
}

.content-style-form h2 {
	margin: 0;
	padding: 0.4em 0 0.3em;
	text-align: center;
	font-weight: 300;
	font-size: 3.5em;
}

.content-style-form form {
	padding: 10px 30px;
}

.content-style-form form p {
	margin: 0 0 10px 0;
	font-size: 1em;
}

.content-style-form label {
	display: block;
	padding-top:10px;
	padding-left:10px;
	padding-bottom: 5px;
	color: black;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.content-style-form select{
	padding: 10px;
	width: 100%;
	border: 2px solid #ececec;
	/* background: transparent; */
	/* color: white; */
	font-weight: 300;
	font-size: 1em;
}
.content-style-form select:focus{
	border-color: rgb(0,127,56);
}
.content-style-form input[type="text"],
.content-style-form input[type="password"] {
	padding: 10px;
	width: 100%;
	border: 2px solid #ececec;
	background: transparent;
	color: white;
	font-weight: 300;
	font-size: 1em;
}
.content-style-form input{
	box-shadow:0 0 0 60px white inset;
	-webkit-text-fill-color: black;
}

.content-style-form input[type="text"]:focus,
.content-style-form input[type="password"]:focus {
	border-color: rgb(0,127,56);
}

.content-style-form input:focus {
	outline: 0;
}

.content-style-form button{
	display: block;
	margin-top: 2em;
	padding: 0.5em;
	width: 100%;
	border: none;
	background: #007f38;
	color: #f9f6e5;
	/* text-transform: uppercase; */
	letter-spacing: 1px;
	font-size: 1.25em;
}

/* .content-style-form button:hover{
	display: block;
	margin-top:42em;
	padding: 0.5em;
	width: 100%;
	border: none;
	background: rgb(236,236,236);
	color: #007f38;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.25em;
	border:2px solid #007f38;
} */

.content-style-form .icon-close {
	top: 0;
	right: 0;
	color: #ebd3bd;
	font-size: 75%;
}
.content-style-form .icon-close1 {
	top: 0;
	right: 0;
	color: #ebd3bd;
	font-size: 75%;
}

.js .content-style-form-1 h2,
.js .content-style-form-1 p,
.js .content-style-form-1 .icon-close {
	opacity: 0;
	-webkit-transition: opacity 0.2s 0.35s, -webkit-transform 0.2s 0.35s;
	transition: opacity 0.2s 0.35s, transform 0.2s 0.35s;
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
}

.content-style-form-1 p:first-child {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.content-style-form-1 p:nth-child(2) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

.content-style-form-1 p:nth-child(3) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.morph-button.open .content-style-form-1 h2,
.morph-button.open .content-style-form-1 p,
.morph-button.open .content-style-form-1 .icon-close {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.morph-button.open .content-style-form-1 .icon-close1 {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

















