#login {
	padding: 2% 0 0 !important;
}
.login h1 a {
	position: relative;
	margin: 0 auto;
	background-image: url('');
	background-size: 300px !important;
	height: 100px;
	width: 300px !important;
}
.login h1::after{
	font-size: 18px;
	color: ;
	content: '';
}
body.login {
	background-image: url('');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
.login p, .login .user-pass-wrap{
/*	margin: 0 !important;*/
	background-color: rgba(0, 0, 0, .3) !important;
	padding: 20px 10px !important;
	color:  !important;
}
.login .forgetmenot{
	background: none !important;
}
.user-pass-wrap{
	margin: 0 0 10px 0 !important;	
}
.login a{
	color:  !important;
}
.login a:hover{
	color:  !important;
}
.login #loginform{
	background-color: rgba(0, 0, 0, .3) !important;
}
.login label {
	color:  !important;
}
.login .submit{
	height: 100px;
}
.login input[type="button"],
.login input[type="reset"],
.login input[type="submit"]
{
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	cursor: pointer;
	border: 1px solid ;
	border-radius: 20px;
	background-color: ;
	color:  !important;
	padding: 5px 15px 1px 15px;
	font-size: calc(14px + ((20 - 14) * ((100vw - 360px) / (2560 - 360))));
	font-weight: 700;
	font-style: italic;
}
.login input[type="button"]:hover,
.login input[type="reset"]:hover,
.login input[type="submit"]:hover
{
	background-color: ;
	border-color:  !important;
	color:  !important;
}
