.form-group {
    margin-top: 2em;
}
h2 {
    margin-top: 2em;
}
h3 {
    border-bottom: 1px solid gray;
}
h3:first-child {
    margin-top: 2em;
}
h3:not(:first-child) {
    margin-top: 4em;
}
label {
    font-weight: bold;
}
.container {
    margin-top: 50px;
}
label.form-check-label {
    font-weight: normal;
}
required {
    color: blue;
}
.cuotaValue, .competicionesValue, .descuentoValue, .totalValue {
    font-weight: bold;
}
.cuotaValue, .competicionesValue, .descuentoValue {
    color: red;
}
.descuentoValue {
    color: green;
}
.totalValue {
    color: blue;
}
h2.center {
    text-align: center;
    font-weight: bold !important;
}
.competiciones .header {
    font-weight: bold;
    background-color: #eeeeee;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
}
.competiciones .empty {
    font-weight: bold;
    color: red;
    margin-left: 2em;
    margin-top: 2em;
    display: inline-block;
}
.competiciones #addCompeticion {
    margin-left: 2em;
}
.mensajeGP {
    padding: 2em;
    font-size: 0.8em;
}
.groupCompeticiones .total {
    padding-top: 2em;
    display: block;
    text-align: center;
    font-size: 1.2em;
}
.groupCompeticiones .total .value {
    color: green;
}
.competiciones .lista .line {
    margin: 0.5em;
    border-bottom: 1px solid #eeeeee;
}
.competiciones .lista {
    margin-bottom: 2em;
}
.cuenta {
    margin-left: 1em;
    margin-right: 1em;
}
.btInscripcion {
    font-size: 2em;
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 2em;
    /*
    width: 100%;
    height: 100%;
    */
}
.combinadas {
    margin: 2em;
}
.pbt30 {
     padding-bottom: 30px !important;
 }
.ptp30 {
    padding-top: 30px !important;
}
.leyenda {
    font-size: 13px;
    font-style: italic;
    display: block;
    font-weight: 400;
}

::placeholder {
    font-size: 12px !important;
}

