@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,700);
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css);
@import url(https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css);
* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


html, body {
  height: 100%;
}

body, input, button {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.4rem;
}

*html .geral {
	height: 100%;
}

.geral {
	min-height: 100%;
	position: relative;
	background: rgba(150, 150, 150, 0.1);
}
.header {
  position: relative;
  width: 100%;
  height: 100px;
  background: rgba(46, 43, 40, 1);
  text-align: center;
}

.header .imagem img{
  margin-top: 10px;
  margin-right: 10px;
}
.login {
  padding: 15px;
  width: 500px;
  min-height: 400px;
  margin: 0% auto 0 auto;
}

.login .heading {
  text-align: center;
  margin-top: 1%;
  margin-bottom: 40px;
  position: relative;
}
.login .heading h2 {
  font-size: 3em;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  text-shadow: 2px 2px 3px #23203b;
}
.login .heading h3 {
  font-size: 1.5em;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  margin-top:0;
  padding-bottom: 15px;
  text-shadow: 1px 1px 3px #23203b;
}
.login form .input-group {
  border-bottom: 1px solid rgba(200, 200, 200, 0.8);
  border-top: 1px solid rgba(200, 200, 200, 0.8);
}
.login form .input-group:last-of-type {
  border-top: none;
}
.login form .input-group span {
  background: transparent;
  min-width: 53px;
  border: none;
}
.login form .input-group span i {
  font-size: 1.5em;
  color: rgba(200, 200, 200, 0.8);
}
.login form input.form-control {
  display: block;
  width: auto;
  height: auto;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  border-radius: 0px;
  padding: 10px;
  font-size: 1.6em;
  width: 100%;
  background: transparent;
  color: #777; 
}
.login form input.form-control:focus {
  border: none;
}

.login .form-control::-webkit-input-placeholder { color: #c2b8b1; }  /* WebKit, Blink, Edge */
.login .form-control:-moz-placeholder { color: #c2b8b1; }  /* Mozilla Firefox 4 to 18 */
.login .form-control::-moz-placeholder { color: #c2b8b1; }  /* Mozilla Firefox 19+ */
.login .form-control:-ms-input-placeholder { color: #c2b8b1; }  /* Internet Explorer 10-11 */
.login .form-control::-ms-input-placeholder { color: #c2b8b1; }  /* Microsoft Edge */

.login form button {
  margin-top: 20px;
  background: #27AE60;
  border: none;
  font-size: 1.6em;
  font-weight: 300;
  padding: 5px 0;
  width: 100%;
  border-radius: 3px;
  color: #b3eecc;
  border-bottom: 4px solid #1e8449;
}
.login form button:hover {
  background: #30b166;
  -webkit-animation: hop 1s;
  animation: hop 1s;
}

.rodape {
  position:absolute;
  bottom: 0;
  width: 100%;
  height: 25px;
  text-align: center;
  background: rgba(46, 43, 40, 1);
  
}

.toast {
	font-size:1.5rem;	
	position: absolute;
	top: 70px; 
	right: 30px;
	
}

.rodape .imagem_rodape img {
  margin-top: -13px;
  border-radius: 5px;
}

.input-group{
	display: table;
}

.float {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.float:hover, .float:focus, .float:active {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

#fvAntigo {
	position: absolute;
	right: 5px;
}

/* Reposicionamento da tela para Desktop */
@media only screen and (min-resolution: 165dpi) and (max-resolution: 168dpi), only screen and (min-resolution: 155dpi) and (max-resolution: 160dpi), only screen and (min-resolution: 134dpi) and (max-resolution: 144dpi), only screen and (min-resolution: 120dpi) and (max-resolution: 130dpi), only screen and (max-resolution: 116dpi) {
  
}

/* Reposicionamento da tela para Mobile */
@media only screen and (min-resolution: 117dpi) and (max-resolution: 119dpi), only screen and (min-resolution: 131dpi) and (max-resolution: 133dpi), only screen and (min-resolution: 145dpi) and (max-resolution: 154dpi), only screen and (min-resolution: 162dpi) and (max-resolution: 164dpi), only screen and (min-resolution: 169dpi) {
  .login {
    width: 300px;
    max-width: 100%;
    font-size: 0.7em;
    min-height: 0;
    margin-top: 10%;
  }
}

  }
}
