.align-item-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.d-flex {
    display: flex !important;
}

.container {
    min-height: 100vh;
}

.w-100 {
    width: 100% !important;
}

.signup,
.login {
    max-width: 400px;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.border-0 {
    border: 0px rgb(85, 85, 85) !important;
}

.text-center {
    text-align: center !important;
}
