@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
body, html {
	height:100%;
	margin:0;
	padding:0
}
body {
	background:#f1f1f1;
	font-family:Roboto, sans-serif;
	color:#444;
	font-size:13px;
	font-weight:300;
	line-height:1.4;
	overflow-x:hidden
}
a {
	color:#fff;
transition:all .3s ease
}
.language-switcher {
	display: none;
}
.login-content-left {
	width:36%;
	height:100%;
	position:relative;
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:cover;
    background-color: #000;
}
.login-content-left::after {
 content: '';
 display: block;
 background: rgba(0, 0, 0, .3);
 height: 100%
}
.login-content {
	position:absolute;
	left:60px;
	bottom:55px;
	color:#fff;
	padding-right:20px;
	box-sizing:border-box;
	width:calc(100% - 60px);
	font-size:16px;
	margin-bottom:20px
}
.login-content a {
	color:#fff;
	text-decoration:none
}
.login-content img {
	max-width:325px;
	height:auto;
	margin-bottom:20px;
	width:100%
}
.login-content h3 {
	font-size:24px;
	line-height:normal;
	margin-bottom:10px;
	font-weight:500
}
.site-title {
	position:absolute;
	bottom:18px;
	right:20px;
	font-size:14px;
	font-weight:500
}
.site-title a {
	color:#999;
transition:all .3s ease
}
.site-title a:hover, .site-title a:hover, .login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
	color:#666
}
#login {
	padding-top:11%;
	width:64%;
	float:right;
	background-color:#fff;
	padding-left:150px;
	box-sizing:border-box;
	padding-bottom:40px
}
.login form {
	border:0;
	font-weight:300
}
#loginform, #lostpasswordform {
	width:100%;
	max-width:380px;
	padding:0;
	box-shadow:none;
	-webkit-box-shadow:none
}
#login>h1 {
	display:none
}
#login h1.headerTitle {
	display:block;
	text-align:left;
	margin-bottom:25px;
	line-height:normal;
	font-weight:300
}
.headerTitle {
	font-size:32px;
	color:#868e96
}
.login label {
	font-size:18px
}
.login .button.wp-hide-pw {
	top:14px
}
.login form .input, .login input[type=text] {
	background-color:#fff;
	height:46px;
	margin:10px 0 20px;
	-webkit-appearance:none;
	border-radius:3px;
	font-size:16px;
	padding-left:20px;
	border:1px solid #7e8993;
transition:border .3s ease
}
.login form .input:focus, .login input[type=text]:focus {
	border:solid 1px #333!important;
	box-shadow:none!important
}
.forgetmenot {
	position:relative
}
.forgetmenot input {
	float:left;
	visibility:hidden
}
.forgetmenot input[type=checkbox]:checked+label:after {
	content:"";
	display:block;
	width:20px;
	height:20px;
	background-color:#111111;
	border:solid 1px #111111;
	padding:1px;
	border-radius:3px
}
.forgetmenot label:after {
	content:"";
	display:block;
	background-color:#fff;
	position:absolute;
	border:solid 1px #dee2e6;
	top:0;
	width:20px;
	height:20px;
	padding:1px;
	border-radius:3px;
	left:0
}
.login form .forgetmenot label {
	line-height:24px;
	margin-left:15px;
	font-size:13px;
	color:#adb5bd
}
.login #backtoblog a, .login #nav a {
	color:#adb5bd
}
.login label {
	font-size:18px
}
#login form p.submit {
	clear:both;
	display:block
}
.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
	height:48px;
	background-color:#000;
	border:0;
	border-radius:3px;
	text-shadow:none;
	font-size:18px;
	padding:0 45px;
	float:left;
	box-shadow:none!important;
transition:all .3s ease
}
.wp-core-ui .button-group.button-large .button:hover, .wp-core-ui .button.button-large:hover {
	background-color:#111111
}
.login #nav {
	padding-left:0
}
#backtoblog {
	display:none
}
#login form p.forgetmenot {
	margin-bottom:20px;
	display:block
}
.login #login_error {
	border-left-color:#f03e3e;
	background-color:#f03e3e;
	color:#fff
}
.login #login_error a {
	color:#fff;
	opacity:.7
}
.login #login_error, .login .message {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1
}
@media all and (max-width:1024px) {
#login {
padding-left:40px;
width:55%
}
.login-content-left {
width:45%
}
}
@media all and (max-width:890px) {
.login-content-left {
width:100%;
z-index:-1
}
.login-content {
display:none
}
#login {
width:90%;
max-width:450px;
padding:40px 40px;
position:absolute;
top:47%;
left:50%;
transform:translate(-50%, -50%)
}
#login h1.headerTitle {
margin-bottom:18px
}
.login form .input, .login input[type=text] {
margin:10px 0 12px
}
#login form p.forgetmenot {
margin-bottom:12px
}
#loginform, #lostpasswordform {
margin:0 auto
}
#login h1.headerTitle, .login #nav {
text-align:center
}
.login #login_error, .login .message {
max-width:450px;
position:initial;
width:auto
}
.login label {
margin-bottom:0
}
.site-title {
bottom:25px;
color:#fff
}
.site-title a {
color:#999
}
.site-title a:hover {
color:#666
}
.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
width:100%;
padding:0 20px
}
}
.login-action-confirm_admin_email #login {
	max-width:inherit;
	width:64%
}
.admin-email__actions a.button.button-large, a.button.button-large:hover {
	color:#fff;
	height:auto;
	padding-top:4px;
	padding-bottom:3px
}
