body.login #login {
	width: 350px;
	padding: 0;
	margin: 0;
	position: absolute;
	/* left: 280px; */
  left: 0;
  right: 0;
	top: 51.5%;
  margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

body.login.login-action-login {
	/* background: #2a2f43; */
	background-image: url('../images/bg_login.jpg');
	background-size: cover;
	background-position: center;
}

body.login #login h1 a {
	background: url('../images/icon-logo.png') no-repeat center;
  background-size: contain;
	height: 150px;
	width: auto;
	/* width: 100%; */
	margin: 0 auto 1em;
}

body.login form {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	box-shadow: none;
	border-radius: 3px;
	background-color: transparent;
}

body.login .login_descr {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #aaadb1;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 1em;
}

body.login form .input,
body.login input[type=text] {
	font-size: 16px;
	line-height: 1.2857em;
	text-align: center;
	margin: 0 0 21px;
	opacity: 1;
	outline: none;
	resize: none;
	/* padding: calc(1.532em - 2px) 1.428em; */
  padding: .25rem;
	border-radius: 5px;
	border: 2px solid #fff;
	border-top-color: #dfdfdf;
	background: #fff;
	box-shadow: none;
	color: #aaadb1;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s;
}

/* body.login .button.wp-hide-pw{
	transform: translateY(25%);
} */

body.login form .input:-webkit-autofill,
body.login form input[type=checkbox]:-webkit-autofill,
body.login input[type=text]:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

body.login form .input:focus,
body.login form input[type=checkbox]:focus,
body.login input[type=text]:focus {
	border-color: #c39354;
}

body.login form .forgetmenot label {
	font-size: 13px;
	line-height: 33px;
}

body.login form input#rememberme {
	background: #fff;
	width: 16px;
	min-width: 16px;
	height: 16px;
	border: 2px solid #e4e6eb;
	border-radius: 8px;
	vertical-align: sub;
	margin-bottom: 0;
	margin-right: 0
}

body.login form .forgetmenot {
	float: none;
}

body.login #login form p.submit {
	display: block;
	text-align: center;
	margin-top: 4px;
}

body.login form #wp-submit {
	/* border: none;
	float: none;
	font-size: 1rem;
	font-weight: 400;
	width: 263px;
	height: 74px;
	padding: 0 0 10px;
	margin: auto auto 5px;
	text-transform: lowercase;
	text-shadow: none !important;
	box-shadow: none !important;
	display: block; */
  /* background: url('../images/button.png') 100% center; */
	/* -webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s; */
  appearance: none;
  background-color: #c39354;
  /* border: 2px solid #1A1A1A; */
  border-radius: 6px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: 50px;
  min-width: 0;
  outline: none;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
  will-change: transform;
  border: 0;
  
}

.button-27:disabled {
  pointer-events: none;
}

/* .button-27:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
} */

.button-27:active {
  box-shadow: none;
  transform: translateY(0);
}

body.login form #wp-submit:focus {
  outline: none;
}

.login .button.wp-hide-pw .dashicons {
  color: #c39354 !important;
}


/* body.login form #wp-submit:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
} */

body.login .login form .forgetmenot {
	float: none;
}

body.login .login #backtoblog a,
body.login .login #nav a {
	text-decoration: none;
	color: #9b9ead;
	font-size: 13px;
}

body.login .user-pass-wrap label,
body.login p:not(.forgetmenot) label {
	position: relative;
	display: none;
	text-align: center;
	font-size: 16px;
	line-height: calc(4.2em - 2px);
	margin-bottom: 21px;
	border-radius: 5px;
	border: 2px solid #fff;
	border-top-color: #dfdfdf;
	background-color: #fff;
	font-family: "Open Sans", sans-serif;
	color: #aaadb1;
}

body.login #user_login:focus, body.login #user_pass:focus,
body.login #user_login.not_empty, body.login #user_pass.not_empty {
	opacity: 1;
}

body.login #nav, body.login #backtoblog {
	padding: 0;
}

body.login form .forgetmenot label,
body.login #nav,
body.login #backtoblog a,
body.login #nav a {
	color: #aaadb1;
}

@media (max-width: 1135px) {
	body.login #login {
		left: 50%;
		top: 51.5%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		-moz-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
	}
}

@media (max-width: 480px) {
	body.login #login {
		width: 90%;
	}
}
