.my-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important;
}

.align-items-center {
    align-items: center!important;
}
.d-flex {
    display: flex!important;
}

.text-center {
    text-align: center!important;
}
.fw-bold {
    font-weight: 700!important;
}
.mb-0 {
    margin-bottom: 0!important;
}
.mx-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important;
}

.btn-supplynet {
    background-color: #00263A!important;
}

.btn-supplynet:hover {
    background-color: #29495A!important;
}

.content-logo {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}
.form-max-width {
    max-width: 30em;
}

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #dddddd;
}