/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 30 2024 | 14:45:50 */
#password-protected-logo a {
    background: url('https://i0.wp.com/ambassadorisport.com/wp-content/uploads/2024/05/sport-logo-bat-ball.png') no-repeat !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    scale: 2 !important;
}
.login-password-protected {
    background: linear-gradient(#3d0235, #cf167d) !important;
}
.login-password-protected #loginform {
    background: #3d0235 !important;
    border: none !important;
    color: white !important;
    border-radius: 10px !important;
    #wp-submit {
        background: #cf167d !important;
        border: none !important;
        color: white !important;
        border-radius: 10px !important;
    }
}
