.mainHeaderBg {
    background: url(../images/banner.jpg) no-repeat top center;
    background-size: cover;
    min-height: 60vh;
}
.form-control:focus {
    color: #1e2022;
    background-color: #fff;
    border-color: #543a74 !important;
    outline: 0;
    box-shadow: none,0 0 0 .2rem none;
}
.btnsubmit{
    padding: 10px 20px!important;
    color: #fff !important;
    background-color: #543a74 !important;
    border-radius: 10px !important;
    border:none !important;

}
.heading-1{
    font-weight: 600 !important;
    font-size: 26px !important;
    color: #543a74 !important;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 25px !important;
    text-align: center;
}
#footer {
    display: block;
    position: relative;
    background-color: #f9f9fa;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    font-family: inherit;
}
#footer .copyright-content {
    min-height: 80px;
    padding: 30px 0;
    background-color: #f1f1f3;
    font-size: 13px;
}
.bg-izblue {
    background: #503571!important;
}
@media(max-width: 480px) { 
    .btnsubmit {
        padding: 2px 20px!important;
        color: #fff !important;
        background-color: #543a74 !important;
        border-radius: 10px !important;
        border: none !important;
   }
}