body {
    color: #000000 !important;
 
}
a {
    color: #0047d8 !important;
    text-decoration: none;
    font-weight: bold;
}
    a:hover {
        color: #f1b825 !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:50%;
}

.birth-date, select, .input-short[type="text"] {
    width: 300px !important;
}
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="tel"]:focus,
    input[type="number"]:focus,
    input[type="password"]:focus,
    textarea[type="text"]:focus,
    select:focus,
    textarea:focus {
        box-shadow: 0 3px 0 0 rgb(35 38 59 / 5%);
        background-color: #ffffff;
    }

.warning-box {
    width:fit-content;
    border: 2px solid #f44336;
    color: #000000;
    background:#f1f1f1;
    padding: 15px;
    margin: auto;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    font-style:normal !important;
}
    .warning-box p {
        color: #000000;
    }
.section-1 {
    padding: 10px;
}
.section-2{
    padding:10px;
}
.horizontal-rule {
    color: #000000;
}
h3 {
    background: #f1b825 !important;
    color: #000000 !important;
    width: auto;
    font-size:30px !important;
    text-align: center;
}
h4 {
    background: #E1E2DD !important;
    color: #000000 !important;
    width: auto;
    padding: 15px;
    font-size: 30px !important;
    text-align: center;
}
.main-form-h4 {
    background: #4C4E52 !important;
    padding: 20px;
    margin: 0;
    font-size:24px !important;
}
form {
}
.form-section{
   width:100%;
 margin:auto;
}
.form-section form {
    border-radius:10px;

}
label{
    font-size:18px;
}
em{
    font-size:16px;
    font-weight:bold;
}
input[type="submit"] {
    background: #f1b825 !important;
    color: #000000 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 10px !important;
    width: 50%;
     border-radius: 10px;
    border: none !important;
    display: flex;
    margin: auto;
}
input[type="submit"]:hover {
    background: #000000 !important;
    color:#ffffff !important;
    
}
input[type="radio"], input[type="checkbox"] {
    height:20px;
    width:20px;
}
.class-table-sect {
    overflow: auto;
    height: auto;  
    margin:10px;
    border-radius: 10px;
}
@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%;       
        margin: auto;
    }
    .form-section {
        flex-direction: column;

    }
    .warning-box {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .image-blet {
        width: 100%;
    }
    .class-table-sect {
        width:700px;
    }
}
@media (max-width: 600px) {
    input[type="submit"] {
        background: #f1b825 !important;
        font-size: 18px !important;
        font-weight: bold !important;
        padding: 10px !important;
        width: 100% !important;
        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%;       
        margin: auto;
    }
    .form-section {
        flex-direction:column;
    }
    .warning-box {
        width: 100%;
        flex-direction:column;
        align-items:center;
    }
    .image-blet {
        width:100%;
    }
    .class-table-sect {
        width: 350px;
    }
}