/* Bordered form */
form.login_form {
    border: 3px solid #c51162;
    padding: 12px 20px;

}


/* Full-width inputs */
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ffd54f;
    box-sizing: border-box;
    background-color: white;
}

/* Set a style for all buttons */
button.login_btn {
    background-color: #ffd54f;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

/* Add a hover effect for buttons */
button.login_btn:hover {
    opacity: 0.8;
}

/* Add padding to containers */
.forgot_container {
    padding: 16px;
}

/* The "Forgot password" text */
span.psw {
    float: left;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }
    .cancelbtn {
        width: 100%;
    }
}
/*make footer stick to bottom of page  */
body.bottom {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
/*make footer stick to bottom of page */
main.bott_main {
    flex: 1 0 auto;
}
/*display box for property information */
.map-overlay{
    position: absolute;
    top: 210px;
    /*bottom: 450px;*/
    right: 9px;
    width: 200px;
    background: rgba(255, 255, 255, 0.8);
    /*margin-right: 20px;*/
    font-family: Arial, sans-serif;
    font-size: 10px;
    overflow: auto;
    border-radius: 3px;
    z-index:2 !important;

}
.timelinebtn{
    background: #fff;
    position: relative;
    z-index: 1;
    top: 4px;
    left: 10px;
    border-radius: 3px;
    width: 150px;
    height: 50px;
    border: 1px solid rgba(0,0,0,0.4);
    font-family: 'Open Sans', sans-serif;
    opacity: 0.8;
}
.overlays{
    background: #fff;
    position: relative;
    z-index: 1;
    top: 4px;
    left: 10px;
    border-radius: 3px;
    width: 150px;
    height: 50px;
    border: 1px solid rgba(0,0,0,0.4);
    font-family: 'Open Sans', sans-serif;
    opacity: 0.8;
}
/*toggle box*/
#toggle_box{
    background: none;
    position: relative;
    z-index: 1;
    top: 15px;
    left: 200px;
    border-radius: 3px;
    width: 200px;
    height: 50px;
    border:none;
    font-family: 'Open Sans', sans-serif;


}
.parallax-container{
    height: 500px;

}
.legend {
    line-height: 18px;
    color: #555;
}

.legend i {
    width: 2%;
    height: 2%;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.info h4 {
    margin: 0 0 5px;
    color: #777;
}
/*Login box position*/
#login_box{
    position: fixed;
    top: 20%;
    left: 20%;
    margin-top: -25px;
    margin-left: -50px;

}

