/* Custom login page styling */
.login h1 a {
    /* Customize the login logo */
    background-image: url('/wp-content/uploads/2024/12/TechSTL-Logo-Building-768x307.png') !important;
    background-size: contain;
    width: 320px !important;
    height: 80px !important;
}

.bs-cs-login-title {
    opacity: 0;
}

.login.bb-login .button-primary, .login.bb-login .wp-generate-pw, .login.wp-core-ui .button-primary {
    border-radius: 3px !important;
    font-size: 20px !important;
}

body.login p,body.login h1,body.login h2,body.login h3,body.login h4,body.login h5,body.login h6, body.login a{
	font-family: 'Libre Franklin', -apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif !important;
 }
 
 .technical-support-link {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
 }

 .technical-support-link a{
	background-color: var(--bb-login-register-button-background-color-regular);
	color: #fff !important;
	padding: 0.5rem;
	border-radius: 3px !important;
    
 }

 .technical-support-link a:hover{
	background-color: var(--bb-login-register-button-background-color-hover);
	color: #fff !important;
 }

 .login #login_error{
	padding: 1rem;
 }