body {
  font-family: 'Ruda';
  font-size: 14px;
}

b { 
  font-family: 'Ruda'; 
  font-weight: 900;
}

.bold { font-weight: 900; }

.azul { color: #0C047D; }
.verde { color: #739a3b; }
.cinza { color: #4B506C; }

/* Login Page ================================== */
.login-page {
   background-color: #FFF;
   padding: 4% 15% 4%;
}

.login-page .login-box .msg {
   color: #555;
   margin-bottom: 30px;
   text-align: center; 
}

.logo_ img {
   margin-bottom: 20px; 
   max-width: 250px;
   display: block;
   margin: 0 auto;
}

#resposta {
  text-align: right;
  color: red;
  display: none;
  margin-top: 10px;
} 

.card {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(12, 4, 125, 0.20);
  position: relative;    
  width: 40%;
  margin: 0 auto;
  margin-top: 3%;
}

.lista {
  margin-top: 15px;
  padding-left: 15px;
  color: #fff;
  line-height: 1.7;
  font-size: 13px;
}

.box_login_content { padding: 10% 16% 30px; }

input {
  width: -webkit-fill-available;
  padding: 13px;
  margin-bottom: 20px;
  background-color: #FFF;
  border-radius: 6px;
  border: 1px solid #9C9C9C;
}

label {
  color: #0A0D1F;
  font-size: 14px;
  font-weight: 800;
  display: block;    
  margin-bottom: 5px;
}

.btn_entrar {
  border-radius: 6px;
  background: #3540F4;
  border: unset;
  text-align: center;
  width: 100%;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  padding: 10px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn_entrar:hover, .btn_entrar:focus , .btn_entrar:active {
  background-color: #0C047D;
}

.link_forget {
  color: #3540F4;
  font-size: 12px;
  font-weight: 400;
  display: block;
  width: fit-content;
  text-align: center;
  margin: 15px auto 0;
  padding: 10px;
  border-bottom: 1px solid transparent;
  text-decoration: unset;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.link_forget:hover {
  color: #3540F4;
  border-bottom: 1px solid #3540F4;
  text-decoration: unset;
}

.contato_content {
  width: 100%; 
  height: 11px; 
  border-bottom: 1px solid #ccc; 
  text-align: center;
}

.contato_content span {
  font-size: 16px; 
  background-color: #fff; 
  padding: 0 10px;
}

.icones {
  text-align: center;
  padding-top: 20px;
}

.icones i {
  font-size: 30px;
  margin-left: 10px;
  color: #1b282e;
  vertical-align: middle;
}

.icones a:hover {
  text-decoration: unset;
}

.btn_infra {
  margin-top: 25px;
  display: block;
  background-color: #739a3b;
  border: 1px solid #739a3b;
  padding: 10px;
  text-align: center;
  width: 100%;
  font-size: 18px;
  color: #fff;
  border-radius: 8px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn_infra:hover, .btn_infra:focus , .btn_infra:active {
  background-color: #5a7b34;
  border: 1px solid #5a7b34;
  color: #fff;
  text-decoration: unset;
  cursor: pointer;
}

.footer {
  margin-top: 5%;
}

.footer p {
  text-align: center;
  font-size: 12px;
  color: #1f2324;
}

.mobile, .quebra1000 { display: none; }

@media screen and (max-width: 1250px) {
  .card {
    width: 100%;
    min-height: 500px;
    margin-top: 3%;
  }
}

@media screen and (max-width: 1020px) {
  .quebra1000 { display: block; }
}

@media screen and (max-width: 930px) {
  .box_azul, .box_login { width: 50%; }
  .box_login_content { padding: 40px 30px; }
}

@media screen and (max-width: 835px) {
  .mobile { display: block !important; }

  .login-page {
    padding: 0; 
    margin: 0;
  }

  .card {
    display: block;
    height: auto;
    min-height: auto;
    width: 100%;
  }

  .card {
    margin: 0 20%;
    width: 60%;
    box-shadow: unset;
  }

  .box_azul {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    border-radius: unset;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .box_azul_content {
    padding: 30px 40px 0;
  }

  .box_login {
    width: 100%;
    height: auto;
    float: unset;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .box_login_content {
    padding: 30px 15%;
  }

  .logo_ {
    border-bottom: 1px solid #ABABAB;
  }

  .logo_ img {
    max-width: 170px;
    padding: 10px;
  }

}

@media screen and (max-width: 600px) {
  .card {
    margin: 0 auto;
    width: 70%;
  }
}

@media screen and (max-width: 500px) {
  .card {
    margin: 0;
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .box_login_content {
    padding: 30px 5%;
  }
}