:root {
    --heading-color: #343a40d0;
}

body {
    font-size: .85rem;
}

h2 {
    font-size: 1.25rem;
    letter-spacing: -0.5px;
    font-family: 'Roboto', sans-serif;
    margin-top: 2rem;
    color: var(--heading-color);
}

.login-subtitle {
    max-width: 250px;
    opacity: .8;
}

.login-card {
    border: 0;
    background-color: #fff;
    border-radius: 2rem;
    max-width: calc(400px - 2rem);
    min-width: calc(350px - 2rem);
}

.login-card-footer {
    background-color: #fff;
    border: 0;
    border-bottom-left-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
}

.login-logo {
    width: calc(100% - 2rem);
    max-width: 152px;
    margin-top: -5px !important;
    margin-bottom: 0 !important;
}

.g_id_signin {
    width: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding-top: 1rem !important;
}

@media (max-width: 576px) {
    h2 {
        font-size: 1.25rem;
    }

    .col-12 {
        padding: 0;
    }

    .card-body {
        padding: 1.25rem;
    }
}
