/**{
	padding:0;
	margin:0;
	border:0;	
}*/

p {
	padding:0;
}
.clear {
	clear:both;	
}
.box_login {
	padding: 30px 20px;
	width: 300px;
   	top: 50%;
   	left: 50%;
	justify-content: center;
}
.box_white_blue {
	background: #FFFFFF;
	max-width: 100%;
	margin: 5% auto;
	border: 1px solid #333;
	box-shadow: 0px 0px 3px 1px #bebebe;
}
.box_login label {
	display: inline-block;
  	width: 80px;
	font-size: 12px;
	font-weight:bold;
}
.pass {
	width: 200px !important;
	font-size: 12px;
	color: grey;
	margin-left: 10px;
}
.box_login div {
	margin-bottom: 10px;
}
.box_login div input {
	align-items: left;
	width: 200px;
  	padding: 2px 20px;
  	margin-left: 10x;
  	box-sizing: border-box;
	border: 1px solid #333;
	border-radius: 4px;
}
.hero-text {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
	color: #333;
	transform: translateX(18px);
}
h4 {
	padding-bottom: 10px;
}
.box_login button {
	width: 71px;
	border-radius: 4px;
	background-color: grey;
	color: white;
	font-weight: bold;
	padding: 5px;
	border: solid 1px black ;
	background: #016ca3; /* Old browsers */
	background: -moz-linear-gradient(top,  #007fb9 0%, #005a8f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007fb9), color-stop(100%,#005a8f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #007fb9 0%,#005a8f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #007fb9 0%,#005a8f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #007fb9 0%,#005a8f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #007fb9 0%,#005a8f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fb9', endColorstr='#005a8f',GradientType=0 ); /* IE6-9 */
}
.box_login button:hover{
	background: #1081b2; /* Old browsers */
	background: -moz-linear-gradient(top,  #1690c4 0%, #086fa0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1690c4), color-stop(100%,#086fa0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1690c4 0%,#086fa0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1690c4 0%,#086fa0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1690c4 0%,#086fa0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1690c4 0%,#086fa0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1690c4', endColorstr='#086fa0',GradientType=0 ); /* IE6-9 */
}
