body
{
	margin: 0 auto;
	padding: 0;
	font-family: sans-serif;
	float: none;
}
.one
{
	width: 800px;
	background-color: red;
}

.formbox
{
	margin-top: 50px;
	padding: 0px;
}
h1
{
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 50px !important;
	text-transform: uppercase;
	font-size: 48px;
}
.inputbox
{
	position: relative;
	box-sizing: border-box;
	margin-bottom: 40px;
	

}
.input
{
	position: relative;
	width: 100%;
	height: 50px;
	background: transparent;
	border: none;
	outline: none;
	font-size: 24px;
	border-bottom: 2px solid rgba(0,0,0,.5);
}
.inputtext
{
	position: absolute;
	line-height: 50px;
	font-size: 24px;
	transition: .5s;
	opacity: .5;
}
.focus .inputtext
{
    transform: translateY(-30px);
    font-size: 18px;
    opacity: 1;
    color: #00bcd4;
}
textarea
{
	height: 100px !important;

}
.button
{
	width: 100%;
	background: #00bcd4;
	color: #fff;
	border-radius: 0;
	border:none;
	outline: none;
	height: 50px;
	font-size: 24px;
	margin-bottom: 10px;
}
.wor
{
	width: 800px;
	margin: 0 auto;
	padding: 0;

}
.col-sm-6
{
	width: 50%;
}
.col-sm-12
{
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.wor,.col-sm-6,.col-sm-12
	{
		width: 100%;
	}

	
}