.logo {
    width:100%;
    max-width:150px;
    border-radius:10px
}


.successInput {
    margin-top: 10px;
    color: #198754;
    font-weight:bold;
}

.errorInput {
    margin-top: 10px;
    color: #dc3545;
}

