
.securitiesTrackerLogin {display:none !important;}

.form-group { margin-bottom: 20px; }

.tracker__hero { background-image: url(/images/SecuritiesTracker_bg.png); background-position: center right; background-size: cover; font-family: "proxima-nova",Arial, Helvetica, sans-serif; }
.tracker__wrap { display: flex; flex-wrap:wrap; align-items: center; min-height: 150px; gap:30px; }
.tracker__left { width: 100%; }
.tracker__right { width: 100%; }
.tracker__statement { color: #fff; font-size: 24px; line-height: 1.22; }
    .tracker__statement > span { font-weight: 600; text-decoration: underline; }

a.tracker__button { max-width: 218px; margin: 0 auto; display: block; padding: 10px; text-align: center; background: #0077E6; color: #fff; border-radius: 10px; font-size: 18px; line-height: 1.5; }
.tracker__knowmore { color: #fff; font-size: 15px; text-align: center; padding-top: 10px; }

@media only screen and (min-width:768px) {
    .tracker__wrap { gap: 0; }
    .tracker__left { width: 75%; }
    .tracker__right { width: 25%; }
}

@media only screen and (min-width:1024px) {
   
}

@media only screen and (min-width:1200px) {
}

@media only screen and (min-width:1500px) {
    .container { padding: 0 105px; }
}
