body, html {
    font-size: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.25), screen and (min--moz-device-pixel-ratio: 1.25), screen and (min-resolution: 120dpi) {
    body, html {
        font-size: 13px;
    }
}
header, #error, .container-fluid {
    background-color: #C5CAE9
}

.heading {
    font-size: 40px;
    margin-top: 35px;
    margin-bottom: 30px;
    padding-left: 20px
}

.card {
    border-radius: 10px !important;
    margin-top: 20px;
    margin-bottom: 20px
}



.form-card input, .form-card textarea, .form-card select, .labelFicheros {
    padding: 10px 15px 5px 15px;
    border: none;
    border: 1px solid lightgrey;
    border-radius: 6px;
    margin-bottom: 25px;
    width: 100%;
    box-sizing: border-box;
    font-family: arial;
    color: #2C3E50;
    letter-spacing: 1px
}

    input:focus, select:focus, .labelFicheros:hover {
        -moz-box-shadow: 0px 0px 0px 1.5px skyblue !important;
        -webkit-box-shadow: 0px 0px 0px 1.5px skyblue !important;
        box-shadow: 0px 0px 0px 1.5px skyblue !important;
        font-weight: bold;
        border: 1px solid #304FFE;
        outline-width: 0
    }

        input:focus + label, select:focus + label, .labelFicheros:hover {
            color: #304FFE
        }

.input-group {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .input-group input {
        position: relative;
        height: 60px;
        margin-left: 1px;
        margin-right: 1px;
        border-radius: 6px;
        padding-top: 30px;
        padding-left: 20px
    }

    .input-group label {
        position: absolute;
        height: 15px;
        background: none;
        border-radius: 6px;
        line-height: 48px;
        color: black;
        width: 100%;
        font-weight: bold;
        padding-left: 20px;
        user-select: none;
    }

    .input-group select {
        position: relative;
        height: 60px;
        border-radius: 6px 0px 0px 6px;
        line-height: 22px;
        color: gray;
        width: 100%;
        font-weight: 100;
        padding-top: 30px;
        padding-left: 18px;
        border: 1px solid #ced4da;
    }

        .input-group select option {
            font-weight: 100;
        }

.form-check {
    font-weight: 100;
    margin-left: 20px;
}



.btn-pay {
    background-color: #304FFE;
    height: 60px;
    color: #ffffff !important;
    font-weight: bold
}

    .btn-pay:hover {
        background-color: #3F51B5
    }

.fit-image {
    width: 100%;
    object-fit: cover
}

img {
    border-radius: 5px
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    border-radius: 6px;
    box-sizing: border-box;
    border: 2px solid lightgrey;
    cursor: pointer;
    margin: 12px 25px 12px 0px
}

    .radio:hover {
        box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2)
    }

    .radio.selected {
        box-shadow: 0px 0px 0px 1px rgba(0, 0, 155, 0.4);
        border: 2px solid blue
    }

.label-radio {
    font-weight: bold;
    color: #000000
}





.idioma {
    height: 32px;
    width: 32px;
    text-align: center;
    background-size:cover;
}

.prioridad {
    background: none;
    border-radius: 6px;
    line-height: 15px;
    color: gray;
    font-weight: 100;
    padding-left: 15px
}

    .prioridad option {
        font-weight: 100;
    }

.card-body {
    padding-bottom: 0px;
}

.logoInscripcion {
    height: 100px;
    width: 100px;
    text-align: center;
    border-style: none;
}


.idioma-ES {
    background-image: url(../../images/idiomas/es.png);
}

.separador {
    color: black;
}

.idioma-EU {
    background-image: url("../../images/idiomas/eu.png");
}

.logoLogin {
    height: 8.75rem;
    width: 70%;
    margin-bottom: 0.313rem;
}

.logoAyuntamineto {
    background-image: url("../../images/Loiu/login.png");
    background-repeat: no-repeat;
    background-size: contain;
}