.borderBottom {
 background: url(//ws.oneassist.in/static/portal_v2/images/bottomBorder.png) no-repeat right bottom;
 background-size: contain;
}
.appBanner {
 background: url(//ws.oneassist.in/static/portal_v2/images/topBorder.png) no-repeat top center;
 background-size: cover;
}
.ieError
{
    width:100%;
    overflow:visible;
    margin: auto !important;
    top:10%;
    word-break:normal ;
}

/* The Modal (background) */
.ieModal {
    display: none; 
    position: fixed;
    z-index: 3; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
  }
  
  /* Modal Content */
  .iemodal-content {
    text-align:center;
    font-family: 'Lato';
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 30%;
  }
  
  /* The Close Button */
  .iemodal-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .iemodal-close:hover,
  .iemodal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}




