
.form-signup{
    background-image: linear-gradient(-225deg, white 50%, #3ba6e3 50%);
    margin-top: 40px;
    border-radius: 5px;
    box-shadow: 0 9px 50px hsla(20, 67%, 75%, 0.31);
}
.form-signup h1{
    font-family: 'Playfair Display', serif;
    color: #3e403f;
}
.form-signup input{
    border-radius: 5px;
    padding-left: 6px;
    
}
.bg-color-signup{
    background-image: linear-gradient(-225deg, white 0%, #3ba6e3 100%);
    background-image: linear-gradient(to top, white 0%, #3ba6e3 100%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    
}
