/* 
Theme Name: Custom Theme
Theme URI: https://grafisbali.com/en
Description: Custom Theme is a WordPress child theme designed exclusively for websites developed by Grafis Bali. Integrated with Elementor, it ensures seamless design creation and customization.
Author: Grafis Bali
Author URI: https://grafisbali.com/en/
Template: minimog
Version: 2.0
Text Domain: minimog-child
Tags: Elementor, Custom Theme, Grafis Bali
*/

/* Custom Login Page Styles */
body.login div#login h1 a {
    background-image: none;
    background-size: 0 0;
    height: 0;
    margin: 0 auto 0;
    width: 0;
}

div#login {
    width: 350px;
}

form#loginform, form#lostpasswordform {
    background: #ffffff69;
    border-radius: 25px;
    padding: 45px 35px;
    box-shadow: 0 0px 35px rgb(0 0 0 / 1%);
    border: none;
}

body.login {
    background-image: linear-gradient(109.6deg, rgba(245,239,249,1) 30.1%, rgba(207,211,236,1) 100.2%);
    min-width: 0;
    color: #3b3b3b;
    font-family: 'Verdana', serif, sans-serif !important;
}

input#wp-submit {
    margin-top: 20px;
    padding: 3px 15px;
    border-radius: 10px;
    transition: 0.3s;
}

.login form .input, .login input[type=text] {
    font-size: 16px !important;
    border: 0px !important;
    border-radius: 5px !important;
    padding: 5px 12px !important;
}

.login form input[type=checkbox] {
    box-shadow: none;
    border: none;
}

p.message {
    background: none !important;
    font-size: 14px !important;
    box-shadow: none !important;
    color: #3b3b3b;
    line-height: 1.6em;
}

.login #login_error, .login .message, .login .success {
    border-radius:15px;
}