﻿body {
    background-color: #f8f9fa;
}

.login-container {
    max-width: 400px;
    margin: 80px auto;
    padding: 2rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.form-control:focus {
    box-shadow: none;
    border-color: #0d6efd;
}

.preloader-icon {
    width: 18px;
    height: 18px;
}

#map {
    width: 100%;
    height: 500px;
    z-index: 1;
    cursor: pointer;
}

#map2 {
    width: 100%;
    height: 584px;
    z-index: 1;
    cursor: context-menu;
}

.list-preloader {
    background: url(../img/preloader.gif) no-repeat center center !important;
    background-size: 25px 25px !important;
}

