/* This CSS file will be included in the frontoffice */
@import 'hooks.css';
@import 'card-js.min.css';

.text-center {
    text-align: center !important;
}
.m-b-70{
    margin-bottom: 70px !important;
}
.fs-18 {
    font-size: 18px;
}

.center-block {
    float: none;
    margin: 0 auto;
}

.is-invalid {
    text-align: left;
    color: #d72626;
    font-size: 11px;
}