.unisoft-bootstrap-override {
    font-family: Inter, sans-serif;
    background-color: #f9f9f9;
}

.vertical-center-80vh {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
}

.unisoft-flex-card {
    background-color: #ffffff;
    border-radius: 8px;

    /* Shadows/sm */
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);

    display: flex;
    width: 370px;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.btn {
    border-radius: 20px;
    border: 2px solid;
    font-family: Inter, sans-serif;
    font-weight: 500;
}

.btn-primary {
    background-color: #212FF2;
    border-color: #212FF2;
    color: #ffffff;
}

.btn-secondary {
    background-color: #ffffff;
    border-color: #212FF2;
    color: #212FF2;
}