/* CSS Document */
.interface input {
  padding: 5px;
  min-height: auto;
  background: #fff;
  border-radius: 0;
}
.interface #bt_login:hover {
  background: #4b903e;
}
.interface #mob_cadeado {
  position: absolute;
  bottom: 0;
  right: -35px;
  width: 35px;
  text-align: right;
  background: #f5f5f5;
  border-radius: 0 15px 15px 0;
  padding: 0 8px;
  height: 30px;
}
.interface .btn {
  padding: .375rem .75rem;
}
.interface #bt_login {
  background: #69c259;
  color: #fff;
  padding: 5px 15px;
  margin: 0;
  width: 100%;
}
.interface .bt_bloco {
  background: #1E1F21;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  font-size: 30px;
  cursor: pointer;
}
.interface .bt_bloco:hover {
  background: #000;
}
.div_botoes_bloco {
  position: absolute;
  z-index: 1000;
  right: 0;
}
#login_box {
  position: absolute;
  z-index: 1050;
  background: #f5f5f5;
  left: 0;
  /*left: -250px;*/
  bottom: 20px;
}
