.card-register{
    width: 80vw !important;
    margin: 0 auto;
}

.authentication-wrapper.authentication-basic .authentication-inner{
    max-width: none !important ;
}

.second-page{
    position: absolute;
        left: 0;
        top: 0;
    background-color: white;
    transform: translateX(150%);
    height: 100%;
    transition:all 0.3s ease-in-out;
}

.google-icon{
    width: 28px;
    height: 28px;
}

.btn-google{
    border: 1px solid rgba(128, 128, 128, 0.459);
}