.is-invalid .form-control {
    border-color: #dc3545;
}

.error-message {
    margin-top: 5px;
    font-size: 0.875rem;
}

.form-submission {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

.form-submission img {
    width: 15%;
}

.form-submit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

.form-submit img {
    width: 25%;
}

.hide-div {
    display: none;
}

.form-floating input {
    width: 96%;
}

.error-message {
    color: red;
}

.form-check {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    width: 30%;
    justify-content: left;
    align-items: center;
}

.form-check input {
    width: 15px;
    height: 15px;
}

.form-check label {
    font-weight: 400;
    font-size: 15px;
}

.form-submission, .form-submit{
    min-height: 350px;
}

.form-submission h3, .form-submit h3{
    font-size: 25px;
}

.form-submission p, .form-submit p{
    font-size: 15px;
}

@media (max-width: 1100px){
    
.form-check {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    width: 50%;
    justify-content: left;
    align-items: center;
}

.form-check input {
    width: 15px;
    height: 15px;
}

.form-check label {
    font-weight: 400;
    font-size: 12px;
}

.form-submission, .form-submit{
    min-height: 350px;
}

.form-submission h3, .form-submit h3{
    font-size: 25px;
}

.form-submission p, .form-submit p{
    font-size: 15px;
}
}