#main {
    margin:0px;
}
.ajustBtn{
    width: 80px;
}
#extr-page #header #logo img {
    width: 100px;
}
.alert-danger {
    color: white;
}
/*
.hero{
    background-image: url("../images/maps.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 90% 0px !important;
}
*/

.login-footer {
    position: fixed;
    bottom: 0px;
    background-color: white;
    z-index: 100;
    border-top: 1px solid #80808042;
    right: 0px;
    padding: 0px;
    font-size: 12px;
    padding-left: 10px;
    display: flex;
}
@media only screen and (max-width : 1200px){
    .hero{
        background:transparent;
    }
}
