.logo {
    margin: 30px 0;
}
body{
    font-family: 'Ubuntu', sans-serif;

}

.text-section{
    padding: 30px 0;
}

.header-logo{
    background-color: white;
    margin-bottom: 20px;
}


.logos{
    text-align: center;
}

label{
    font-size: 11px;
}

.Asset-Title {
    background-color:#D3D9DC;
    color: white;
    padding: 60px 12%;
}


.form-style {
    padding: 20px 40px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #00CC66;
    margin-top: -40px;
    margin-left: 50px;
}

.container {
    font-size: 17px;
}

h1 {
    font-weight: bold;
}

h3 {
    
    padding: 15px 0;
    font-weight: 400;
    font-size: 22px;
    color: black;
}

ul li {
    line-height: 25px;
}

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

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

.footer {
    padding: 10px 0;

}
.btn
{
    background-color:  #66C0CE;

    
}
.btn:hover{
    
    color: white;
}


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

.form-control {
    height: 40px;
}


@media (max-width: 500px) {
    body {
       width: 100%;
       justify-content: center;
    }

    .container {
       width: 100%;
    }
    .form-style{
        margin-top: 20px;
    }

    .banner-img{
        margin-left: 30px;
    }
 }