﻿.consent-form {
    font-size: 1.2em;
    text-align: left;
    max-width: 600px;
    margin: auto;
}

    .consent-form h1 {
        margin-top: 0;
    }

    .consent-form .signature-box {
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 10px 20px;
        margin-bottom: 10px;
        height: auto;
        position: relative;
    }

        .consent-form .signature-box .signature-line {
            border-bottom: 3px dashed #ccc;
            height: 100px;
            margin: 0 0 10px;
        }

        .consent-form .signature-box .photo-holder {
            position: absolute;
            top: 10px;
            right: 10px;
            height: 80px;
            width: 80px;
            border: 1px solid #DDD;
            background-color: #f9f9f9;
            text-align: center;
        }

    .consent-form .first-column {
        width: 70px;
        float: left;
        padding-right: 5px;
        text-align: right;
    }

    .consent-form .second-column {
        max-width: calc(100% - 74px);
        float: left;
    }

    .consent-form label {
        width: 80%;
        font-weight: normal;
    }

    .consent-form .form-element {
        display: inline-block;
        width: 100%;
        max-width: 600px;
    }

    .consent-form .initials-box {
        background-color: #ffffff;
        border: 1px solid #ddd;
        padding: 10px;
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
        min-height: 80px;
    }

        .consent-form .initials-box .first-column {
            width: 55px;
            height: 55px;
            border: 1px solid #ddd;
            background-color: #f9f9f9;
            padding: 0;
            margin-right: 5px;
            display: flex;
        }

        .consent-form .initials-box .initials-box-image {
            width: 100%;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .consent-form .initials-box .initials-line {
            border-bottom: 3px dashed #ccc;
            height: 100px;
            margin: 0 0 10px;
        }

    .consent-form .instructional-text {
        color: #999;
        cursor: default;
        font-size: 0.8em;
        line-height: 1.2;
    }
