/*
Theme Name: Lithos Tools
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* --- Bare auth pages (login / register / password) --- */
.lithos-auth-page {
	background: #f6f7f9;
}
.lithos-auth-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	padding: 30px 15px;
}
.lithos-auth-inner {
	width: 100%;
	max-width: 460px;
	background: #fff;
	padding: 40px;
	border-radius: 8px;
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
}
.lithos-auth-title {
	text-align: center;
	margin-bottom: 24px;
}

/* --- Custom auth forms (login / register) --- */
.lithos-auth-form {
	max-width: 420px;
	margin: 0 auto;
}
.lithos-auth-success {
	padding: 10px 14px;
	margin-bottom: 16px;
	border-left: 3px solid #46b450;
	background: #ecf7ed;
	color: #2a7d33;
}
.lithos-auth-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}
.lithos-auth-form input[type="text"],
.lithos-auth-form input[type="email"],
.lithos-auth-form input[type="password"] {
	width: 100%;
}
.lithos-auth-form .lithos-auth-remember label {
	font-weight: 400;
}
.lithos-auth-error {
	padding: 10px 14px;
	margin-bottom: 16px;
	border-left: 3px solid #e2401c;
	background: #fbeaea;
	color: #a02d18;
}
.lithos-auth-notice {
	padding: 10px 14px;
	background: #f3f3f3;
}
.lithos-auth-links {
	font-size: 0.9em;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}