.page-header {
    padding-top: 122px;
    padding-bottom: 48px;
}

.mb-32 {
    margin-bottom: 32px;
}

.bg-section {
    background-color: #FBFBFB;
}

.shadow-card {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}

.borderR-8px {
    border-radius: 8px !important;
}

.button-google {
    width: 100%;
    background-color: var(--white);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px !important;
}

.error {
    font-size: 12px;
    position: relative;
    line-height: 1;
    width: 100%;
    color: #ff0000;
}
