.container {background:url("https://cdn.filec.xyz/2026_banner_assets/us_5sec_redirect/landscape2_bkg.jpg")}
.header-text {text-align: center;color:#fff;font-size:30px;}
.sub-text {color:#fff;text-align:left;font-size:18px;max-width:300px;min-width:200px;}
p {font-family: sans-serif;color:#fff;}
.form_section {display:flex; flex-direction:column;width:700px;border-radius:20px;background: rgba(2, 16, 31, 0.4) !important;padding:30px;justify-content:center;align-items: center;margin: auto;}

.register {width: 100%;padding:10px;max-width: 200px;border-radius:30px;margin: auto;font-weight: bold;text-align: center;cursor:pointer;}

@media only screen and (max-width: 768px) {
    .form_section {width: 300px;}
    .header-text {font-size:20px;}
}

@media only screen and (max-width: 450px) {
    .form_section {width: 250px;padding:20px;}
}