main section > span {
  font-size: 0.85rem;
}

main section form button {
  background: #ff934e !important;
}

main section form button:hover {
  background: rgb(245, 112, 30) !important;
}

.expt--modal {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  animation: fadeIn 0.5s;
}

.expt--modal a {
  width: 600px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.expt--modal a > img {
  width: 100%;
  pointer-events: none;
}

.expt--modal a .close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  right: 15px;
  top: 15px;
  cursor: pointer;
  padding: 8px;
  background: #ffef16;
}

.expt--modal a .close svg {
  color: #141414;
  width: 15px;
  height: 15px;
  pointer-events: none;
}

.d-none {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.div-recuperar-senha {
  align-items: left !important;
  justify-content: left !important;
  border: 0 !important;
  padding: 8px 0px !important;
}

.recuperar-senha {
  text-decoration: none !important;
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  color: rgb(255 147 78) !important;
}
