

html{
    font-family: 'Poppins', sans-serif;
}

.fullscreen {
    display: flex;          
    justify-content: center;  
    align-items: center; 
    min-height: 100vh;
    min-width: 100vw;
    background-image: url('q4_logo_a_25_50.png');
    background-repeat: repeat;
}

.centered-box {
    min-width: 600px;
    max-width: 1200px;
    padding: 1rem 2rem;
    background-color: #212B3C;
    border-radius: 5px;
}

h1 {
    color: white;
    text-align: center;
    margin-bottom: 1rem;
}

hr{
    border: 1px solid #777;
    margin: 1rem 3rem 1.5rem 3rem;
}

#signature-form .row {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
    margin-bottom: 1em;
    width: 100%;
}

#signature-form .col {
    display: flex;
    flex-direction: column;
    width: 48%; /* Adjusted to keep two columns per row with some space between */
}

#signature-form label {
    color: white;
    /* margin-bottom: 0.5rem; */
}

#signature-form input {
    font-size: 1.25em;
    padding: 0.5em;
    border-radius: 5px;
    margin-top: 0.25rem;
    /* margin-bottom: 1em; */
}

.primary-orange-btn {
    display: block;
    padding: 0 3em !important;
    color: white;
    border-radius: 2px;
    background-color: #EF402A;
    border: 2px solid  #EF402A;
    height: 3em;
    font-size: 16px;
    margin: 1.25rem auto 0 auto !important;
    text-align: center;
}
