/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.mepr-login-link, .custom-login-btn {
    background-color: #ff2b !important;
    color: white !important;
    padding: 10px 15px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-weight: bold !important;
    border: none !important;
    transition: background 0.3s ease-in-out !important;
}

.mepr-login-link:hover, .custom-login-btn:hover {
    background-color: #cc2200 !important; /* Etwas dunkleres Rot beim Hover */
}