body{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.logo {
    margin: 30px 0;
}

.Asset-Title {
    margin-bottom: 40px;
}


.form-style {
    padding: 0 50px;
}

.container {
    font-size: 17px;
}

h1 {
    font-weight: bold;
}

h3 {
    text-align: center;
    padding: 15px 0;
    font-weight: bold;
}

ul li {
    line-height: 25px;
}

.banner-img {
    margin: 40px 0;
    border-radius: 5px;
}

hr {
    height: 2px;
    border-width: 0;
    color: grey;
    background-color: grey;
}

.Footer {
    padding: 10px 0;
    background-color: #001639;
    color: white;
    text-align: center;
    font-size: 11px;

}
.footer a {
  
    margin-top: 20px;
     color: white;
 
 } 
 
 .footer p {
   
     margin-top: 10px;
     
  
  }
.btn
{
    background-color: rgb(26, 115, 232);
    color: white;
    border-radius: 0px;
}

.btn:hover
{
    background-color: rgb(26, 115, 232);
    color: white;
    border-radius: 0px;
}

.Opt-in
{
    font-size: 14px;
}