﻿.form-close {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 9px;
    cursor: pointer;
    z-index: 5;
}

.form-content {
    /*max-height: 90%;*/
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: white;
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    padding: 0px 0px 10px 0px;
}

.form-back {
    background: rgba(158, 158, 158, 0.56);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    display: block;
}

.custom-form-back {
    background: rgba(158, 158, 158, 0.56);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    display: block;
}
