.container-box {
  width: 1093px;
}
.coluna {
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.col-green {
  background-color: #0f6b35;
}

.logo {
  width: 100%;
  max-width: 268px;
}

.bem-vindo {
  font-family: "Bebas Neue", sans-serif;
  margin-top: 95px;
  color: white;
  font-size: 32px;
  font-weight: 400;
  line-height: 38.4px;
  text-align: center;
}

.acesse {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: center;
  color: white;
}

.p-12 {
  padding: 0px;
}

.login {
  color: #0f6b35;
  font-family: "Bebas Neue", sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 54px;
  text-align: center;
}
.preencha {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24.2px;
  text-align: center;
  color: #666666;
}

.outros {
  color: white;
  margin-top: 150px;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 16.94px;
  text-align: center;
}

.account-form {
  width: 100%;
  display: flex !important;
  flex-direction: column;
}
.account-form  label{
  display: none;
}

.account-form input {
  border-color: #c0c8ce;
  border-width: 1px;
  width: 75%;
  height: 66px;
  gap: 0px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Inter", sans-serif !important;

}



.account-form input::placeholder {
  color: #a5a5a5;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24.2px;
  margin-left: 100px;
  text-align: left;
}
.account-form button {
  margin-left: auto !important;
  margin-right: auto !important;
  background: linear-gradient(90deg, #03860a 0%, #11794c 100%) !important;
  box-shadow: 0px 10px 35px 0px #21614980 !important;
}

.account-form button:hover {
  background: #03860a !important;
}

.account-form .icone {
  width: 40px;
  margin-top: 7%;
  margin-bottom: -49px;
  margin-right: 65%;
  z-index: 2;
}

.col-4 {
  border-radius: 16px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded {
  border-radius: 16px !important;

}