/* Custom Form Styling */

label.error {
  color: #eb3838;
  font-size: 13px;
}

.box-mensagem-ativo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #DCD4CC;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-mensagem-ok {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  gap: 20px;
}

.box-mensagem-tit {
  font-family: Sinkinsans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 44px;
  color: #000;
}

.box-mensagem-texto {
  font-family: Sinkinsans, sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #000;
}

.btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #636236;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 54px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  color: #FFFFFF;
  font-family: Sinkinsans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
