header {
  display: none !important;
}

main{
  min-height: 100vh;
}

.region{
    width: 75%;
    margin: 0 auto !important;
    margin-top: 100px !important;
    padding: 20px !important;
    background-color: rgba(41, 52, 70, .9);
    color: white !important;
    height: max-content;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
  }
  
  .dialog-off-canvas-main-canvas{
	overflow: auto;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
    background-image: url('/themes/coninet_theme/images/cover-login.jpg');
    background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
    /*background: url(/themes/coninet_theme/images/cover-login.jpg) no-repeat center top; position: fixed;  z-index: -1; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; */
    /*background: #10386a*/
  }
  
  .navbar{
    display:none;
  }
  