
@font-face{
    font-family:'Nunito';
    src:url('../fonts/Nunito-200.woff2') format('woff2');
    font-weight:200;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family:'Nunito';
    src:url('../fonts/Nunito-400.woff2') format('woff2');
    font-weight:400;
    font-style:normal;
    font-display:swap;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: black !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  transition: background-color 5000s ease-in-out 0s;
}

::-webkit-inner-spin-button { 
  -webkit-appearance: none;
}

:root {
  --borda      : #e5e5e5;
  --azulleg    : #6d8297;
  --azulcs     : #4C647C;
  --redalert   : #f88e8e;
  --greyhover  : #5b5b5b;
  --verdefraco : #53c453;
  --cianorel   : #1BBDAE;
}

/* ------ BODY */

* {
  margin : 0;
  padding : 0;
  border: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: 'Nunito', sans-serif;
  font-weight:200;
}

.BoxContainer { 
  width: 100%; 
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4C647C;
}

/* FORM LOGIN */

.boxLogin {
  position: relative;
  float: left;
  width: 300px;
  height: 450px;
  box-shadow: 0px 0px 10px rgb(201, 201, 201);
  border-radius: 10px;
  background-color: white;
}

.boxLogo {
  float: left;
  width: 100%;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logoCentral {
  float: left;
  width: 200px;
}

.txtInput {
  float: left;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 5px;
  font-size: 14px;
  padding: 5px;
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
}

.retInput {
  float: left;
  width: calc(100% - 40px);
  margin-left: 20px;
  font-size: 16px;
  outline: none;
  padding: 5px;
  border: solid 1px #d6d6d6;
  border-radius: 3px;
  font-family: 'Nunito', sans-serif;
  font-weight:200;
}

.retInput::-webkit-inner-spin-button { 
  -webkit-appearance: none;
}

.lbRetornoLogin {
  float: left;
  width: 100%;
  height: 40px;
  padding: 10px 5px;
  text-align: center;
  font-family: 'Nunito', sans-serif;
  font-weight:200;
  font-size: 14px;
  color: red;
  font-weight: bold;
}

.btnAcessar {
  float: left;
  width: calc(100% - 40px);
  height: 40px;
  margin-left: 20px;
  cursor: pointer;
  border-radius: 5px;
  color: #fff;
  background-color: #4C647C;
  color: white;
  font-family: 'Nunito', sans-serif;
  font-weight:200;
  font-size: 20px;
  text-align: center;
  transition: all 0.4s;
  font-weight: bold;
}

.btnAcessar:hover {
  background-color: grey;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: black !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  transition: background-color 5000s ease-in-out 0s;
}

.pdfConduta {
  float: left;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-family: 'Nunito', sans-serif;
  font-weight:200;
  font-size: 14px;
  margin-top: 12px;
  text-decoration: none;
  color: #40566b;
}

.pdfConduta:hover {
  color: #40566b;
}