/* Accounts Pages Styling */

.auth-container {
	max-width: 450px;
	margin: 7rem auto;
}

.auth-card {
	border: none;
	box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

/* Icon styles for accounts pages */
.email-sent-icon,
.verify-icon,
.error-icon {
	font-size: 3rem;
	margin-bottom: 1rem;
}

.email-sent-icon {
	color: #28a745;
}

.verify-icon {
	color: #0d6efd;
}

.error-icon {
	color: #dc3545;
}

/* Email display box - prevents mobile auto-linking */
.email-display-box {
	font-weight: 600;
	border: none;
	padding: 0;
	background-color: inherit !important; /* to avoid lighter background from form-control */
}
