input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0px solid green;
  -webkit-text-fill-color: #a9a9a9;
  -webkit-box-shadow: 0 0 0px 1000px #444455 inset;
  transition: background-color 5000s ease-in-out 0s;
}

body{
	background-color: #333344;
	padding-bottom: 0px;
}

.login_box{
	top: 10vh;
	width: 80vw;
	height: 80vh;
	border: 2px solid #aaaaaa;
	border-radius: 50px 15px 50px 15px;
	margin: 0px auto;
	vertical-align: middle;
	background-color: #444455;
}

.login_logo{
	width: 50%;
	min-width:250px;
	padding-top: 30px;
	padding-bottom: 30px;
	max-height: 25vh;
	margin: 0 auto;
}

.login_field{
	width: 50%;
	margin: 0 auto;
	text-align: center;
	border-bottom: 2px solid #aaaaaa;
	margin-bottom: 20px;
}

.login_btn{
	padding-top: 50px;
	width: 50px;
	margin:0 auto;
	padding-bottom: 20px;
}

.err_field{
	width:40%
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	color: #ff5555;
	padding-bottom: 30px;
}
input{
	line-height: 30px;
	border:none;
	width: 90%;
	box-shadow: none;
	outline: none;
	background: transparent;
	color: #bbbbbb;
	font-size: 18px;
	padding: 8px;
}

input:focus{
	outline: none;
}

.span_up{
	color: #bbbbbb;
	text-align: left;
	padding-left: 8px;
	visibility: hidden;
	height: 20px;
}