    body.login {
        background-image: url('/wp-content/plugins/adnet_admin/images/adnet-login-bg-image.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
        height: auto;
        overflow: hidden;
    }
    
    body {
        background: #f1f1f1;
        min-width: 0;
        color: #444;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 1.4em;
    }
    
    body.login:before {
        content: '';
        background: rgba(0, 0, 0, 0.3);
        position: fixed;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }
    /*login box*/
    
    .login #login {
        width: 320px;
        margin: 130px auto;
        position: relative;
        padding: 40px 40px 40px 40px;
        background: #fff;
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
        text-align: center;
    }
    
    .login #login {
        margin: 70px auto;
        padding: 20px 20px 20px 20px;
    }
    
    .login .login-message,
    .login .message.register {
        width: 100%;
        font-size: 24px;
        line-height: normal;
        color: #4777CD;
        font-weight: 600;
        border: 0px;
        padding: 0px;
        margin: 0px;
        box-shadow: none;
    }
    
    .login form {
        margin: 0px;
        padding: 20px;
        background: #fff;
        font-weight: 400;
        overflow: hidden;
        box-shadow: none;
        text-align: center;
    }
    
    .login input[type="text"]:focus,
    .login input[type="password"]:focus,
    .login input[type="email"]:focus,
    .login input[type="text"]:hover,
    .login input[type="password"]:hover,
    .login input[type="email"]:hover {
        background: #f6f9fd;
    }
    
    .login form .input,
    .login input[type=text] {
        font-size: 24px;
        width: 100%;
        padding: 3px;
        margin: 2px 6px 16px 0;
    }
    
    .login input[type="text"],
    .login input[type="password"],
    .login input[type="email"] {
        border: 0px;
        border-bottom: 2px solid #cfd8e2;
        background: #fff;
        box-shadow: none;
        text-align: center;
        margin-top: 10px;
    }
    
    .login form .input,
    .login input[type=text],
    .login input::placeholder {
        font-size: 24px;
        width: 100%;
        padding: 3px;
        margin: 10px 6px 16px 0;
    }
    
    .login input[type="submit"] {
        width: 100%;
        max-width: 300px;
        background: #4777CD!important;
        border: 1px solid #4777CD!important;
        color: #fff!important;
        font-weight: 600;
        padding: 10px 2px!important;
        height: auto!important;
        line-height: normal!important;
        text-shadow: none!important;
        text-transform: uppercase;
        box-shadow: none;
    }
    
    .login .forgetmenot {
        width: 100%;
        font-weight: 400;
        padding: 10px 0px 20px 0px;
    }
    
    .login form .forgetmenot label {
        font-size: 12px;
        line-height: 19px;
    }
    
    .login label {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        color: #83919e;
        margin-top: 20px;
        text-align: center;
    }
    /*logo*/
    
    .login h1 {
        margin-bottom: 20px;
    }
    
    .login h1 a {
        height: auto;
        padding: 20px 0px;
        background-position: center center;
        background-size: contain!important;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.3em;
        margin: 0 auto;
        padding: 0;
        outline: 0;
        overflow: hidden;
        display: block;
        height: 65px;
        padding-bottom: 30px!important;
        max-width: 300px!important;
    }
    
    .login h1:after {
        content: 'Bejelentkezés';
        width: 100%;
        font-size: 24px;
        color: #4777CD;
        font-weight: 600;
    }