header{
    background: #034638;
}
.header__logo{
    display: flex;
    justify-content: center;
}
.info-block{
    background: #EEEAE4!important;
}
.footer{
    background: #034638;
}
.footer p{
    color: #fff;
}
.footer__logo{
    margin-bottom: 28px;
}
.form-control{
    box-shadow: 0 4px 4px 0 hsla(0, 0%, 0%, .1);
    padding: 16px 24px!important;
}
.security-disclaimer{
    font-weight: 600!important;
    font-size: 14px;
}
.disclaimer{
    font-style: italic;

}
.formsubmitbtn{
    background: #FFB129;
    border: 0 solid #000;
    padding: 22px 100px;
    border-radius: 6px;
    margin-bottom: 24px;
    cursor: pointer;
    font-weight: bold;
}
.formsubmitbtn:hover{
    background: #034638;
    color: #fff;
}
@media(max-width:540px){
    h1{
        font-size: 20px!important;
    }
}