body {
    font-family: 'Encode Sans', sans-serif;
    background-color: #E5E0E3;
    background-image: url("/client/img/main-background.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    background-attachment: fixed;
}

.wrap {
    width: 1100px;
    margin: auto;
    position: relative;
}

.check-in-section {
    position: absolute;
    left: 0;
    top: -30px;
    padding: 40px 50px 45px 50px;
    background-color: #FFFFFF;
    width: 100%;
    max-width: 590px;
    border-radius: 15px;
    box-shadow: 0 0 20px #00000033;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.2s ease-out, top 0.2s;
    z-index: 10;
}

.show {
    opacity: 1;
    z-index: 20;
    top: 80px;
    transition: opacity 0.2s ease-out, top 0.2s;
}

.check-in-section .check-in-section-header {
    margin-bottom: 30px;
    text-align: center;
}

.check-in-section .check-in-section-header img {
    max-width: 280px;
    max-height: 81px;
    height: auto;
    width: auto;
}

.check-in-section .large-button {
    text-align: center;
    width: 100%;
    background-color: #85BEB8;
    font-size: 31px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 20px;
    padding-top: 65px;
    padding-bottom: 65px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 150ms ease-in-out;
}

.check-in-section .large-button:hover {
    background-color: #669b95;
    transition: background-color 150ms ease-in-out;
}

.check-in-section .large-button:last-of-type {
    margin-bottom: 0;
}

.check-in-section h3 {
    font-size: 33px;
    color: #555555;
}

.check-in-section .details-headline {
    text-align: center;
    margin-bottom: 25px;
}

.check-in-section .form-group {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 12px;
    position: relative;
}

.check-in-section .form-group input {
    background-color: #F7F7F6;
    transition: background-color 150ms ease-in-out;
    color: #555555;
    border: none;
    width: 100%;
    height: 53px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 20px;
    box-sizing: border-box;
    font-family: 'Encode Sans', sans-serif;
    display: block;
}

.check-in-section .form-group input:hover {
    background-color: #EEEEEE;
    transition: background-color 150ms ease-in-out;
}

.check-in-section .form-group input:focus {
    background-color: #EEEEEE;
    transition: background-color 150ms ease-in-out;
}

.check-in-section .form-group input::placeholder {
    color: #BBBBBB;
}

.check-in-section .form-group label {
    color: #777777;
    font-size: 12px;
    margin-bottom: 2px;
    display: block;
}

.check-in-section .form-group label.error {
    color: #cc0000 !important;
    position: absolute;
    top: 0;
    right: 0;
}

.check-in-section .checkbox label.error {
    top: 18px;
}

.check-in-section .form-group .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #F7F7F6;
}

.check-in-section .form-group.checkbox label {
    color: #555555;
    font-size: 12px;
    padding-left: 30px;
    padding-top: 5px;
    transition: background-color 150ms ease-in-out;
}

.check-in-section .form-group.checkbox label:hover input ~ .checkmark {
    background-color: #BBBBBB;
    transition: background-color 150ms ease-in-out;
}

.check-in-section .form-group.checkbox label input:checked ~ .checkmark {
    background-color: #85BEB8;
    transition: background-color 150ms ease-in-out;
}

.check-in-section .form-group .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check-in-section .form-group.checkbox label input:checked ~ .checkmark:after {
    display: block;
}

.check-in-section .form-group input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.check-in-section p {
    color: #555555;
    font-size: 15px;
    margin-bottom: 15px;
}

.check-in-section a {
    color: #555555;
}

.check-in-section .button {
    font-size: 22px;
    color: #FFFFFF;
    background-color: #85BEB8;
    border-radius: 6px;
    text-align: center;
    display: block;
    text-decoration: none;
    padding-top: 20px;
    line-height: 22px;
    padding-bottom: 22px;
    font-weight: 500;
    margin-top: 28px;
    cursor: pointer;
    border: none;
    width: 100%;
    font-family: 'Encode Sans', sans-serif;
    transition: background-color 150ms ease-in-out;
}

.check-in-section .button:hover {
    background-color: #669b95;
    transition: background-color 150ms ease-in-out;
}

#info {
    background-image: url("/client/img/info-background.png");
    background-size: 360px;
    background-repeat: no-repeat;
    background-position: 100% 160%;
    min-height: 580px;
}

#info h3 {
    line-height: 40px;
    text-align: justify;
}

#info p {
    line-height: 20px;
    text-align: justify;
}

#thank-you p {
    line-height: 20px;
    text-align: center;
}

.check-in-section .left {
    width: 100%;
    max-width: 190px;
    margin-top: 50px;
}

.check-in-section input[type=file] {
    display: none;
}

.check-in-section .select-file {
    width: 100%;
    background-color: #F7F7F6;
    color: #555555;
    font-size: 23px;
    text-align: center;
    padding: 40px;
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color 150ms ease-in-out;
    min-height: 203px;
}

.check-in-section .select-file:hover {
    background-color: #EEEEEE;
    transition: background-color 150ms ease-in-out;
}

.check-in-section .select-file i {
    display: block;
    font-size: 80px;
    margin-bottom: 20px;
    color: #85BEB8;
}

#questionnaire h3 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 11px;
}

#questionnaire h5 {
    font-size: 15px;
    color: #85BEB8;
    font-weight: 800;
    margin-bottom: 15px;
    margin-top: 35px;
}

#questionnaire .checkbox label {
    font-weight: 400;
    font-size: 15px;
    padding-top: 1px;
    line-height: 19px;
}

@media only screen and (max-width: 1120px) {
    body {
        background-image: none;
        background-color: #d7d2d3;
    }

    #info {
        background-image: none;
    }

    .check-in-section .left {
        width: 100%;
        margin-top: 50px;
        max-width: none;
    }

    #info h3 {
        line-height: 25px;
        text-align: center;
        font-size: 23px;
    }

    .wrap {
        width: 600px;
    }

    .show {
        top: 40px;
    }
}

@media only screen and (max-width: 700px) {
    body {
        background-color: #fff;
    }

    .wrap {
        width: 360px;
    }

    .show {
        top: 0;
    }

    .check-in-section {
        box-shadow: none;
        padding: 20px;
    }

    .check-in-section .check-in-section-header img {
        margin-bottom: 0;
        text-align: center;
        max-width: 200px;
        height: auto;
    }

    .check-in-section .large-button {
        font-size: 25px;
        font-weight: 500;
        color: #FFFFFF;
        margin-bottom: 20px;
        padding-top: 65px;
        padding-bottom: 65px;
        border-radius: 6px;
        cursor: pointer;
        transition: background-color 150ms ease-in-out;
    }
}

@media only screen and (max-width: 370px) {
    .wrap {
        width: 320px;
    }
}
