
html, body{
    height: 100%;
}

body{
    background: #fff;
    border-color: black;
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif 
}

.bg-login{
    background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url('../../images/agua.jpg');
    
    /* background-color: black; */

    /* width: calc(100% - 500px); */
    height: 100vh;
    /* padding: 24px; */
    position: relative;
    min-height: 500px;
    background-size: cover;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center;
}