* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

.incorrect {
    /*text-align: center;*/
    color: #BD362F;
}
.incorrect-message {
    text-align: center;
    color: #BD362F;
}

.hidden{
    display: none;
}
.card-register{
    max-width: 25rem;
}
.logo{
    position: fixed;
    bottom:5vh;
    right: 5vh;
    width: 5vw;
    height: auto;
}

.logo img{
    max-width: 100%;
    display: block;
}