@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;900&display=swap');

html, body {
    min-height: 100% !important;
    height: 100%;
	background-color:#FFFFFF;
}
body {
  background: rgba(0,0,0,.1); /* fallback for old browsers */
  background: linear-gradient(180deg,rgba(0,0,0,.1) 0%,rgba(0,0,0,.03) 100%);
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.login-page {
  width: 400px;
  padding: 8% 0 0;
  margin: auto;
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 45px;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 400px;
  margin: 0 auto 20px !important;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 10px -7px rgb(0 0 0 / 40%);
  border-bottom: 1px dotted #e2e2e2;
}
.form input {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 0px;
  color: #2f4354;
  font-weight: 600;
  letter-spacing: .5px;
}
.form input:focus, .form input:hover { box-shadow: none; }
.form button {
  text-transform: uppercase;
  outline: 0;
  background: #00407f;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;

  font-weight: 800;
  letter-spacing: .8px;
  text-shadow: 0 1px 0 rgb(0 0 0 / 20%);
  box-shadow: inset 0px -2px 0px 0px rgb(0 0 0 / 10%);
  border: 0px;
  color: #fff;

}
.form button:hover,.form button:active,.form button:focus {
  background: #00407f;
}
.form .message {
  margin: 25px 0 0;
  color: #2f4354;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .5px;
  background: #f2f2f2;
  padding: 10px;
}
.form .message a {
  color: #00407f;
  text-decoration: none;
}
.form .message a:hover { text-decoration: underline; }
.form .salvar_email {
  margin: 15px 0 0;
  color: #2f4354;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .5px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.form .salvar_email input { width: auto; margin: 0px; }
.form .salvar_email span { display: block; width: auto; padding: 0 0 0 20px; }
.form .register-form {
  display: none;
}

.form span.text-uppercase {
  font-size: 24px;
  margin-top: 15px;
  font-weight: 700;
  color: #2f4354;
  line-height: 23px;
}

form.login-form { margin: 0px; }

.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}


.red {
	color:#FF0000;
}

.footer {
	background-color: #00407f;
}
.footer p { margin: 0px; padding: 0px; }
.footer a {
	color: #fff;
  letter-spacing: .5px;
  font-weight: 600;
  display: block;
  padding: 10px;
}

.footer a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

@media (max-width: 768px) {
  .form { margin-bottom: 25px !important; }
  .login-page { max-width: 90%; margin-bottom: 30px; }
  .footer.fixed-bottom { position: relative; display: none;} 
}
