body {
    color: #000000 !important;
    font-family: "Source Sans 3", sans-serif;
}

 
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea[type="text"],
select,
textarea {
    font-size: 18px;
    line-height: 20px;
    padding: 0 16px !important;
    height: 48px;
    background-color: #f1f1f1;
    border: 1px solid #d6d6e7;
    border-radius: 0px;
    color: rgb(35, 38, 59);
     overflow: hidden;
    transition: all 100ms ease-in-out;
    margin: 5px !important;
    width: 100%;
}
table{
    width:100%;
}
.birth-date, select, .input-short[type="text"] {
    width: 300px !important;
}
 
.warning-box {
    display: flex;
    margin: 40px auto auto auto;
     padding: 20px;
    width: auto;
    font-size: 18px;
    color: #000;
    max-width: 900px;
}

.section-1 {
    padding: 10px;
}

.section-2 {
    padding: 10px;
}

.image-blet {
    box-shadow: 0px 0px 2px 2px #000000;
}

.horizontal-rule {
    color: #000000;
}

h3 {
    background: #4C4E52 !important;
    color: #ffffff !important;
    width: 100%;
    padding: 10px;
    box-shadow: 0px 0px 1px 1px #000000;
    text-align: center;
}

h4 {
    background: #4C4E52;
    padding: 10px;
    color: #fff !important;
    width: 100%;
    font-size: 18px !important;
    font-weight: bold !important;
    box-shadow: 2px 2px 2px 2px #ffffff inset;
    text-align: center;
}

form {
    width: 50%;
    display: flex;
    margin: auto;
}
td {
     
}
label {
    font-size: 18px;
}

em {
    font-size: 16px;
    font-weight: bold;
}

 
input[type="radio"], input[type="checkbox"] {
    height: 20px;
    width: 20px;
}
.content-panel {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 50px;
    width: 90%;
}
@media (min-width: 600px) and (max-width: 1024px) {
    input[type="submit"] {
      /*  background: #f1b825 !important;
        font-size: 18px !important;
        font-weight: bold !important;
        padding: 10px !important;
        width: 100%;
        float: right;
        border-radius: 10px;
        border: none !important;*/
    }

    form {
        width: 100%;
        display: flex;
        margin: auto;
    }

    .warning-box {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 600px) {
    .content-panel {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        width: 100%;
    }
/*    input[type="submit"] {
        background: #f1b825 !important;
        font-size: 18px !important;
        font-weight: bold !important;
        padding: 10px !important;
        width: 200px;
        float: right;
        border-radius: 10px;
        border: none !important;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="number"],
    input[type="password"],
    textarea[type="text"],
    select,
    textarea {
        font-size: 18px;
        line-height: 20px;
        padding: 0 16px !important;
        height: 48px;
        background-color: #f1f1f1;
        border: 1px solid #d6d6e7;
        border-radius: 5px;
        color: rgb(35, 38, 59);
        box-shadow: inset 0 1px 4px 0 rgb(119 122 175 / 30%);
        overflow: hidden;
        transition: all 100ms ease-in-out;
        margin: 5px !important;
        width: 100%;
    }*/

    .birth-date, select, .input-short[type="text"] {
        width: 100% !important;
    }

    form {
        width: 100%;
        display: flex;
        margin: auto;
    }

    .warning-box {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
}
