.omnilert-logo {display:none;} 

body {
background-image:url(https://ptcollege.edu/wp-content/uploads/2022/10/drone-shot-light-blue.png);
background-size:cover;
background-position:center;
}
.main {
    margin: 118px auto 16px auto;
}
header {
    height: 88px;
    background-color: #005984;
    position: fixed;
    width: 100%;
    top: 0;
}
.active {
    border-bottom: 4px solid #fff;
}
nav>ul>li>a{
     transition:ease-in-out .3s;
}
nav>ul>li>a:hover {
     border-bottom: 4px solid #37AFC4;
}
.user-login {
width: auto;
   max-width:900px;
}

/*Form Content*/
h1 {
    color: #005984;
     display:none;
}
.custom-content h2{
    color:#005984;
}

.btn-submit:hover {
    color: #005984;
    font-weight:600;
background:#37AFC4;
}
.btn-submit {
    background-color: #005984;
    color: #fff;
    transition:ease-in-out .3s;
    font-weight:600;
}

footer {
    background-color: #003147;
    padding: 40px 0;
}

/* Media Queries */
@media only screen and (max-width: 1023px){
nav>ul>li {
    background: #005984;
}
.main {
    margin: 98px 10px 10px 10px;

}
}