/* 
 Theme Name:   SPACE Theme
 Theme URI:    
 Description:  
 Author:       Stellified Ltd
 Author URI:   https://stellified.co.uk
 Template:     hello-elementor
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html


/* Style Login Form
 ********************************************
 ********************************************/
.login {
	background-color: #f8f6f2;
	background-image: url(/wp-content/uploads/cheerful-group-friends.webp);
	background-position: bottom right;
	background-size: calc(100vw - 420px) auto;
	background-repeat: no-repeat;
}
#login h1 a, .login h1 a {
	background-image: url(/wp-content/uploads/space-logo-tag.svg);
	background-size: 300px 80px;
	background-repeat: no-repeat;
	margin: 0 auto 40px auto;
	display: block;
	width: 100%;
}
.login h1 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#login {
	display: flex;
	flex-direction: column;
	background: #fff;
	margin: 0;
	min-height: 100vh;
	box-sizing: border-box;
	width: 420px;
	padding: 80px 40px;
}
#login label {
	margin-bottom: 10px;
}
#loginform,
#lostpasswordform {
	padding: 0;
	margin: 0;
	border: 0;
	box-shadow: none;
}
#user_login,
#user_pass {
	border-radius: 8px;
	height: 60px;
	border: 1px #dadada solid;
	margin: 0 0 20px 0;
}
#user_login:focus,
#user_pass:focus {
	border: 1px #151a29 solid;
	box-shadow: none;
}
.login .button.wp-hide-pw {
	width: 50px;
	height: 50px;
}
#backtoblog {
	display: none;
}
.forgetmenot {
	display: none;
}
#wp-submit {
	border-radius: 8px;
	width: 100%;
	white-space: nowrap;
	padding: 10px 30px;
	margin-top: 10px;
	font-size: 18px;
	font-weight: 500;
	background: #009ee8;
	border: none;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.3s ease;
}
#nav {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	flex: 1;
}
#nav:after {
	content: 'This site is protected by reCAPTCHA.';
	margin-top: 40px;
}
#login .notice {
	border: none;
	padding: 0;
	margin: 0 0 20px 0;
	box-shadow: none;
	font-size: 14px;
}

@media only screen and (max-width: 600px) {
	#login {
		width: 100%;
	}
	#loginform {
		max-width: 400px;
		margin: 0 auto;
	}
}