/*======================================
Theme Name: WW Insights
Theme URI: https://divicake.com/
Description: WW Insights Child Theme
Version: 1.0
Author: Jonathan hölz
Author URI: https://divicake.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */


/* Login */

.login {
    background: #121212;
    color: #121212;
    display: flex;
    justify-content: center;
}

.login #login {
    width: 400px;
    max-width: 80%;
    margin: auto;
    padding: 40px;
    border-radius: 10px;
    background-color: #ffffff;
}

.login form {
    background-color: transparent;
    border: none;
    margin: 20px 0 0 0;
    margin-bottom: 0!important;
    padding: 0!important;
}

.login h1 a {
    background-image: url(https://dev2.jonathanhoelz.de/wp-content/uploads/2022/08/WW_Hauptlogo_mitSlogan.png);
    width: 100%;
    height: auto;
    background-size: 100%;
    height: 100px;
}