* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

form{
    display: flex;
    flex-direction: row;
    height: 100vh;
    width: 100%;
    border: 2px solid transparent;
    background: linear-gradient(90deg, rgba(174,216,238,0.5), rgba(118,134,255,0.5)), url(../img/vila2.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    /* background-attachment: fixed; */
}

.table-full{
    width: 500px;
    height: 700px;
    background: rgba(255, 255, 255, 0.8);
    margin: 50px auto; 
}
h1{
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 5px;
    letter-spacing: 5px;
}
#rezervace_text{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-align: center;
}
.group{
    display: flex;
    flex-direction: row;
    margin: 5px 10px;
}
form input{
    font-family: 'Roboto', sans-serif;
    width: 250px;
    height: 30px;
    margin-left: 100px;
    border-radius: 7px;
    margin-top: 10px;
    padding-left: 7px;
}
form select{
    font-family: 'Roboto', sans-serif;
    width: 250px;
    height: 30px;
    margin-left: 100px;
    border-radius: 7px;
    margin-top: 10px;
    padding-left: 7px;
}
.vyber {
    font-family: 'Roboto', sans-serif;
    color: black;
    padding-left: 7px;
    border-radius: 7px;
}

textarea{
    font-family: 'Roboto', sans-serif;
    width: 250px;
    height: 100px;
    margin-top: 10px;
    margin-left: 100px;
    border-radius: 7px;
    padding-left: 7px;
}
label{
    font-family: 'Roboto', sans-serif;
    width: 250px;
    height: 30px;
    font-size: 15px;
    margin-top: 10px;
    margin-left: 100px;
    width: 60px;
}
form input[type=submit] {
    font-family: 'Roboto', sans-serif;
        border: none;
        background: rgb(101, 104, 105);
        color: white;
        padding: 5px 20px;
        text-transform: uppercase;
        font-weight: 500;
        border-radius: 7px;
        margin-bottom: 20px;
}
form input[type=submit]:hover {
    border: none;
    background: rgb(101, 104, 105);
    color: white;
    font-family: 'Roboto', sans-serif;
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 7px;
    cursor: pointer;
}
