body {
	background: #bf9150;
}

.container {
	display: flex;
	justify-content: center;
	background: #FFFFFF;

}

.login_box input[type="text"], input[type="password"], input[type="submit"],button {
	font-family: "Roboto", sans-serif;
  	outline: 0;
  	background: #f2f2f2;
  	width: 85%;
  	border: 0;
  	margin: 0 0 15px;
  	margin-top: 5%;
  	padding: 15px;
  	box-sizing: border-box;
  	font-size: 14px;
  	z-index: 1;
  	border-width: 10px;
  	border-radius: 10px;
}

.login_box {
	width: 360px;
  	padding: 8% 0 0;
  	margin-top: 20%;
	position: fixed;
  	z-index: 1;
  	background: #FFFFFF;
  	max-width: 360px;
  	margin: auto;
  	padding: 45px;
  	text-align: center;
  	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  	border-radius: 20px;

}

.login_box input[type="submit"]{
	font-family: "Roboto", sans-serif;
  	text-transform: uppercase;
	background: #ef9c1f;
	color: #FFFFFF;
}

.login_box button:hover, input[type="submit"]:hover{
	font-family: "Roboto", sans-serif;
  	text-transform: uppercase;
	background: #ef561e;
	color: black;
}
