.bg-gradient-primary-to-secondary {
    background-color: #6eabc2 !important;
    background-image: linear-gradient(135deg, #6eabc2 0%, rgba(80, 108, 106, 0.8) 100%) !important;
}
#layoutAuthentication_content {
    min-height: 92vh;
}
.text-lg {
    font-size: 1.85rem !important;
}
.x-large {
    font-size: 1.55rem !important;
}
#map {
    position: relative;
    outline: none;
    height: 400px;
    width: 100%;
    padding: 5px;
}