body header#site-header {
    display: none;
}
.landing-logo-top
{
    max-width: 300px;
}
body.page-template-page-landing .top-content .top-img{
    max-height: 800px;
}
body.page-template-page-landing  .top-content .cstm-title{
    height: 60%;
}
.landing-hedaer-wrapper {
    background-size: 100% 110%;
    transition: all .3s linear 0s;
    background-repeat: no-repeat;
}
.form-landing-wrapper {
    border-top: 20px solid #53666f;
    background-color: #ffffffad;
    max-width: 400px;
}
.form-landing-wrapper .form-group.checkbox input[type="checkbox"] {

}
.form-landing-wrapper label.form-check-label {
    max-width: 80%;
    line-height: 20px;
}
.landing-hedaer-wrapper.carousel-item.active.full-screen {
    float: none;
    margin: 0px!important;
    height: auto!important;
}
@media (max-width: 500px) {
    .form-landing-wrapper {
        max-width: 300px;
    }
}
