﻿main {
    min-height: 100vh;
}

#layoutAuthentication {
    overflow: hidden;
}

.bg-blue-conflab {
    background-color: #2196F3;
}


.centralize {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333645;
}

.width-card{
    width: 25rem;
}

@media screen and (max-width:390px) {
    img {
        width: 80%;
    }
}

img{
    width: 18rem;
}