* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #E5E5E5;
}

body::before {
    content: '';
    width: 100%;
    height: 436px;
    position: absolute;
    background: #535971;
    left: 0px;
    top: 0px;
    z-index: -1;
}

 .page{
    width: 750px;
    margin: 0 auto;
 }
.text {
    width: 100%;
    
}
.text h3 {
    font-family: 'Staatliches', cursive;
    width: 163px;
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    color: #ffffff;
    padding-bottom: 18px;
    padding-top: 120px;
}

.text p {
    width: 417px;
    height: 46px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}

p {
    font-family: 'Staatliches', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #535971;
    margin-top: 10px;
}

.form {
    background: #ffffff;
    padding: 64px;
    border-radius: 20px 20px 0 0;
    min-height: 300px;
    margin-top: 58px;
}

fieldset {
    border-style: none;
}

fieldset legend {
    font-family: 'Staatliches', cursive;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #535971;
    width: 100%;
    border-bottom: 1px solid #E6E6F0;
    padding-bottom: 16px;
}

.input-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.input-wrapper label {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #4e4958;
    margin-top: 32px;
    margin-bottom: 8px;
    
}

.input-wrapper input {
    background: #fafafc;
    border: 1px solid #e6e6f0;
    border-radius: 8px;
    height: 48px;
    padding-left: 10px;
    padding-right: 10px;
    
}

.input-wrapper label span {
    margin-left: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #C1BCCC;
}

.double-field {
    display: flex;
    flex-direction: row;
    gap: 22px;
}

.col-3 {
    display: flex;
    gap: 15px;
}

.tamanho {
    width: 300px;
}

.spacing {
    margin-top: 32px;
}

footer {
    display: flex;
    align-items: center;
    width: 100%;
    height: 160px;
    background: #535971;
    border-radius: 0 0 20px 20px;
    margin-bottom: 80px;
    
}

footer .button {
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 15px 40px;
   width: 608px;
   background: #ff5374;
   border-radius: 20px; 
    margin: 0 auto;
    border-style: none;
    color: #FFFFFF;
    font-family: 'Staatliches', cursive;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 26px;
}