@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Oleo+Script:wght@400&family=Open+Sans:ital,wght@0,300;0,600;0,800;1,300;1,600&display=swap");

.payment-container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 90vh !important;
}

.account-container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100vh !important;
}

.capitalize-fab-button {
    text-transform: capitalize !important;
}

.side-bar-login-button {
    padding: 15px !important;
}