.login_div {
    text-align: center;
}

.money_p {
    font-size: 34px;
    font-weight: 600;
    font-family: sans-serif;
}

@media (max-width: 767px) {
    .login_div {
        padding-top: 20px;
    }
}


.firebaseui-provider-sign-in-footer .firebaseui-tospp-full-message {
    display: none
}

.login_label {

    font-size: 18px;
    font-weight: 600;
    text-align: center;
    font-family: sans-serif;
    margin-top: 60px;
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
    float: left;
    width: 50%;
    padding: 5px;
}

/* Clear floats after image containers */
.row::after {
    content: "";
    clear: both;
    display: table;
}

.row {
    display: flex;
}

.column {
    flex: 50%;
    padding: 5px;
}


