.logo-header {
    display: flex;
    padding: 12px;
}

.red {
    background-color: #ce6b7a;
}

.background {
    background-color: #8076b3 !important;
    color: #fff !important;
}
.card{
    border-radius: 0px !important;
}
.d-flex-logo{
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
}
.form-control,
.form-select,#signature,button{
    border-radius: 0px !important;
}
.btn-submit {
    background-color: #ce6b7a !important;
    color: #fff !important;
    border-radius: 0px !important;
    border-color: #ce6b7a !important;
}
.btn-submit:hover{
    background-color: #ce6b7a !important;
    color: #fff !important;
    border-radius: 0px !important;
    border-color: #ce6b7a !important;
}
.terms p{
    font-size: 14px !important;
}
.terms ol{
    padding-left: 0px !important;
    margin-left: 0px !important;
}