/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Description: Child theme for Hello Elementor
Version: 1.0
Author: Mushroom
*/
.footer-content{
	text-align:center;
}
.divider{
	border: none;
    border-top: 1px dashed gray;
    margin: 30px 0;
}
/* Log-in Form */
#login-form-container{
	display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50vh; /* Optional: centers vertically too */
}
#loginform{
	max-width:65%;
	border-radius:5%;
	box-shadow:0px 0px 4px gray;
	padding:25px;
	 width: 100%; /* Ensures it respects max-width */
	background-color:whitesmoke;
}
.logged-in-message{
	color:white;
}