@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 400;
	background: #FFFFFF;	
	padding: 0;
	margin: 0;
}

body, html{
	height: 100%;
}

.login_form_wrapper{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2569b3+0,e83f41+100 */
	background: #8fa0b3; /* Old browsers */
	background: -moz-linear-gradient(top, #8fa0b3 0%, #9c3d3e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #8fa0b3 0%,#9c3d3e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #8fa0b3 0%,#9c3d3e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fa0b3', endColorstr='#9c3d3e',GradientType=0 ); /* IE6-9 */
	width: 100%;
	min-height: 100%;
}

.login_form_wrapper:after{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
	background: url(../images/bg.png) repeat;
}

.logo{
	text-align: center;
	padding: 50px 0 35px 0;
}

.logo img{
	/*height: 120px;*/
}

.login_form{
	position: relative;
	z-index: 10;
	padding: 20px;
	background: rgba(255,255,255,0.2);
	color: #fff;
}

.login_form h3{
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
}


.login_form input[type='text'], input[type='password']{
	background: #fff;
    border: 1px solid #c2cad8;
	width: 100%;
	font-size: 13px;
	height: 34px;
	padding: 6px 12px;
	color: #666;
	margin-bottom: 20px;
}

.login_form a{
	color: #fff;
	text-decoration: underline;
}
.forget{
	display: none;
}