* {
	box-sizing: border-box;
}

*:focus {
	outline: none;
}
body {
	margin: 0px;
	width: 100%;
	font-family: Arial;
	background-color: #000000;
}

.logo{
	margin: auto;
	display:block;
	top: 50%;
  left: 50%;
	padding-bottom: 100px;
}
.failure{

}
.failure_text{
	text-align: center;
	color: red;
	font-size: 20;
}
.logo_image{
	width: 100%;
	height: 35%;
	margin:auto;
	display: block;
	top:50%;
	left:50%;
}
.login {
	margin: 20px auto;
	width: 90%;
	height: 50%;
	padding-top: 25%;
}

.app-title {
	text-align: center;
	color: #777;
}

.login-form {
	text-align: center;
}
.control-group {
	margin-bottom: 20px;
}

input {
	text-align: center;
	background-color: #ECF0F1;
	border: 2px solid transparent;
	border-radius: 3px;
	font-size: 18px;
	font-weight: 200;
	padding: 10px 0;
	width: 90%;
	transition: border .5s;
}

input:focus {
	border: 2px solid #3498DB;
	box-shadow: none;
}

.btn {
	-webkit-appearance: none;
  border: 2px solid transparent;
  background: #929292;
  color: #ffffff;
  font-size: 18px;
  line-height: 3px;
  padding: 10px 0;
  text-decoration: none;
  text-shadow: none;
  border-radius: 3px;
  box-shadow: none;
  transition: 0.25s;
  display: block;
  width: 90%;
  margin: 0 auto;
	height: 45px;
}

.btn:hover {
  background-color: #484848;
}

.login-link {
  font-size: 12px;
  color: #444;
  display: block;
	margin-top: 12px;
}
