.span20px {
  font-size: 20px
}

.columnSeparator100 {
  width: 100px
}

.columnSeparator50 {
  width: 50px
}

.rowSeparator50 {
  height: 50px
}

.formularioBoton{
  border: 3px dashed #6792d8;
  display: inline-block;
  margin:auto
}

.form_btn{
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.5rem;
  background: #6792d8;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
}

.form_input{
  border: 1px solid #939598;
  padding: 10px;
  margin-bottom: 15px;
  font-family: Lato;
  font-size: 1.2rem;
  width: 45%
}

.form_textarea{
  border: 1px solid #939598;
  padding: 10px;
  margin-bottom: 15px;
  font-family: Lato;
  font-size: 1.2rem;
  width: 92.5%;
  height: 150px
}

.error{
  font-family: 'Lato';
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5rem;
  color: red;
}
