.div-footer {
  padding: 10px 0;
}

/* From Uiverse.io by arieshiphop */
.btn-enter {
  font-size: 17px;
  padding: 0.3em 1em;
  border: transparent;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  background: var(--azul-claro);
  color: white;
  border-radius: 4px;
}

.btn-enter:hover {
  background: var(--azul-escuro);
}

.btn-enter:active {
  transform: translate(0em, -0.05em);
}

/* From Uiverse.io by e-coders */

.btn-perigo {
  font-size: 14px;
  padding: 0.5em 2em;
  border: transparent;
  background: #d12b27;
  color: #ffffff;
  border-radius: 4px;
}

.btn-perigo:hover {
  background: #d11915;
}

.btn-perigo:active {
  transform: translate(0em, 0.05em);
}

.btn-navbar {
  font-size: 14px;
  padding: 0.5em;
  border: transparent;
  background: transparent;
  color: #ffffff;
  border-radius: 4px;
}

.div-login {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  height: auto;
  width: 35rem;
  padding: 19px 30px 30px;
  margin: 0 auto 20px;
}

.input-login,
.input-password {
  justify-content: center;
  display: flex;
}

.div-header {
  padding: 10px;
}

.div-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.div-footer {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

/* From Uiverse.io by Na3ar-17 */
.container {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.label {
  position: relative;
  display: block;
  width: 100%;
  display: flex;
  border-radius: 6px;
  border: 1.3px solid #e5e5e5;
  padding: 15px 8px 15px 10px;
  text-align: left;

  .icon {
    position: absolute;
    top: 53%;
    right: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    color: #c5c5c5;
  }

  .input {
    background-color: transparent;
    outline: none;
    border: none;
    color: #535353;
    font-size: 16px;
    width: 90%;
  }
}


select.input option{
  padding: 100px;
}

.navbar-brand {
  border-right: none;
}
