body{
  font-family: "Lato", "Helvetica", sans-serif;
}
.container-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  min-height: 100vh;
  background: #f7f7f7 0% 0% no-repeat padding-box;
  font-family: "Lato", "Helvetica", sans-serif;
}

.box {
  min-width: 767px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px #00000027;
  border-radius: 5px;
  opacity: 1;
  min-height: 468px;
}

.box-header {
  background: #4f4f4f 0% 0% no-repeat padding-box;
  border-radius: 5px 5px 0px 0px;
  opacity: 1;
  width: 100%;
  color: white;
  padding-top: 14px;
  padding-bottom: 14px;
  max-height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 26px;
}

.box-body {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  align-self: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-information {
  text-align: center;
  font: normal normal bold 20px/24px Lato;
  letter-spacing: 0px;
  color: #41b9a2;
  max-width: 330px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.button {
  appearance: none;
  border-radius: 3px;
  border: 1px solid rgba(#41b9a2, 0);
  display: inline-block;
  font-size: 16px;
  height: 35px;
  line-height: 1;
  padding: 6px 24px;
  text-align: center;
  transition: background 0.3s ease-out, color 0.3s ease-out,
    border 0.3s ease-out;
  user-select: none;
}

.button:hover {
  text-decoration: none;
  cursor: pointer;
}

.button:focus {
  outline: 0;
}

.button:disabled {
  background: gray;
  border: 1px solid #c7c7c7;
  color: #c7c7c7 !important;
  cursor: not-allowed;
}

.btn-outline-primary {
  background: none;
  border: 1px solid #41b9a2;
  border-radius: 3px;
  color: #41b9a2;
  margin-top: 40px;
}

.btn-outline-primary:hover:not(:disabled) {
  background: #41b9a2;
  color: white;
}

.text-center{
  text-align: center;
}
