.form-principal-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #7fedfa24;
}

.form-new-location {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    width: 60vw;
    max-width: 600px;
    padding: 20px;
    background-color: #7fedfa24;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}

.form-new-location .form-button-wrap{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    gap: 5vw;

}