#brand{
    color: #ff6b10;
}

/*SIGNIN FORM*/
#btn-signin{
    width: 100%;
}

/*SIGNUP FORM*/
#btn-signup{
    width: 100%;
}

#top-container-user-profile {
        display: flex;
        align-items: center
}

#card-user-profile {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
        padding: 2rem !important
}

.name {
        font-size: 15px;
        font-weight: bold;
        color: #272727;
        position: relative;
        top: 8px;
        margin-left: 10px;
}

.data-user{
    margin-left: 10px;
}

.profile-image {
    border-radius: 4px;

}




