@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
/* Paginas */
.login {
  width: 100%;
  height: 100%;
  background-color: black;
}

.login__imagens {
  position: relative;
}

@media (max-width: 1200px) {
  .login__imagens--pc {
    width: 100%;
  }
}

.login__imagens--redes {
  margin: 0 auto; 
  bottom: 0px;
}

@media (max-width: 1200px) {
  .login__imagens--redes {
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    padding: 20px 15px;

  }
}

.login__imagens--redes .icones {
  text-align: center;
}
@media (max-width: 1200px) {
  .login__imagens--redes .icones {
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 360px;
  }
}

@media (max-width: 1200px) {
  .login__imagens--redes a {
    width: 20%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.login__imagens--redes a img {
  margin-right: 30px;
}

.icone-redes {
  filter: brightness(0) sepia(1) hue-rotate(180deg) saturate(5);
}
.icone-redes:hover {
 filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}

@media (max-width: 1200px) {
  .login__imagens--redes a img {
    width: 20px;
    margin: 0px auto;
  }
}

.login__imagens--redes p {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0px;
  color: #333;
  margin-top: 50px;
}

@media (max-width: 1200px) {
  .login__imagens--redes p {
    margin-top: 15px;
    text-align: center;
  }
}

.login__inputs {
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1200px) {
  .login__inputs {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #FFFFFFE8;
    height: auto !important;
    max-width: 350px;
    padding: 20px 0px;
  }
}

.login__inputs--logo {
  width: 100%;
  height: 20%;

}

@media (max-width: 1200px) {
  .login__inputs--logo {
    height: 10%;
  }
  .login__inputs--logo img {
    width: 90px;
  }
}

.login__inputs--input {
  width: 85%;
  margin: 0 auto;
}

.login__inputs--input h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #000000;
}

.login__inputs--input--linhas {
  padding: 50px 0px;
}

.login__inputs--input--linhas .linha {
  width: 120px;
  height: 4px;
  background: #E9EAED 0% 0% no-repeat padding-box;
  border-radius: 5px;
  margin-right: 40px;
}

@media (max-width: 1200px) {
  .login__inputs--input--linhas {
    display: none !important;
  }
}

.login__inputs--form form {
  max-width: 350px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 0 auto; 
}

.login__inputs--form form input {
  border-bottom: 1px solid #DA1A2C !important;
}

.login__inputs--form form input::-webkit-input-placeholder {
  color: #7E7E7E;
}

.login__inputs--form form input:-ms-input-placeholder {
  color: #7E7E7E;
}

.login__inputs--form form input::-ms-input-placeholder {
  color: #7E7E7E;
}

.login__inputs--form form input::placeholder {
  color: #7E7E7E;
}

.login__inputs--form form input[type=submit], .btn-info {
  border: 0px !important;
  cursor: pointer;
  padding: 10px 10px;
  background-color: black;
  color: #FFFFFF;
  border-radius: 30px;
}

.login__inputs--form form input[type=submit]:hover, btn-info:hover {
	background-color: #c3c2c2;
	color: #000000;
}

.login__inputs--form form .icon {
  position: relative;
}

.login__inputs--form form .icon--email {
  position: absolute;
  right: 5px;
  top: 15px;
  color: #aaaaaa;
  cursor: pointer;
}

.login__inputs--form form .icon--olho {
  position: absolute;
  right: 5px;
  top: 15px;
  color: #aaaaaa;
  cursor: pointer;
}

.login__inputs--form form p {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
  color: #000000;
}

.login__inputs--form form a {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #000000;
}

@media (max-width: 1200px) {
  .login .col-8 {
    width: 100%;
  }
  .login .col-4 {
    width: 100%;
  }
}

.col-1 {
  width: 8.33%;
}

.col-2 {
  width: 16.66%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33%;
}

.col-5 {
  width: 41.66%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33%;
}

.col-8 {
  width: 66.66%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33%;
}

.col-11 {
  width: 91.66%;
}

.col-12 {
  width: 100%;
}

body, html {
  width: 100%;
  margin: 0px;
  height: 100%;
}

body .content, html .content {
  width: 1920px;
  margin: 0 auto;
  max-width: 100%;
}

.col {
  height: 100%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid {
  display: -ms-grid;
  display: grid;
}

h1, h2, h3, p, a {
  font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none;
}

.alinItem {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.alignVertical {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box-shadow {
  -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.2);
}
/*# sourceMappingURL=main.css.map */


.label_login, .control-label {
	width: 100%;
    text-align: left;
}