/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* MOTIS Vodomjeri Login */

.motis-login-wrap {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    color: #000;
}

.motis-login-wrap h1,
.motis-login-wrap p {
    color: #000;
}

.motis-login-box {
    width: 260px;
    margin: 50px auto 15px auto;
    padding: 26px 31px 30px 31px;
    border: 2px solid #999;
    border-radius: 8px;
    text-align: left;
    background: #fff;
}

.motis-login-box p {
    margin: 0 0 12px 0;
}

.motis-login-box label {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

.motis-login-box input[type="text"],
.motis-login-box input[type="password"] {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 8px 12px;
    margin-bottom: 8px;
    border: 1px solid #7f8b99;
    border-radius: 2px;
    font-size: 15px;
    background: #fff;
}

.motis-login-box input[type="text"]:focus,
.motis-login-box input[type="password"]:focus {
    outline: none;
    border-color: #0077c8;
    box-shadow: 0 0 0 2px rgba(0, 119, 200, 0.15);
}

.motis-login-box input[type="submit"] {
    background: #0077c8;
    color: #fff;
    border: none;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
    transition: background 0.2s ease;
}

.motis-login-box input[type="submit"]:hover {
    background: #005f9e;
}

.motis-login-box input[type="submit"]:active {
    transform: translateY(1px);
}

.motis-login-error {
    max-width: 322px;
    margin: 0 auto 20px auto;
    padding: 12px;
    background: #ffe5e5;
    border: 1px solid #d8000c;
    color: #d8000c;
    border-radius: 5px;
    text-align: center;
}

.motis-login-note {
    font-style: italic;
    color: #555;
    margin-top: 15px;
    text-align: center;
}