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;

}
.btn
{
    background-color: #178fe6;
    color: white;
    border-radius: 0px;
}

.btn:hover
{
    background-color: #178fe6;
    color: white;
    border-radius: 0px;
}

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