body {
    background-color: #FFFBFB;
}

.auth-card {
    border-radius: 15px;
}

.auth-img {
    width: auto;
    height: auto;
    object-fit: contain;
}

.auth-btn {
    display: block;
    width: 100%;
    background: var(--secondary-base);
    border-radius: 5px;
    color: var(--white) !important;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 1.2rem;
}

.google-btn {
    display: block;
    width: 100%;
    border: 1px solid var(--black);
    background: var(--white);
    border-radius: 5px;
    color: var(--black) !important;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 1.2rem;
}
