/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 06 2024 | 09:38:18 */
/* change website logo at login page */
#login h1 a, 
.login h1 a 
{
		background-image: url(/wp-content/uploads/2023/08/sochic-logo.svg);

        width:150px;
        height:100px;
        background-size: 150px 100px;
        background-repeat: no-repeat;
        padding-bottom: 10px;
}
