body {
	background-color: #000;
	background: -webkit-radial-gradient(#444 0%, #000 100%);
	background: -ms-radial-gradient(#000 0%, #444 100%);
	background-position: center center;
	/*background-repeat: no-repeat;*/
	background-size: cover;
}
html, body {
	height: 100%;
	/* The html and body elements cannot have any padding or margin. *
	background: #eaeaea;*/
}
/*-- container --*/
.container {
	width: auto;
	max-width: 680px;
}
.container .credit {
	margin: 20px 0;
}

/*-- content --*/
.content {
	text-align: center;
	color: white;

}
.content .muted {
	color: white;
}
.content input {
	background-color: rgba(255,255,255,.8);
	border: 1px solid white;
}

/*-- logo --*/
.logo {
	width: 300px;
	height: 110px;
	margin: 90px auto 30px;
	background-image: url(../img/logo_260.png);
	display: block;
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*-- box --*/
.box {
	background: rgba(255, 255, 255, .2);
	box-shadow: 0 1px 5px rgba(42, 43, 36, .05);
	margin: 0 auto;
	max-width: 620px;
	position: relative;

}
.intro, .form {
	padding: 20px 53px;
}
.form_login{
	width:450px; 
	text-align:left;
	margin-left:85px
}
.form_login input[type=text]{
	background-color:#fff;
	border-color:#ccc;
}
