.container-signup
{
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}


.container-signup .form{
    border-radius: 2px;
    box-shadow:  #c0c0c0 2px 1px 2px 1px;
    width: 600px;
    padding: 10px 40px;
}

.menu-central{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    background-color: #f5f1f1;
    width: 100%;
}

.menu-central ul{
    list-style: none;
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: center;
}

.menu-central ul li a{
    color: #333;
}

.menu-central ul li a:hover{
    color: #174094;
}




