/*
Theme Name: GrowTech Theme
Theme URI: https://growtechacademy.com/
Author: GrowTech
Author URI: https://growtechacademy.com/
Description: Custom theme for GrowTech Academy, optimized for LearnPress and High Performance (+95% PageSpeed).
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: growtech
*/

.gt-auth-card .gt-custom-form p {
	margin: 0;
}

.gt-auth-card .gt-custom-form label {
	color: var(--text-heading);
	display: grid;
	font-weight: 700;
	gap: .45rem;
}

.gt-auth-card .gt-custom-form input {
	background: #f7f9fc;
	border: 1px solid #0b1a4a1f;
	border-radius: .9rem;
	color: var(--text-heading);
	padding: .95rem 1rem;
	width: 100%;
}

.gt-auth-switch {
	color: var(--text-main);
	margin-top: 1rem;
}

.gt-auth-switch a {
	color: var(--accent);
	font-weight: 800;
}
