.container-login {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo {
    margin-bottom: 30px;
}

.logo > img {
    width: 100%;
}

#alertMsg {
    margin-top: 10px;
    display: none;
}