.div-frm-solarium {
  width: 340px;
  height: 300px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.frm-solarium-input {
  height: 46px;
  border: 0px none #000;
  border-radius: 3px;
  background-color: #f1f1f1;
}

.frm-solarium-label {
  font-family: Roboto, sans-serif;
  color: #6d6d6d;
}

.frm-solarium-div-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.frm-solarium-div-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.frm-solarium-div-col.left {
  margin-right: 6px;
}

.frm-solarium-div-col.right {
  margin-left: 6px;
}

.div-block-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.frm-solarium-button {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  border-radius: 2px;
  background-color: #eca138;
}

.text-span {
  color: red;
}

.red {
  color: #ec5050;
}

.success-message {
  background-color: transparent;
}

.logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tit-aviso-de-privacidad {
  font-size: 21px;
  font-weight: 700;
}

.logo {
  width: 200px;
}

.paragraph {
  font-size: 15px;
}

@media screen and (max-width: 479px) {
  .logo-container {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-3 {
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph {
    padding: 34px;
    text-align: center;
  }
}

