@font-face {
  font-family: adobe-clean;
  src: url(fonts/AdobeClean-Bold.ttf); }
@font-face {
  font-family: SourceSansPro-black;
  src: url(fonts/SourceSansPro-Black.ttf); }
@font-face {
  font-family: SourceSansPro-light;
  src: url(fonts/SourceSansPro-light.ttf); }
@font-face {
  font-family: SourceSansPro-regular;
  src: url(fonts/SourceSansPro-regular.ttf); }
@font-face {
  font-family: Poppins-Light;
  src: url(fonts/Poppins-Light.ttf); }
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  margin: 0 0 0 0;
  text-align: center;
  font-family: SourceSansPro-regular, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  background: #044d65 url(../backgrounds/we-remember.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
   }

   body {
    background:#044d65 url(../backgrounds/we-remember.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
     }
h1 {
  font-family: Poppins-Light, sans-serif;
  font-size: 250%;
  margin: 2rem auto 2rem auto;
  color: #000; }

p {
  font-weight: normal;
  font-size: 114%;
  line-height: 150%;
  margin: 2rem auto 0 auto; }

.holds {
  position: relative;
  padding: 10em 0 0 0;
  margin: 0;
  width: 100%;
  opacity: 1; }

.animate {
  position: absolute;
  top: 1.5rem;
  left: 41%;
  z-index: 2000 !important; }

input, radio, checkbox, select {
  padding: 0.2em;
  height: 2em;
  display: block;
  width: 98%;
  color: #000;
  font-size: 1em;
  background: #140a2f;
  color: #000;
  border: 1px solid #140a2f;
  border-bottom: 1px #fff solid;
  margin: auto auto 1em auto; }

.login_frms {
  width: 15em;
  margin: 0 auto 2em auto;
  background: #000;
  color: #fff;
  position: relative;
  padding: 1em 4em 1em 4em;
  box-shadow: 0 0 5px #51cbee; }

.login_frms input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus, input[type=radio]:focus, input[type=checkbox]:focus {
  box-shadow: 0 0 5px #51cbee;
  border: 1px solid #51cbee; }

.regin::-webkit-input-placeholder {
  color: #9e9898; }

#log_frm:-moz-placeholder {
  color: #9e9898; }

#log_frm::-moz-placeholder {
  color: #9e9898; }

#log_frm:-ms-input-placeholder {
  color: #9e9898; }

#log_frm input[placeholder] {
  color: #9e9898; }

.warnEm, .warnPw {
  padding: 0;
  height: 1.5rem;
  display: block;
  color: #ee0505;
  font-weight: 800;
  font-size: 0.8rem;
  margin: 0; }

a.button_reg {
  display: block;
  width: 100%;
  margin: auto;
  padding: 1em 0.1em 1em 0.1em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  color: #fff;
  background-color: #0a5994;
  background: -webkit-linear-gradient(#0a5994, #052b48);
  background: -moz-linear-gradient(#0a5994, #052b48);
  background: -o-linear-gradient(#0a5994, #052b48);
  background: linear-gradient(#0a5994, #052b48);
  font-size: 1em;
  text-decoration: none; }

a.button_reg:hover {
  background-color: #052b48;
  background: -webkit-linear-gradient(#052b48, #0a5994);
  background: -moz-linear-gradient(#052b48, #0a5994);
  background: -o-linear-gradient(#052b48, #0a5994);
  background: linear-gradient(#052b48, #0a5994);
  color: #c2c8cd; }

.overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 998; }

#loader {
  width: 1em;
  height: 1em;
  margin: auto;
  display: none; }

.set_bottom {
  position: absolute;
  bottom: 1em;
  left: 3em; }

a.new_pw {
  display: block;
  color: #830505;
  font-size: 1.5em; }

a.new_pw:hover {
  text-decoration: underline;
  font-size: 1.7em; }
#info {
  font-size: 90%; }
footer {
  padding: 2rem; }

/*# sourceMappingURL=login.css.map */
