.logo {
    margin: 30px 0;
}
.form-header{
    text-align: center;
    padding: 30px;
    font-style: italic;
    font-weight: 200;
}

.Mid-bar {
    background-color: #1b9cfc;
    color: white;
}

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

}

.Last-bar {
    background-color: white;
    padding-top: 60px;
    color: black;

}

.title h1{

    font-size: 45px;
    padding: 40px;
    text-align: center;
}

.title-background {
    color: white;
}



.logos {
    padding-left: 12%;
}

label {
    font-size: 11px;
}

.hrline{
    width: 20px;

}

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


.form-style {
    padding: 20px 50px;
    background-color: #006496;
    border-radius: 5px;
    color: white;
    margin-top: 90px;


}

.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 {
    border: 1px solid black;
    border-radius: 5px;
    margin-left: 30px;
}

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

.footer {
    padding: 30px;

}

.btn {
    background-color: #1b9cfc;
    color: white;
    border-radius: 20px;

}

.btn:hover {
    background-color: rgb(224, 83, 48);
    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: 500px) {
    body {
        width: 100%;
        justify-content: center;
    }

    .container {
        width: 100%;
    }

    .title h1{

        font-size: 30px;
    }
}