#vetor1-nl {
    position: absolute;
    width: 30%;
    top: 0;
    left: -4%;
    z-index: -11;
}

#vetor2-nl {
    position: absolute;
    width: 4%;
    bottom: 0;
    right: 4%;
    z-index: -11;
}
.nl{
    padding: 3rem 0;
}
.nl-section{
    box-shadow: 0px -5px 10px #00000040;
}
.Subscribe-btn{
    width: 100%;
    border: 1px solid var(--secundary-color);
    background: #fff;
    color: var(--secundary-color);
    padding: 0.5rem 0;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 1rem;
}
.Subscribe-btn:hover{
    transform: scale(1.05);
    box-shadow: 0px 5px 10px #00000040;
}
.form-control{
    border: 1px solid var(--secundary-color);
}