@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

html, body {
    background: white;
    margin: 0;
    padding: 0;
    color: white;
    height: 100%;
    width: 100%;
}

.col-3-cust {
    position: absolute;
    align-items: center;
    top:20vh;
    max-height: 700px;
    background:rgba(255, 255, 255, 0.8);
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    border-color: gray;
    color: black;
    font-family: monospace;
    padding:25px;
}


.row-container {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
}

.first-row, .last-row {
    margin: 0;
    padding: 0;
}

.second-row {
    flex-grow: 1;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: url('/images/background.png') center center no-repeat fixed;
    background-size: cover;
}

body, #print, #logout, #group, #report, #downloadserver {
    font-family: 'Open Sans', Arial, Verdana, sans-serif;
    font-size: 1.6vmin;
}

h1, h2 {
    font-family: 'Raleway';
    padding-top: 2.0em;
    padding-bottom: 1.0em;
    color: white;
    font-weight: normal;
    text-align: center;

}

h1 {
    font-size: 5.4vmin;
}

    h1 span {
        background: rgb(8, 118, 8, 0.5);
    }

    h1::before {
        content: 'Valo Luxury Retreats Owner Portal'
    }

h2 {
    font-size: 2.8vmin;

}

    h2::before {
        content: 'Please login to see your information'
    }

.first-row {
    background: black;
    font-size: 1em;
}

.left {
    padding: 1em;
    float: left;
}

    .left img {
        margin-bottom: 0.5em;
    }

.right {
    float: right;
    text-align: right;
}

    .right select {
        margin-bottom: 0.25em;
    }

.left, .right {
    padding: 0.5em;
}


#login {
    text-align: center;
}

#login a {
	background: black;
    padding: 0.75em 4em;
    color: white;
    text-decoration: none;
    border: solid 1px white;
    font-weight: bold;
}

#login a:hover {
    color: black;
    background: white;
	border: solid 1px black;
}

#print, #logout, #downloadserver {
    display: inline-block;
    margin: 0.25em 0 0 0;
    padding: 0 0 1px 0;
    background: white;
    color: black;
    font-size: 1em;
    border: solid 1px black;
    width: 9em;
    text-decoration: none;
    text-align: center;
}

#print:hover, #logout:hover, #downloadserver:hover {
    background: black;
    color: white;
    border: solid 1px white;
}

#print, #downloadserver {
    margin-right: 4px;
}

#group, #report {
    font-size: 1em;
    width: 20em;
    background: white;
    color: black;
}

iframe {
    border: none;
}
