.module-form-container {
    position: relative;
    padding: 70px 50px 40px 50px;
    background: #eef0ee;
    background: rgb(113,182,181);
    background: -webkit-linear-gradient(-45deg, rgba(113,182,181,1) 0%,rgba(113,182,181,1) 50%,rgba(136,202,201,1) 50%,rgba(136,202,201,1) 100%);
    background: -webkit-linear-gradient(315deg, rgba(113,182,181,1) 0%,rgba(113,182,181,1) 50%,rgba(136,202,201,1) 50%,rgba(136,202,201,1) 100%);
    background:         linear-gradient(135deg, rgba(113,182,181,1) 0%,rgba(113,182,181,1) 50%,rgba(136,202,201,1) 50%,rgba(136,202,201,1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71b6b5', endColorstr='#88cac9',GradientType=1 );
}

.module-form-container .form-image {
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 7%;
    width: 30%;
    height: 160px;
    margin: -80px 0 0 0;
    background: url(/modules/Forms/public/front/img/form-image.png) no-repeat center center;
    background-size: contain;
}

.module-form-container .forms-form-handle {
    position: relative;
    margin: 0 0 10px 0;
    padding: 20px 20px;
    -webkit-transition: all 240ms ease-out;
            transition: all 240ms ease-out;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 12px 22px -2px rgba(0, 70, 64, .12);
}

.module-form-container .top-dot {
    position: absolute;
    top: 60px;
    left: 70px;
    width: 30px;
    height: 30px;
    content: '';
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 5px 7px rgba(0, 0, 0, .26);
}

.module-form-container .top-dot:before {
    position: absolute;
    top: -22px;
    left: 3px;
    width: 13px;
    height: 13px;
    content: '';
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .09);
}

.module-form-container .top-dot:after {
    position: absolute;
    top: -34px;
    left: 13px;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .09);
}

.module-form-container .field {
    margin-left: 40%;
}

.module-form-container textarea {
    min-height: 60px;
}


.module-form-container .form-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 40%;
    text-transform: uppercase;
}

.module-form-container .form-description {
    margin-left: 40%;
}
