.logo {
    margin: 30px 0;
}
body {
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Arial, sans-serif;
}



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

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


.logos{
    text-align: left;
    padding-left: 50px;
}

label{
    font-size: 16px;
}

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


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


.title {
   padding-left: 2px; padding-right: 12px;
}
.form-div{
    margin-left: 70px;
}

.container {
    font-size: 17px;
}

h1 {
    font-weight: bold;
}

h3 {
    text-align: center;
    padding: 15px 0;
    font-weight: 400;
    font-size: 18px;
}

ul li {
    line-height: 25px;
}

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

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

.footer {
    padding: 10px 0;

}
.btn
{
    background-color:  #152C81;

    
}
.btn:hover{
    
    color: white;
}


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

.form-control {
    height: 40px;
}


@media (max-width: 500px) {
    .text-section{
    padding: 30px 10px;
   
}
    .title {
   padding-left: 22px; padding-right: 12px;
}

    .form-div{
    margin-left: 0px;
}
    
    .logos{
    text-align: left;
    padding-left: 30px;
}
    body {
       width: 100%;
       justify-content: center;
    }

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

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

    }
 }