body, html {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

form {
    height: 100%;
}

.centerimage {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: 100% 100%;
    height: 100%;
}

.full-div {
    background-image: url('../../../Images/shape.png');
    width: 26%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left;
    background-size: 25.7% 100%;
}


.social-icon {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}

.social_column1 img {
    width: 67%;
    /* height: 100%; */
}

social-icon .social_column1 img:hover {
    box-shadow: 0 3px 10px #adadad;
}

.social-icon .social_column1 {
    /* margin-right: 23px; */
}

.logo-default {
    display: block;
    outline: none;
    width: 78%;
}

.bottombg1 img {
    width: 73%;
    /* position: fixed; */
}

.btn.btn-primary {
    font-size: 22px !important;
    color: #fff;
    text-transform: uppercase !important;
    background: -webkit-linear-gradient(#f05f0f, #ef3916);
    background: linear-gradient(#f05f0f, #ef3916);
    border-color: #ee6308;
    padding: 0.7rem 0.5rem 0.7rem 0.5rem;
    width: 87% !important;
    display: block;
    /* position: fixed; */
}

    .btn.btn-primary:hover {
        box-shadow: -1px 4px 12px #9E9E9E;
    }

.mt29 {
    /* margin-top: 29%; */
}



.pTop2 {
    padding-top: 2px;
}

.follow {
    position: relative;
    width: 100%;
}

.mt35 {
    margin-top: 35%;
}

.mt10 {
    margin-top: 10%;
}

.mt30 {
    margin-top: 9%;
}

@media only screen and (min-width : 1824px) {
    .mt35 {
        margin-top: 45%;
    }

    .mt10 {
        margin-top: 10%;
    }

    .mt30 {
        margin-top: 16%;
    }

    .btn.btn-primary {
        padding: 0.9rem 0.5rem 0.9rem 0.5rem;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .mt35 {
        margin-top: 38%;
    }

    .mt10 {
        margin-top: 10%;
    }

    .mt30 {
        margin-top: 21%;
    }

    .centerimage {
        background-size: cover;
    }

    .full-div {
        width: 35%;
        background-size: 35.7% 100%;
    }
}
