﻿/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

.form-holder .aa {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 3;  /* 0-makes the background image not showing , 1 - 5  make it clearer*/
}

.form-holder .bb {
    background-image: -o-linear-gradient(45deg, #360033, #0b8793);
    background-image: linear-gradient(45deg, #360033, #0b8793);
}

.form-holder {
    margin-left: 0;
    position: relative;
}


@media (max-width: 992px) {
    .form-holder {
        margin-left: 0;
        display: initial;
		opacity: 5;
    }

    .footer {
        z-index:300;

    }
}

/*@media (max-width: 500px) {
    div.form-items {
        margin-top: -50% !important;
    }
}*/


