.nf-form-layout {
max-width: 600px;
margin: 0 auto;
}
#nf-field-5-wrap .nf-field-label {
width: auto;
}
#nf-field-5-wrap .nf-field-element {
width: 84%;
}
body .nf-form-content input[type='submit'] {
border-radius: 21312px;
border: 1px #001d3d;
color: #fff;
background: #001d3d;
transition: 0.3s all;
padding: 16px;
}
body .nf-form-content input[type='submit']:hover {
border-radius: 21312px;
border: 1px #ffc824;
color: #fff;
background: #ffc824;
}
@media (min-width: 1024px) {
body .header-img img {
height: 600px;
object-fit: cover;
object-position: center -500px;
}
}