* {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  background-color: #151c18;
}

body {
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 0.25rem;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 1rem;
  background-color: #dfdfc1;
  color: #000;
  background-image: url("../images/doctor-patient-50.jpg");
  background-size: cover;
  background-position: top;
}

h1 {
  font-size: 2rem;
  font-weight: 700;
}

h2 {
  font-size: 1.75rem;
  font-weight: 700;
}

h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
h3.lighter {
  font-weight: lighter;
}
h3.normal {
  font-weight: 400;
}

h4 {
  font-size: 1.25rem;
  font-weight: 700;
}
h4.lighter {
  font-weight: lighter;
}
h4.normal {
  font-weight: 400;
}

h5 {
  font-size: 1.125rem;
  font-weight: 700;
}
h5.lighter {
  font-weight: lighter;
}
h5.normal {
  font-weight: 400;
}

h6 {
  font-size: 1.06rem;
  font-weight: 700;
  margin: 0.5rem 0 0.25rem 0;
}

p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #000;
}
p.small {
  font-size: 0.875rem;
}
p.light {
  font-weight: 300;
}
p.normal {
  font-weight: 400;
}
p.bold {
  font-weight: 700;
}
p.italic {
  font-style: italic;
}
p.erect {
  font-style: normal;
}
p.line-height-large {
  line-height: 2;
}
p.heading {
  font-size: 1rem;
  font-weight: 700;
  margin: 0.75rem 0 0.25rem 0;
  color: #000;
}

span.regular {
  font-size: 1rem;
}
span.small {
  font-size: 0.875rem;
}
span.large {
  font-size: 1.25rem;
}
span.light {
  font-weight: 300;
}
span.normal {
  font-weight: 400;
}
span.bold {
  font-weight: 700;
}
span.italic {
  font-style: italic;
}
span.erect {
  font-style: normal;
}

h1.center, h2.center, h3.center, h4.center, h5.center, h6.center, p.center, span.center {
  text-align: center;
}
h1.right, h2.right, h3.right, h4.right, h5.right, h6.right, p.right, span.right {
  text-align: right;
}
h1.left, h2.left, h3.left, h4.left, h5.left, h6.left, p.left, span.left {
  text-align: left;
}
h1.justify, h2.justify, h3.justify, h4.justify, h5.justify, h6.justify, p.justify, span.justify {
  text-align: justify;
}

h1.wide, h2.wide, h3.wide, h4.wide, h5.wide, h6.wide, p.wide, span.wide {
  letter-spacing: 2px;
}
h1.wide-x, h2.wide-x, h3.wide-x, h4.wide-x, h5.wide-x, h6.wide-x, p.wide-x, span.wide-x {
  letter-spacing: 4px;
}
h1.wide-xl, h2.wide-xl, h3.wide-xl, h4.wide-xl, h5.wide-xl, h6.wide-xl, p.wide-xl, span.wide-xl {
  letter-spacing: 6px;
}
h1.wide-xxl, h2.wide-xxl, h3.wide-xxl, h4.wide-xxl, h5.wide-xxl, h6.wide-xxl, p.wide-xxl, span.wide-xxl {
  letter-spacing: 8px;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #404040;
}
a:hover {
  text-decoration: underline;
}
a.inline {
  color: #c80e13;
  text-decoration: underline;
}
a img {
  transition: transform 0.5s;
}
a img:hover {
  -ms-transform: scale(1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5);
  /* Safari 3-8 */
  transform: scale(1.2);
}
a.changepwd {
  float: right;
  padding-right: 16px;
  padding-left: 32px;
  font-size: 12px;
  text-decoration: none;
  color: #c80e13;
}

ul {
  list-style-type: disc;
  margin: 0.5rem;
  padding: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #4d4d4d;
}
ul.circle {
  list-style-type: circle;
}
ul.square {
  list-style-type: square;
}
ul.small {
  font-size: 0.875rem;
}
ul li {
  margin: 0.75rem 0;
}

img.img-fluid {
  width: 100%;
  height: auto;
}
img.img-fluid-down {
  max-width: 100%;
  height: auto;
}
img.thumbnail {
  border: 1px solid #000;
  padding: 2px;
  width: 80px;
  height: 60px;
}

/*# sourceMappingURL=tags.css.map */
