.form {
    background: #001F7E;
    padding: 50px 0;
}
.form .row {
    justify-content: center;
}
.form .wrap {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
}
.form .wrap .header {
    margin-bottom: 30px;
}
.form .wrap .header h2 {
    color: #001F7E;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.form .wrap .header p {
    color: #1C2A45;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.form .wrap form .btn {
    margin: 0 auto;
    display: block;
}
