/* Braintree events sign-in skin (v1.0.3). Claire DESIGN-SYSTEM v1.18 tokens.
   Applied ONLY on body.bte-login (the events-bound login flow, all legs). */

body.bte-login {
	background: #002E2D;
	font-family: Rubik, -apple-system, "Segoe UI", Arial, sans-serif;
}
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 300 900;
	font-display: swap;
	src: url('../fonts/rubik-roman.woff2') format('woff2');
}

/* The logo: the white wordmark + green tree, the only variant permitted on Forest. */
body.bte-login #login h1 a,
body.bte-login .wp-login-logo a {
	background-image: url('../img/bt-logo-white-greentree.png');
	background-size: contain;
	background-position: center;
	width: 220px;
	height: 96px;
	margin-bottom: 4px;
}

body.bte-login #login {
	padding-top: 6vh;
	width: 400px;
	max-width: calc(100% - 32px);
}

/* The intro block above the card. */
body.bte-login .bte-login-intro {
	text-align: center;
	margin-bottom: 22px;
	color: #FFFFFF;
}
body.bte-login .bte-login-eyebrow {
	font-size: 11px;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #00D59C;
	font-weight: 600;
	margin: 0 0 6px;
}
body.bte-login .bte-login-intro h1 {
	font-size: 22px;
	font-weight: 600;
	color: #FFFFFF;
	margin: 0 0 8px;
	line-height: 1.3;
}
body.bte-login .bte-login-copy {
	font-size: 14px;
	color: rgba(255, 255, 255, .78);
	margin: 0;
	line-height: 1.55;
}

/* The card. */
body.bte-login #loginform,
body.bte-login #lostpasswordform,
body.bte-login #resetpassform {
	background: #FFFFFF;
	border: 0;
	border-radius: 14px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, .35);
	padding: 28px;
	margin-top: 0;
}
body.bte-login #login form .forgetmenot {
	font-size: 13px;
	color: #3F5651;
}

/* Fields. */
body.bte-login #login form label {
	font-size: 12px;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: 600;
	color: #7A8B86;
}
body.bte-login #login form .input,
body.bte-login #login input[type="text"],
body.bte-login #login input[type="password"] {
	border: 1px solid #E2E8E5;
	border-radius: 8px;
	padding: 10px 12px;
	font-size: 15px;
	font-family: inherit;
	color: #0A1F19;
	background: #F7F9F8;
	box-shadow: none;
	margin-top: 6px;
}
body.bte-login #login form .input:focus,
body.bte-login #login input[type="password"]:focus {
	border-color: #00D59C;
	box-shadow: 0 0 0 3px rgba(0, 213, 156, .25);
	background: #FFFFFF;
	outline: none;
}
body.bte-login .wp-pwd .button.wp-hide-pw {
	color: #3F5651;
}
body.bte-login .wp-pwd .button.wp-hide-pw:focus {
	box-shadow: 0 0 0 2px rgba(0, 213, 156, .4);
}

/* The action button: the Grow pill. */
body.bte-login #login .button-primary {
	background: #00D59C;
	border: 0;
	border-radius: 24px;
	color: #002E2D;
	font-weight: 700;
	font-size: 15px;
	padding: 6px 26px;
	min-height: 42px;
	width: 100%;
	margin-top: 10px;
	text-shadow: none;
	box-shadow: none;
	transition: background .15s ease;
}
body.bte-login #login .button-primary:hover,
body.bte-login #login .button-primary:focus {
	background: #00B584;
	color: #002E2D;
	box-shadow: 0 0 0 3px rgba(0, 213, 156, .3);
}

/* Under-card links: lost password, back to site. */
body.bte-login #login #nav,
body.bte-login #login #backtoblog {
	text-align: center;
	padding: 0;
	margin: 14px 0 0;
}
body.bte-login #login #nav a,
body.bte-login #login #backtoblog a {
	color: rgba(255, 255, 255, .82);
	font-size: 13.5px;
}
body.bte-login #login #nav a:hover,
body.bte-login #login #backtoblog a:hover {
	color: #00D59C;
}
body.bte-login #login #nav a:first-child {
	font-weight: 600;
	color: #00D59C;
}

/* Notices and errors, restyled onto the card language. */
body.bte-login #login .notice,
body.bte-login #login .message,
body.bte-login #login #login_error {
	border: 0;
	border-left: 4px solid #00D59C;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
	font-size: 14px;
}
body.bte-login #login #login_error {
	border-left-color: #D14545;
}

/* The language switcher and the privacy link are noise for this audience. */
body.bte-login .language-switcher,
body.bte-login .privacy-policy-page-link {
	display: none;
}

/* The brand close. */
body.bte-login #backtoblog::after {
	content: "Let's grow.";
	display: block;
	margin-top: 26px;
	color: #00D59C;
	font-weight: 700;
	font-size: 17px;
	letter-spacing: -.01em;
}

/* Native controls take the brand accent. */
body.bte-login input[type="checkbox"] {
	accent-color: #00D59C;
}
