#modalPreview {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

#modalPreview-dialog {
  max-width: 100%;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    display: flex;
    position: fixed;
    z-index: 100000;
}

#modalPreview-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #3c7dcf;
  border-radius: 0;
  box-shadow: none;
}

#modalPreview-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  padding: 10px;
  background: #6598d9;
  border: 0;
}

modalPreview-title {
  font-weight: 300;
  font-size: 1em;
  color: #fff;
  line-height: 30px;
}

#modalPreview-body {
  position: absolute;
  top: 50px;
  bottom: 60px;
  width: 100%;
  font-weight: 300;
  overflow: auto;
  background: white;
}

#modalPreview-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px;
  background: #f1f3f5;


}
#loginformcontainer{
  top:40%;
  margin-left: 20%;
  border-radius: 20px;
  width: 60%;
  padding: 10;
  height: 40%;
  position: fixed;
  position : absolute;
  z-index: 1;
  background : rgba(0,0,0, 0.5);
  color: white;
}
    