body {
    font-family: "Open Sans", sans-serif;
    background: url(../images/farletza-main-background.jpg) no-repeat #011f4b;
      background-color: rgb(1, 31, 75);
      background-position-x: 0%;
      background-position-y: 0%;
      background-attachment: scroll;
      background-size: auto;
    background-position: center;
    background-size: 100%;
    background-attachment: fixed;
  }

  #registration-form {
    font-family: 'Open Sans Condensed', sans-serif;
    width: 400px;
    min-width: 250px;
    margin: 100px auto;
    position: relative;
  }

  #registration-form .fieldset {
    background-color: #ffffff;
    border-radius: 3px;
  }

  .fieldset form {
    border: 1px solid #2f2f2f;
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 30px 30px;
    box-sizing: border-box;
    border-radius: 0 0 3px 3px;
  }

  label {
    color: #999c9e;
    font-weight: bold;
  }

  #registration-form input[type="text"] {
    padding: 15px 20px;
    border-radius: 1px;
    margin: 5px auto;
    background-color: #f7f7f7;
    border: 1px solid silver;
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.2);
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.2), 0 1px rgba(255,255,255,.8);
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    -ms-transition: background-color .5s ease;
    transition: background-color .5s ease;
  }

  #fecha_hbl_result{
    margin-top: 25px;
    justify-content: space-around;
  }

  #fecha_hbl_result p{
    color: #999c9e;
    font-weight: bold;
  }