



.login {
	margin: 50px auto;
	width: 362px;
	color: white;
 }


.login form h3{
	margin-bottom: 15px;
}
  
 .login form {
	margin: auto;
	padding: 22px 20px 22px 20px;
	width: 100%;
	border-radius: 5px;
	background: #282e33;
	border-top: 3px solid #434a52;
	border-bottom: 3px solid #434a52;
	display: flex;
   flex-direction: column;
 }


.login form input{
 	outline: 0;
}
 

.login form input {outline: none;}

.login form input:-webkit-autofill {
  -webkit-text-fill-color: #a9a9a9;
  -webkit-box-shadow: 0 0 0px 1000px #3b4148 inset;
}


 .login form span {
	background-color: #363b41;
	border-radius: 3px 0px 0px 3px;
	border-right: 3px solid #434a52;
	color: #606468;
	display: block;
	float: left;
	line-height: 50px;
	text-align: center;
	width: 50px;
	height: 50px;
 }
 
img.get__close{max-width: 20px;}

 /* .login form input[type="email"] {
	background-color: #3b4148;
	border-radius: 0px 3px 3px 0px;
	color: #a9a9a9;
	margin-bottom: 1em;
	padding: 0 16px;
	width: 100%;
	height: 50px;
 } */


 .login form input{
	background-color: #3b4148;
	color: #a9a9a9;
	margin-bottom: 1em;
	padding: 0 16px;
	width: 100%;
	height: 50px;
	max-width: unset;
 }

 .for_message{
	color: #cbcbcb;
	font-size: 14px;
 }
 
 .login form input[type="password"] {
	background-color: #3b4148;
	color: #a9a9a9;
	margin-bottom: 1em;
	padding: 0 16px;
	width: 100%;
	max-width: 100%;
	height: 50px;
 }
 
 .login form input[type="submit"],
 .login form input[type="button"]{
	background: #b5cd60;
	border: 0;
	width: 100%;
	height: 40px;
	border-radius: 3px;
	color: white;
	cursor: pointer;
	transition: background 0.3s ease-in-out;
	max-width: 100%;
	margin-bottom: unset;
 }

.login form input[type="submit"]:hover {
	background: #16aa56;
 }

 .login ul.helper-text{
	padding: inherit;
	color: #cbcbcb;
	font-size: 14px;
	min-height: 152px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
 

 .login ul.helper-text li:not(:last-child){
	margin-bottom: 8px;
 }

 
 .login h1{
	padding-bottom: 30px;
	padding-top: 10px;
 }

.login label[for="userName"],
.loginlabel[for="userPw"],
.login #remember{
	padding-bottom: 2px;

 }

 .login #remember{
 	 margin-bottom: 2px;
    margin-top: 10px;
 }

 .login #remember input{
	width: unset;
	height: unset;
	margin-bottom: unset;
	position: relative;
	top: 1px;
	margin-right: 1px;
 }



 .admin_indicator{
	display: inline-block;
	text-align: center;
	width: 130px;
	font-size: 12px;
	line-height: 8px;
	position: fixed;
	right: 15px;
	top: 0px;
	transition: .7s;
	color: #8c8c8c;
	cursor: pointer;
}


.admin_indicator img{
	width: 100%;
	transform: scaleX(-1);
}

.admin_indicator .text{transition: .3s;}

.admin_indicator img{
	transition: .3s;
	margin-bottom: 3px;
	filter: brightness(1.9) opacity(0.8) contrast(0.8);
}
.admin_indicator img:hover{
	transform: matrix(1.2,0,0.5,1.2,25,0);
}