html {
    font-family: sans-serif;
    line-height: 1.15;
    height: 100%;
}

body {
    margin: 0;
    font-size: 1rem;
    /*font-weight: 400;*/
    line-height: 2.5;
    color: #1a1a1a;
    /*text-align: left;*/
    height: 100%;
    background-color: #fff;
}

.container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#map {
    height: 100%;
    width: 100%;
    position:absolute;
    top: 0;
    left: 0;
    z-index: 0;
}



.info.error {
    color: #fff;
    background: #dc3545;
    padding: 25px;
    margin: 60px auto 0;
}

#flash {
    color: #fff;
    background: #528a45;
    padding: 25px;
    margin: 60px auto 0;
}


.alert-danger {
    color: #fff;
    background: #dc3545;
    font-size: 10px;
}
#card-body {
    position: relative;
    z-index: 1; /* The z-index should be higher than Google Maps */
    width: 250px;
    margin: 60px auto 0;
    padding: 25px;
    background: black;
    height: auto;
    opacity: .75; /* Set the opacity for a slightly transparent Google Form */
    color: white;
    border-radius: 5px;
    align-content: center;
    align-items: center;
}

#btn {

    /*display: inline-block;*/
    font-weight: 200;
    vertical-align: middle;
    user-select: none;
    background-color: #2fa360;
    border: 1px solid ;
    padding: 1.25rem 1.25rem;
    font-size: 1.2rem;
    line-height: 1.2;
    border-radius: 1.25rem;
    /*transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
}

input[type="text"]{ padding: 10px 10px; line-height: 18px; text-align: center }
input[type="password"]{ padding: 10px 10px; line-height: 18px; }
