/* login */
#login {
  min-height: 98vh;
  padding: 10rem 0 0 0;
}
#login:after {
  content: "";
  display: block;
  clear: both;
}
#login:before {
  content: "";
  width: 300px;
  height: 75px;
  display: block;
  background: url("../imagens/logo.svg") center center no-repeat;
  background-size: contain;
  margin: 0 auto;
}
#login .col-md-7 p {
  margin: 0;
}
#login .navbar-brand {
  height: 3.5rem;
}
@media only screen and (min-width: 62em) {
  #login .navbar-brand {
    height: 4.5rem;
  }
}
#login .redes_sociais_topo {
  display: inline-block;
  vertical-align: middle;
  margin-top: 1rem;
}
#login .redes_sociais_topo:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 62em) {
  #login .redes_sociais_topo {
    float: left;
  }
}
#login .redes_sociais_topo .fa {
  width: 1.8rem;
  height: 1.8rem;
  color: #263950;
  background-color: #bfb682;
  text-align: center;
  font-size: 1.2rem;
  padding-top: 0.3rem;
}
#form_login,
#esqueci_senha {
  max-width: 400px;
  padding: 2rem;
  margin: 2rem auto ;
}
#form_login label,
#esqueci_senha label {
  color: #bfb682;
  font-family: 'Gotham-Bold';
  font-size: 1rem;
  margin: 0;
}
#form_login input[type='text'],
#esqueci_senha input[type='text'] {
  width: 100%;
  height: 40px;
  padding: 10px;
  border: #bfb682 1px solid;
  border-radius: 0;
  background: transparent;
  color: #bfb682;
}
#form_login input[type='password'],
#esqueci_senha input[type='password'] {
  width: 100%;
  height: 40px;
  padding: 10px;
  border: #bfb682 1px solid;
  border-radius: 0;
  background: transparent;
  color: #bfb682;
}
#form_login span.error,
#esqueci_senha span.error {
  box-shadow: none;
}
#form_login legend,
#esqueci_senha legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.2;
  border: 5px;
  border: none;
  opacity: 1;
  margin-bottom: 1.5rem;
  color: #bfb682;
}
#form_login p,
#esqueci_senha p {
  color: #bfb682;
}
#form_login .bt_box,
#esqueci_senha .bt_box {
  color: #bfb682;
  font-size: 0.8rem;
  text-align: right;
  margin: -0.5rem 0 1.5rem;
}
#form_login .bt_box a,
#esqueci_senha .bt_box a {
  color: #bfb682;
}
#form_login .bt_box a:hover,
#esqueci_senha .bt_box a:hover {
  color: #bfb682;
}
#esqueci_senha {
  min-height: 338px;
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  top: 0;
  margin: auto;
  z-index: 9;
  display: none;
  padding: 2rem;
}
@media only screen and (min-width: 48em) {
  #esqueci_senha {
    left: 0;
    right: 0;
    margin: 0 2rem;
  }
}
.body_login {
  background: #262524;
}
.bt_form {
  color: #262524;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: 'Gotham-Bold';
  padding: 0.3rem 0.5rem;
  position: relative;
}
.bt_form:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 12px solid #262524;
  display: block;
  position: absolute;
  right: -2px;
  bottom: -2px;
  z-index: 3;
}
.bt_form:hover {
  color: #262524;
}
#confidencialidade,
#uso {
  height: 500px;
  background: #262524;
  border: 1px #bfb682 solid;
  padding: 1rem;
  color: #fff;
  overflow-y: scroll;
  direction: rtl;
  text-align: left;
  font-size: 0.9rem;
}
#confidencialidade::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #262524;
}
#confidencialidade::-webkit-scrollbar {
  width: 10px;
  background-color: #262524;
}
#confidencialidade::-webkit-scrollbar-thumb {
  background-color: #bfb682;
  border: 2px solid #262524;
}
#uso::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #262524;
}
#uso::-webkit-scrollbar {
  width: 10px;
  background-color: #262524;
}
#uso::-webkit-scrollbar-thumb {
  background-color: #bfb682;
  border: 2px solid #262524;
}
.termos_login {
  text-align: center;
  padding: 1rem;
  color: #bfb682;
}
.termos_login .check_box {
  width: auto;
  margin: 60px 0 30px 0;
  text-align: center;
  position: relative;
}
.termos_login .check_box input {
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 9;
  opacity: 0;
  cursor: pointer;
}
.termos_login .check_box .check_img {
  position: relative;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #262524;
  border: 2px solid #bfb682;
  display: inline-block;
  vertical-align: middle;
  margin-left: -24px;
  z-index: 1;
}
.termos_login .check_box .check_img:after {
  content: "";
  left: 6px;
  top: 2px;
  width: 3px;
  height: 8px;
  position: absolute;
  border: solid #262524;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.termos_login .check_box input:checked ~ .check_img:after {
  content: "";
  left: 6px;
  top: 2px;
  width: 3px;
  height: 8px;
  position: absolute;
  border: solid #bfb682;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#load {
  width: 410px;
  height: 430px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 99;
  background: rgba(38, 37, 36, 0.84);
}
#load img {
  width: 64px;
  height: 64px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: -200px;
  margin: auto;
}
