@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #666666;
	background-color: #EFEFEF !important;
	margin: 60px 0px !important;
	margin-top: 0px !important;
}

#header-top {
	color: white;
	background: #de195f;
	padding: .5rem;
}

#header-top a {
	color: white;
	font-size: 1rem !important;
}

#header {
	padding-top: 4rem;
	padding-bottom: 2rem;
}

#main {
	padding: 100px 0 320px;
}

#try {
	background: url(/images/bottom.png) no-repeat center center;
	background-size: cover;
	color: #fff;
}

#functions i {
	font-size: 48px;
}

.logo-big {
	height: 200px;
}

.form-signin {
	max-width: 400px;
	padding: 15px 35px 35px;
	margin: 0 auto;
	margin-top: 50px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 6px;
}

.form-signin-heading {
	margin-bottom: 30px;
}

.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.wow {
	visibility: hidden;
	opacity: 0;
}