.wrapper-form {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
overflow-y: auto;
display: none;
background-color: rgba(59, 67, 76, 0.5);
}
.form-content {
width: 85%;
max-width: 763px;
height: auto;
background-color: #fff;
position: absolute;
text-align: center;
z-index: 2;
left: 50%;
margin: 10% auto;
transform: translateX(-50%);
}