﻿body {
  margin: 0px;
  padding: 0px;
  background-image: url('../Images/maxresdefault.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

#Login,
#HospitalSel {
  background: green;
}
