/*
 Theme Name: fertility
 Author: DP
 Version: 2.0
 Text Domain: fhd
*/

/* Customize Login Page*/

body.login {
	background-color: #FFC832;
	font-size: inherit;
}

.login input[type='text'] {
	font-size: 18px;
}

body.login div#login h1 a {
	background-image: url(../fertility/template-media/logo-fertility.png);
	padding-block: 2rem;
}

#login > h3:nth-child(2) > em,
#login > h3:nth-child(4) > em {
	display: none;
}

#login > h1 > a {
	background-size: 300px;
	width: 100%;
}

#wp-saml-auth-cta {
	display: none;
}

.login h1 a {
	background-position: left center;
	height: 100px;
}

#backtoblog {
	display: none !important;
}

.language-switcher {
	display: none;
}

#wp-submit {
	background-color: #503291;
	border: none;
	border-radius: 1.5rem;
	padding: 0.25rem 2rem;
}

#nav {
	display: none;
}

.privacy-policy-link {
	color: #503291;
	text-decoration: none;
}
