.input-msg-error{
    display: none;
    padding-top:0.125rem;
    color:rgb(239 68 68);
    font-size: 1.2vw;
}

.msg-error{
    display: none;
    width:100%;
    padding:0.5rem;
    margin-top:10px;
    background-color:rgb(254 202 202);
    color:rgb(185 28 28);
    text-align:center;
    font-weight:600;
}

.msg-success{
    display: none;
    width:100%;
    padding:0.5rem;
    margin-top:10px;
    background-color: rgb(187 247 208);
    color:rgb(21 128 61);
    text-align:center;
    font-weight:600;
}

.input-border-red{
    border-color:rgb(252 165 165) !important;
}

.img-logo{
    width: 40%;
    height: auto;
}
