.modal-validate-code{
  display:flex;
  justify-content:center;
  align-items:center;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  color: #212121;
  font-size: 14px;
}
.description-auth{
  margin-bottom: 0;
  line-height: 1.4;
}
.tutorial-secret-key{
  font-size: 13px;
}
.modal-content{
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  background: #fff;
  padding: 1rem;
  padding-bottom: 3rem;
  border-radius: 8px;
  height:auto;
  text-align: center;
}
.modal-content .header{
  margin: 2rem 0;
}
.steps {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
.steps .step {
  border: 1px solid var(--corPrimaria);
  border-radius: 8px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.steps .step .step-label{
  display:flex;
  margin-top: -2.25rem;
  max-width: 80px;
  padding: 0.5rem;
  background:var(--corPrimaria);
  border-radius: 8px;
  margin-bottom: 1rem;
  color: #fff;
}
.steps .step .logo-google-auth{
  border-radius: 8px;
}
.steps .step .title{
  font-weight: bold;
  color: #454545;
  margin-bottom: 7px;
}
.steps .step input {
  background: transparent;
  border: 1px solid var(--corPrimaria);
}
.steps .step input::placeholder {
  color: #454545;
}
.steps .step input[type]:not(:focus) {
  color: #454545;
}
.box-buttons-platform {
  display: flex;
  justify-content:space-between;
  gap: 1rem;
  margin-top: 1rem;
}
.box-buttons-platform > a > img {
  height:40px;
}
.box-header-imgs{
  display: flex;
  justify-content: space-between;
  max-width: 150px;
  margin: auto;
}
.box-header-imgs img.wap{
  width: 55px;
  height: 55px;
}
.box-header-imgs img.google{
  width: 60px;
  height: 60px;
}
.box-step-3{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.form-codigo-secretkey{
  display: flex;
  flex-wrap: wrap;
}
.box-botao{
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 10px;
}
.form-codigo-secretkey .form2018-span{
  text-align: left;
}
button.step-label{
  margin-top: 0 !important;
  align-self: center;
  padding: 10px 30px !important;
  font-size: 17px;
  max-width: 170px !important;
  border-radius: 3px !important;
  border-color: var(--corPrimariaHover) !important;
  justify-content: flex-end;
}
button.step-label:hover{
  background-color: var(--corPrimariaHover) !important;
}
.justify{
  text-align: justify;
}
