html {
	width: 100%;
}
body {
	background: #d0f6ff url(../images/bg.jpg) no-repeat top center;
	width: 100%;
}

.main {
	margin: 0 auto;
	width: 500px;
	margin-top: 100px;
}
.main .icon {
	position: absolute;
	left: 0;
	right: auto;
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	font-size: 19px;
	font-weight: normal;
	color: #dedede;
}
.field-icon:hover .icon {
	color: #5da7e4;
}
.input:focus {
	border-color: #60a7e5;
    -webkit-box-shadow: 0 0px 8px rgba(93,167,228,0.4);
    box-shadow: 0 0px 8px rgba(93,167,228,0.4);
}
.padding-big-large{
	padding: 50px;
}
::-webkit-input-placeholder{color:#ccc;}
:-moz-placeholder{color:#ccc;}
::-moz-placeholder{color:#ccc;}