html {
    height: 100%;
    overflow: scroll;
}
body {
    background-image: url("../img/background.png");
    background-size: 100% 100%;
    min-width: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.img-top {
    min-width: 100%;
    height: 10%;
}

.img-top img {
    width: 100%;
    height: 100%;
}

.logo-login {
    margin-top: 3%;
}

.logo-login img {
    max-height: 250px;
}

.menu {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
}
.menu img {
    max-height: 180px;
}

.form-login {
    border: 2px dashed;
    border-color: white;
    border-radius: 5px;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: white;
    font-size: 1.5rem;
    min-width: 50%;
}

input {
    border-radius: 1.5rem !important;
    border: 0;
    outline: none;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.btn-login {
    background-color: transparent;
    color: white;
}

.error {
    background-color: rgba(255, 0, 0, 0.7);
    color: white;
    text-align: center;
    padding: 10px 0 10px 0;
}

.success {
    background-color: rgba(0, 255, 0, 0.7);
    color: white;
    text-align: center;
    padding: 10px 0 10px 0;
}

.message {
    -webkit-animation: cssAnimation 4s forwards;
    animation: cssAnimation 4s forwards;
}

@keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}
@-webkit-keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}

.img-bottom {
    position: fixed;
    bottom: 0;
    max-width: 40%;
    z-index: -1;
}

.img-left {
    left: 0;
}

.img-right {
    right: 0;
}

.link-menu {
    display: inline-block;
    width: 60%;
    padding: 5px;
    background-color: #ffba00;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 20px;
    color: blue !important;
    font-weight: bold;
}

.link-active {
    color: white !important;
}

a, a:hover, a:active, a:visited, a:focus {
    text-decoration: none;
    text-decoration-color: none;
    color: white;
}

.paginator {
    text-align: right;
}

.paginator {
    text-align: center;
}

ul.pagination {
    display: block;
    margin-left: -0.3125rem;
    min-height: 1.5rem;
}

.paginator ul.pagination li {
    float: none;
    display: inline-block;
}

.paginator p {
    text-align: right;
}

ul.pagination li a, ul.pagination li button {
    padding: 0.0625rem 0.625rem 0.0625rem;
}

ul.pagination li {
    margin-left: 0.3125rem;
}

ul.pagination li.active a {
    background-color: rgba(200, 200, 200, 0.7);
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    cursor: default;
}

.img-complaint {
    width: 40%;
}

#mapa {
    width: 100%;
    height: 90%;
}
