.without-side .img-holder {
    z-index: 0;
    width: 100%;
    overflow: hidden;
}
.img-holder {
    width: 550px;
    background-color: #000;
}
.img-holder {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 550px;
    min-height: 700px;
    height: 100%;
    overflow: hidden;
    background-color: #000000;
    padding: 60px;
    text-align: center;
    z-index: 999;
}
.without-side .form-holder {
    margin-left: 0;
}
.form-holder {
    margin-left: 550px;
}
.form-holder {
    margin-left: 550px;
    width: 100%;
}
.without-side .form-holder .form-content {
    background-color: transparent;
}
.without-side .form-content {
    padding: 125px 60px 60px;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
}
.form-holder .form-content {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 60px;
    /*min-height: 100%;*/
}
.form-content .form-items {
    display: inline-block;
    width: 100%;
    /*max-width: 340px;*/
    max-width:900px;

    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.without-side .form-content .form-items {
   /* padding: 25px 70px;*/
    padding: 25px 20px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
}
