
.new_sas_tarjeta_donantes.box{
  padding: 1.5rem;
  width: 101%;
  box-sizing: border-box;
  background-color: #eee;
  border-top:  3px solid #7bcf14;
}
.new_sas_tarjeta_donantes-title{
  text-align: center;
}

.new_sas_tarjeta_donantes-text{
  color: #000;
  text-align: center;
  margin: 2rem auto -0.8rem;
}
.new_sas_tarjeta_donantes label
{
  display: block;
  width: 95%;
  padding-right: 1rem;
  font-weight: 600;
  text-align: left;
}

.new_sas_tarjeta_donantes input:not(#edit-legal-notice){
  display: block;
  width: 95%;
}

.sas-button {
  background: #087021;
  background-image: none;
  color: #fff;
  border: 1px solid #087021;
  border-radius: 0;
  /*padding: 5px 15px;*/
  padding: .3125rem .9375rem;
  text-transform: uppercase;
  /*margin: 0em;*/

}
.sas-button:hover {
  background: #fff;
  color: #087021;
}

.new_sas_tarjeta_donantes {
  display: block;
  width: 95%;
}

.bloque-imagen-parrafo{
  width: 100%;
  display: flex;
  margin: auto 10%;

}

.first-element-parrafo{
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 81%;
}
#edit-actions{
  text-align: right; //Para cambiar la posicion de los botones
}

.js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-legal-notice.form-item-legal-notice {
  width: auto;
  padding: 8px;
  text-align: center;
}


.first-step-box {
  display: block;
  transition: 500ms;
}

.verification-box {
  display: none;
  transition: 500ms;
}

.verification-box table, .verification-box td, .verification-box tr{
  border: 0;
  background: none;
}

.verification-box td {
  display: table-cell;
}

.verification-box td.label{
  width: 150px;

  font-weight: bold;
}

.verification-box td.value{
}

.first-element-imagen{
  background: url(../images/corazon.png);
      background-repeat: no-repeat;
      background-size: contain;
      height: 65px;
      width: 66px;
      margin-block-start: 5px;
      display: block;
}

form.sas-tarjeta-donantes-form .form-messages {
  
}
