html {
  padding: 0px;
  margin: 0px;
}
body {
  background-color: lightgray;
  background: radial-gradient(circle, rgba(227,225,227,1) 0%, rgba(212,203,214,1) 28%, rgba(195,190,197,1) 66%, rgba(215,205,212,1) 100%);
	font-family: verdana;
  text-align: center;
  padding: 0px;
  margin: 0px;
  height: 100vh;
}
input {
  outline: none;
  box-shadow:none;
}
a {
  color: magenta;
  text-decoration: none;
}
a:hover {
  color: rgba(164,0,172,0.97);
}
/* General Root */
.main-content {
  height: 92vh;
}
.container {
  min-width: 255px;
  max-width: 1555px;
  min-height: 100px;
  position: relative;
  border: 3px solid rgba(118,0,128,1);
  border-radius: 5px;
}
.container-blue {
  border: 2px solid #19615b;
  border-radius: 8px;
}
.container-orange {
  border: 2px solid #614119;
  border-radius: 8px;
}
.container-shadow-sm {
  box-shadow: 0px 1px 7px 3px rgba(0,0,0,0.37);
}
.container-shadow-md {
  box-shadow: 0px 1px 14px 3px rgba(0,0,0,0.37);
}
.container-shadow-lg {
  box-shadow: 0px 1px 22px 3px rgba(0,0,0,0.37);
}
.container-bg {
  background-color: rgba(255,255,255, 0.6);
}
.center {
  margin: 0;
  position: absolute;
  top: 43%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.afont {
  font-family: "Arial Black", Gadget, sans-serif;
}
.font-uppercase{
  text-transform: capitalize;
  font-variant: small-caps;
}

footer {
  width: 100%;
  height: 22px;
  font-size: 11px;
  text-align: center;
  background-color: rgba(32,0,28,0.68);
  box-shadow: inset 0px 1px 4px rgba(0,0,0,0.42);
  color: gray;
  position: absolute;
  bottom: 0px;
}
.footer {
  padding: 4px 0px;
}

/* Main */
#authFrm input {
  border: 1px solid gray;
  border-radius: 3px;
  padding: 4px;
  outline: none;
  box-shadow:none !important;
}
.authFrm_container {
  padding: 17px 13px;
  text-align: center;
  box-shadow: inset 0px 0px 6px rgba(0,0,0,0.67);
}
.authFrm_header {
  font-size: 28px;
  color: rgba(164,0,164,1);
  padding: 2px;
  margin-bottom: 7px;
}
.authFrm_header>div {
  font-size: 26px;
  opacity: 0.7;
}

#respMessage {
  padding: 3px 2px;
  font-size: 13px;
  color: gray;
}

#responses {
  min-height: 10px;
  background-color: rgba(22,22,22,1.0);
}
#responses > #responses_txt {
  padding: 2px 5px;
  text-align: left;
  font-size: 11px;
  color: white;
}

#logo_bg {
  position: relative;
  height: 100%;
}

#logoM {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  z-index: -1;
  background-image: url("../img/logo_metrix_mrx_512.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 384px 384px;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  overflow: auto;
  margin: auto;
  width: 100%;
  height: 100%;
}
