@font-face {
    font-family: futura;
    src: url(../fonts/FuturaStd-Book.otf);
}

body {
    height: 100%;
    width: 100%;
    /*background-image: url('../img/complince_form/DA_FORM_BG.jpg');*/
    /*background-size: cover;*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-family: futura;
}
.my-body{
    width: 45%;
    margin: 60px auto 0 auto;
}
.my-context{
    width:80%;
    margin: auto;
}

.logo-img img{
    height: 100%;
    width: 100%;
}
.my-context .headings{

}
.lp-form {
    background-color: #ffffff;
    padding: 25px 40px;
    margin-top: 10px;
}

.headings .main-heading{
    font-family: futura;
    font-weight: bold;
    letter-spacing: 1px;
    color: #1A465B;
}

.my-context .headings img{
    height: 100%;
    width: 30%;
}
@media (max-width: 768px) and (orientation:landscape){
    body {
        background-size: cover;
    }
}
@media (max-width: 700px){

    body {
        height: 100%;
        width: 100%;
        /*background-image: url('../img/complince_form/DA_FORM_BG.jpg');*/
        /*background-size: cover;*/
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        font-family: futura;
    }
    .container{
        width: 100%;
        padding: 0;
    }
    .my-body {
        width: 60%;
        margin: 10px auto 0 auto;
    }
    .my-context {
        width: 100%;
    }
    .lp-form {
        padding: 10px;
        margin-top: 5px;
    }
    .headings .main-heading {
        font-size: 10px;
    }
}

@media (min-width: 700px) and (max-width: 767px){
    .my-body{
        width: 70%;
        height: auto;
    }
    .my-context {
        width: 65%;
    }
    .lp-form {
        padding: 10px;
        margin-top: 5px;
    }

}
@media (min-width: 768px) and (max-width: 992px){

    .my-body{
        width: 70%;
        height: auto;
    }
    .my-context {
        width: 65%;
    }
    .lp-form {
        padding: 10px;
        margin-top: 5px;
    }


}
@media (min-width: 992px) and (max-width: 1200px){
    .my-body{
        width: 40%;
        height: auto;
    }
    .my-context {
        width: 90%;
    }
    .lp-form {
        padding: 20px 30px;
        margin-top: 5px;
    }

}
