body {
    font-family: "Raleway";
    height: 100%;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #0f1f3b !important;
    color: white;
    border: 1px solid white;
}

.btn-primary:hover {
    font-weight: bold;
}

/**----- LOGIN ------*/

.login-form {
    width: 400px;
    margin:0 auto;
    padding: 20px;
    max-width: 100%;
}

.login-logo {
    width: 150px;
}

/**----- MAP ------*/

#main-map {
    position: fixed;
    width: 100%;
    height: 90%;
    left: 0;
    bottom: 0;
    background: rgba(51, 51, 51, 0.7);
    z-index: 10;
}

.select-wrapper {
    margin: 10px;
}

.marker-single {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.marker-single:hover {
    width: 15px;
    height: 15px;
}

.marker-multi {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
    background: conic-gradient(red, yellow, lime, aqua, blue, magenta, red);
    border: 1px solid white;
    background-clip: padding-box;
}

.marker-multi:hover {
    width: 18px;
    height: 18px;
}

.inline-marker {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
