.zoho-apply__underlay,
.zoho-apply__popup{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    z-index:100001;
}

.zoho-apply__underlay{
    background-color:rgba(0,0,0,0.5);
    z-index:100000;
}

.zoho-apply__popup {
    left:15%;
    top:15%;
    width:70%;
    height:70%;
    box-sizing: border-box;
}

.zoho-apply__popup .zoho-apply__popup__content{
    width:100%;
    height:100%;
    background:#fff;
    padding:20px 15px;
}
.zoho-apply__popup iframe{
    width:100% !important;
    height:100% !important;
    border:none;
}

.zoho-apply__popup .zoho-apply__popup__close {
    position: absolute;
    top: -20px;
    right: -20px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 42px;
    font-family: sans-serif;
    text-decoration: none;
    font-weight: bold;
    font-size: 30px;
    background: #aaa;
    border-radius: 100%;
}