.bg-blue {
    background-color: #1A357D;
}
#hero {
    width: 100%;
    background: url("https://www.w3schools.com/howto/rain.mp4") top center;
    background-size: cover;
    position: relative;
}
.card {
    background-color: #F8F8F8;
    height: 100% !important;
    border: 0px;
}
label {
    font-weight: 600;
}

.Primary-blue {
    color: #0B44D8;
}
.bg-light-cool {
  background-color: #F4F7FB;
}
.blue-text-card-header 
{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #0B44D8;
}
.form-field-border{
    border: 1px solid #E5E5E5;
}
.fs-12 {
    font-size: 12px;
}