body{
    font-size:16px;
}
label{
    font-weight:bold;
    color:#455a64;
    font-size:0.9rem;
}
h3{
    color:#454a64 !important;
}
.logo{
        width:100%;
        text-align:center;
    }
    .logo img{
        max-width:200px;height:auto;
        padding:1rem;
    }
    .form-section{
        height:auto;
    }
    h4{
        font-size:1.1rem;
        color:#454a64 !important;
        text-transform:uppercase !important;
        width:100%;
        border-bottom: thin solid #454a64;
    }
    h3{
        color:#2149E0 !important;
        font-size:1.2rem;
    }
    .form-row{
            flex-direction:row;
        }

h2{
    font-size:1.2rem;
    text-transform:uppercase;
}

    @media screen and (max-width: 999px) {
        .form-row{
            flex-direction:column;
        }

    }
