.form-group {
    margin-bottom: 1rem
  }

  .form-control, .btn {
    display: block;
    width: 100%;
    height: calc(1.8em + .75rem + 2px);
    padding: .375rem 1.25rem;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e8e3e3;
    border-radius: 1.4rem;
    outline: none;
    font-family: 'Oswald', sans-serif;
  }
  
  select.form-control {
    appearance: none;
    -webkit-appearance: none;
  }
  
  select.form-control {
    background-image: url('../images/arrow-1.png');
    background-size: auto .8rem;
    background-repeat: no-repeat;
    background-position: center right
  }

 


.btn {
    cursor: pointer;
  }
  .btn.btn-blue {
    background-color: #063d79;
    color: #ffffff
  }
  
  .btn.btn-red {
    background-color: #dc3832;
    color: #ffffff
  }
  

  #navbar .actions .btn.btn-outline {
    min-width: auto;
    margin-right: 1rem
  }
  
  .btn.btn-outline {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff !important
  }

  /* Para jquery validate */
  label.error {
    display: none !important
  }

  input.error,
  select.error {
    border-color: #FF6E6E;
    background-color: #FFE8E8
  }