
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

html,body{
background-image: url(../img/lely_background.jpg);
background-repeat:repeat;
background-size: cover;
background-color: black;
height: 100%;
font-family: 'Roboto', sans-serif;
}

.content-div {
    background-color: #ffffff;
    opacity: 0.95;
}

.content-div-full {
    margin-top: 30px;
    width: 1200px;
    opacity: 0.95;
    padding-bottom: 30px;
}

.content-div-login {
    margin-top: 100px;
    width: 500px;
    opacity: 0.90;
}

.bg-custom {
    background-color: #000000;
    height: 80px;
}

.div-lower-button-row {
    text-align: left; 
    margin-top: 30px; 
    margin-left: 10px;
    margin-right: 10px;
}

h2 {
    margin-bottom: 20px;
}
