﻿
/* Clase para la columna de la izquierda en defult.aspx se pone en default.page_init dependiendo del tipo de suscripcion*/
.fondoFutbol {
    height: 100vh;
    background-image: url('/img/login/Fondo_Logo_futbol.png');
    background-size: cover;
    /*background-size: 100% 100%;*/
    background-position: center;
    background-repeat: no-repeat;
}
.fondoVoleibol {
    height: 100vh;
    background-image: url('/img/login/Fondo_Logo_voleibol.png');
    background-size: cover;
    /*background-size: 100% 100%;*/
    background-position: center;
    background-repeat: no-repeat;
}
.fondoBaloncesto {
    height: 100vh;
    background-image: url('/img/login/fondo_logo_basket.png');
    background-size: cover;
    /*background-size: 100% 100%;*/
    background-position: center;
    background-repeat: no-repeat;
}

.fondoRugby {
    height: 100vh;
    background-image: url('/img/login/fondo_logo_basket.png');
    background-size: cover;
    /*background-size: 100% 100%;*/
    background-position: center;
    background-repeat: no-repeat;
}
.fondofutbolsala {
    height: 100vh;
    background-image: url('/img/login/fondo_logo_basket.png');
    background-size: cover;
    /*background-size: 100% 100%;*/
    background-position: center;
    background-repeat: no-repeat;
}
.fondohockey {
    height: 100vh;
    background-image: url('/img/login/fondo_logo_hockey.png');
    background-size: cover;
    /*background-size: 100% 100%;*/
    background-position: center;
    background-repeat: no-repeat;
}



/* FIN Clase para la columna de la izquierda*/

.pos-logo {
    width: 40%;
    margin-top: 10%;
    margin-left: 10%;
}
.pos-selecciona {
    width: 50%;
    margin-left: 11%;
    color: #A5A4BF;
    font-weight: bold;
    font-size: 1.25em;
}
/**** estilos botones deportes ****/
.sport-selected {
    background-color: #31A9B8;
}

.sport-active {
    background-color: #2D7FA4;
}

.sport-disabled {
    background-color: #2B3E50;
    color: #4E5D6C !important;
}
/**** FIN estilos botones deportes ****/

.lnk-size {
    padding: 0.4em 0;
    width: 14.5em;
    margin: 1em 0 1em 4.25em;
    border-radius: 0.5rem;
    text-transform: uppercase;
}

.txt-separation {
    padding-left: 0.5rem;
    text-decoration: none !important;
    font-size: 20px;
}

.lnk-aviso {
    color: #31A9B8!important;
}

.justify-content-md-center {
    justify-content: center;
}

.img-escudo {
    width: 20em;
}
.team {
    width: 500px;
}
.name-team {
    font-size: 2.5em;
}
.user-pass {
    width: 320px
}

.btn-enviar {
    width: 10rem;
    background-color: #2b3e50!important;
}

@media (max-width: 1075px) {
    .team {
        width: 320px;
    }

    .lnk-size {
        margin: 1em;
    }
}

@media (min-width: 576px) and (max-width: 699px) {
    .lnk-size {
        width: 12.5em;
        margin: 1em 0;
    }

    .team {
        width: 255px;
    }

    .img-escudo {
        width: 18em;
    }

    .name-team {
        font-size: 1.75em;
    }

    .user-pass {
        width: 215px
    }
}




