/*
Theme name: LeafSpring Schools
Description: Custom Theme
*/

/*
	Source SCSS styles are located in resources/scss/
	The compiled bundle is saved to `dist/index.${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	The DEVELOPMENT.md file contains instructions how to get the build
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

/* signup-content */
.wp-singular:has(#signup-content) #page {
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
}

.wp-singular:has(#signup-content) #page hr {
	display: none;
}

.wp-singular:has(#signup-content) #header {
	text-align: center;
}

.wp-singular:has(#signup-content) #headerimg a {
	overflow: hidden;
	display: block;
	width: 200px;
	height: 60px;
	padding: 0;
	margin: 0 auto 50px;
	background: url(resources/images/logo.svg) no-repeat center / contain;
	text-decoration: none;
	text-indent: -4004px;
}

.wp-singular:has(#signup-content) #header .description {
	display: none;
}

.wp-singular:has(#signup-content) #setupform input[type="text"],
.wp-singular:has(#signup-content) #setupform input[type="email"] {
	width: 100%;
	min-height: 40px;
	max-height: none;
	padding: .1875rem .3125rem;
	border: 1px solid #8c8f94;
	border-radius: 4px;
	margin: 0 6px 16px 0;
	background: #fff;
	font-size: 24px;
	line-height: 1.33;
	color: #2c3338;
	box-shadow: 0 0 0 transparent;
}

.wp-singular:has(#signup-content) .wp-signup-container h2 {
	font-size: 2.5rem;
}

.wp-singular:has(#signup-content) #setupform input[type="submit"] {
	min-height: 32px;
	padding: 0 12px;
	border: 1px solid #1f2a44;
	border-radius: 3px;
	background-color: transparent;
	font-size: 18px;
	font-weight: 600;
	color: #1f2a44;
	line-height: 2.30769231;
	box-shadow: 0.2rem 0.2rem 0 0 #1f2a44;
	text-shadow: none;
	transition: color .4s, box-shadow .4s;
}

.wp-singular:has(#signup-content) #setupform input[type="submit"]:hover {
	background-color: #1f2a44;
	border-color: #1f2a44;
	box-shadow: 0 0 0 0 #1f2a44;
	color: #fff;
}

.wp-singular:has(#signup-content) #footer {
	display: none;
}
