body {
	background-color: #ffffff;
	background:"../img/login_background.jpg"
}

.login-panel {
	width: 370px;
	/*margin-top: 10%;
	margin-left: 40%;*/
	height: 320px;
	position:absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	/*border: 1px solid black;*/
}

.login {
	width: 300px;
	/* padding-top: 50px;
	padding-left: 10%;
					height: auto;
				margin: auto;
				margin-top: 10%; */
	text-align: center;
	position:absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

input {
	width: 290px;
	height: 30px;
	margin-top: 20px;
}

.loginBox {
	width: 290px;
	height: 30px;
	background-color: #009688;
	text-align: center;
	color: white;
	margin-top: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}

.setUP {
	width: 300px;
	height: 30px;
	background-color: white;
	text-align: center;
	color: #8F8F94;
	margin-top: 20px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
.form-control-user{
	width: 290px;
	height: 30px;
	margin-top: 20px;
}