.logo {
    margin: 25px 0;
}
.form-header{
    text-align: center;
    padding: 30px;
    font-weight: bold;
}

.container-fluid{
    background-color: #0F1849;
    width: 70%;
   
}

.header-logo{
    background-color: white;
}

body {
    font-family: 'Ubuntu', sans-serif;
    background-color: whitesmoke;
    

}

/* .Last-bar {
    background-color: #0F1849;
    padding-top: 10px;
    color: black;

} */

.title h1{

    font-size: 40px;
}

.title-background {
    color: white;
}



.logos {
    padding-left: 6%;
}

label {
    font-size: 11px;
}

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


.form-style {
    padding: 20px 50px;
    background-color: #0F1849;
    border-radius: 5px;
    border: 1px solid white;
    color: white;
    
}

.container {
    font-size: 17px;
    background-color: #11395C;
}

h1 {
    font-weight: bold;
}

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

.Abstract{
    background-color: #1D2144;
    color: white;
    padding: 10px;
    font-size: 16px;
}

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: #026CE5;
    color: white;

}

.footer{
    
    background-color: #19214e;
    padding: 30px;
}

.btn:hover {
    background-color: #026CE5;
    color: white;
}


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

.form-control {
    height: 40px;
}
.loading-message {
    display: none;
  }
  .thank-you-message {
    display: none;
    font-weight: bold;
    color: green;
  }



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

    .container-fluid {
        width: 100%;
    }

    .title h1{

        font-size: 30px;
    }
}