/* holi_styles.css */

/* Body background color for Holi */

/* Custom styles for login form elements specific to Holi */
.form-control {
    background-color: #f8d7da; /* Example background color for input fields */
    border-color: #f5c6cb; /* Example border color for input fields */
    color: #721c24; /* Example text color for input fields */
}





/* Style for the background image */

body.add_content{
background-image: url('assets/img/holi1.jpg') !important; 
background-size: 70% !important; 
}


.holi-style
{
background-image: url('assets/img/holi1.jpg') !important; 
background-size: 70% !important; 
}