﻿.content-main {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.card {
    width: 300px;
    border: 0 !important;
}

.app {
    background-color: rgb(255, 255, 255);
}

.card-header {
    padding: 0 !important;
    background: #fff !important;
    border-bottom: 0 !important;
    padding-bottom: 60px !important;
}

.card .card-title {
    color: #fff;
    position: relative;
    font-size: 5em;
    font-weight: 900;
    margin-left: -5px;
    z-index: 1;
}

.card-img {
    position: absolute;
}


footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}

html, body {
    overflow-x: hidden;
}

body {
    position: relative;
}


.card-footer {
    font-size: 1.25rem;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px) saturate(0%);
}

.btn-gauth {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.5rem 0.25rem 0.5rem 0.25rem;
    border: 1px solid #b3b3b3;
    border-radius: 0.5rem;
    background-color: #ffffff;
}

    .btn-gauth:hover {
        box-shadow: unset !important;
    }
