.omnilert-logo{
                 display:none;
}
body{
                 background-color: #0C3D62;
}
header{
   background-color: #003049;
}
.active{
   border-bottom: 4px solid #ffffff;
}
.account-name h1{
         display: none;
                 color: #002663;
         border-bottom: 2px solid #eaaa00;
}
nav>ul>li>a:hover {
   border-bottom: 4px solid #ffffff;
}
.btn-submit{
   background-color: #0C3D62;
                 border: 2px solid #003049;
}
.btn-submit:hover {
   color: #ffff;
   background: #5B77CC;
   border: 2px solid #5B77CC;
}
.main {
   margin: 118px auto 0px auto;
}
.terms-fieldset {
margin-top:0px;
}
.terms {
   margin-top:10px
}
.terms a {
     font-weight: bold;
    color: #052056;
}
footer{
                 background:rgba(0, 0, 0, 0);
}
.footer-inner p{
                 color: #052056;
}
.sp_footer_list li a{
                 color: #ffff;
}
.sp_footer_list li a:hover{
                 color: #fffff;
                 text-decoration: underline;
}
@media only screen and (max-width: 1023px) and (min-width: 285px){
                nav>ul>li {
                  background: #052056;
                }
}