
input[type=text], textarea {
    width: 100%;
    padding: 12px 7px;
    border: 1px solid #fff;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
	margin-left: 1em;
    resize: vertical;
	background-color: #fdfdfd;
	color: rgba(49,51,51,1);
}

input[type=text]:focus, textarea:focus {
	outline: none;
    border: 1px solid rgba(159,159,146,1);
    border-radius: 4px;
	margin-left: 1em;
}

::-webkit-input-placeholder, textarea::-webkit-input-placeholder{ 
    color: rgba(33,33,21,0.5);
	font-style: oblique;
	font-weight: 600;
	font-size: 1em;
	font-family: 'Titillium Web';
}
::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: rgba(33,33,21,0.5);
	font-style: oblique;
	font-weight: 600;
	font-size: 1em;
	font-family: 'Titillium Web';
}
:-ms-input-placeholder, textarea:-ms-input-placeholder{
	color: rgba(33,33,21,0.5);
	font-style: oblique;
	font-weight: 600;
	font-size: 1em;
	font-family: 'Titillium Web';
}
::-moz-placeholder , textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(33,33,21,0.5);
	font-style: oblique;
	font-weight: 600;
	font-size: 1em;
	font-family: 'Titillium Web';
	opacity:  1;
}

input[type=submit] {
	background-color: rgba(0, 105, 92,0);
	color: rgba(33,33,21,0.9);
	padding: 12px 20px;
	border: 1.2px solid rgba(33,33,21,0.7);
	border-radius: 5px;
	transition: all 0.2s ease-in;
	cursor: pointer;
	font-weight: 700;
	margin-left: 1em;
	font-size:1.5em;
}

input[type=submit]:hover {
	border: 2px solid rgba(49,51,51,1);
	color: rgba(222,230,228,1);
	background-color: rgba(49,51,51,1);
}

form {
 width: 100%;
}

.box-white{
	background-color: rgba(253, 253, 226,1);
	margin: 0;
	padding: 12vh 4vw 12vh 8vw;
	position: relative;
	z-index: 0;
}


.box-white h1{
	text-align: left;
	font-style: oblique;
	color: rgba(33,33,21,1);
	font-size: 3em;
	line-height: 80%;
	margin-top: 2em;
}

.box-white p {
	margin:1em 0 0 1em;
	color: rgba(33,33,21,0.8);
	font-size: 1.7em;
	line-height: 1em%;
	width: 100%;
}

.box-white h3 {
	margin-left: 1em;
	color: rgba(33,33,21,0.8);
	font-size: 1em;
	line-height: 130%;
	font-weight: normal;
}

.box-white  h2{
	color: rgba(33,33,21,1);
	font-size: 0.9em;
	text-align: center;
	margin: 20px 44% 0 44%;
	vertical-align: middle;
	border: 1px solid rgba(33,33,21,0.9);
	border-radius: 10%;
}

.container {
	display: flex;
	flex-direction: column;
	vertical-align: top;
}

form { width: 90%;}