@import "../../../_variables";

.btn-green{
  background-color: $primary;
  border-color: $primary;
  color:#fff;
}

.color-green{
  color:$primary;
}
.error-red{
  color:red;
  font-size:0.8em;
}
.bnt-beneficiary{
  width: 120px;height: 120px;border-radius: 60px;font-size: 2.5em;background-color: transparent;color: $primary;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.box-beneficiary{
  flex: 0 0 50%;
  width:50%;
  padding: 1%;
  vertical-align: top;
}

@media (max-width: 576px){
  .box-beneficiary {
    flex: 0 0 100%;
    width: 100%;
  }
}
