﻿
html, body{
    height:100%;
    margin:0;
    padding:0;
}

.loginPageImg {
    background-image:url('../dist/Assets/Images/CHC_Cardiology_Dashboard_Login_BG.jpg');
    background-size: cover;
    background-position: 50% 0%;
    height:100%;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently not supported by any browser */
}

/* supress X  in IE  */
::-ms-clear {  display: none; width : 0; height: 0; }
::-ms-reveal {  display: none; width : 0; height: 0; }