.animsition-loading > img{
    max-width: 50px;
    height: auto;
    top: 0px;
    left: 0px !important;
}

.container{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: auto;
    background: url('../img/bg_mobile.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF !important;
}
.contenedor{
    max-width: 800px;
    width: 85%;
    height: auto;
    position: relative;
    text-align: center;
    display: inline-block;
    /* border: solid 1px rgba(33, 150, 243, 0.28); */
}

.contenedor_verde{
    width: 100%;
    position: relative;
    background: url('../img/contenedor_verde.png');
    background-size: cover;
    background-repeat: repeat-x;
    background-position: center;
    padding: 20px;
    margin-bottom: 20px;
}

.btn{
    width: 100%;
    height: auto;
    display: inline-block;
    background-image: url(../img/btn_arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position-x: 90%;
    color: #FFFFFF;
    border: solid 1px #FFFFFF;
    border-radius: 4px;
    text-decoration: none;
    line-height: 1.5;
    padding: 8px;
    font-size: 18px;
    margin: 5px auto;
}

.btn:hover{
    background-color: rgba(1, 78, 14, 0.60);
}

.btn_mini{
    width: 60%;
    font-size: 13px;
    background-size: 6px;
    max-width: 200px !important;
}

.btn_medio{
    width: 80%;
    font-size: 14px;
    background-size: 6px;
    max-width: 230px !important;
}

.close{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.logout{
    position: absolute;
    top: 5px;
    right: -5%;
    z-index: 9999999;
    color: #FFFFFF;
    text-decoration: none;
    border: solid 1px #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    padding: 6px 10px;
    font-family: Arial;
}

.cobranding{
    display: -webkit-box;
    vertical-align: middle;
    width: 100%;
    height: 70px;
    padding: 23px;
}

.logo_uefa{
    width: 18%;
    max-width: 100px;
    height: auto;
    position: absolute;
    left: 10%;
}

.logo_hnk{
    width: 20%;
    max-width: 100px;
    height: auto;
    position: absolute;
    right: 10%;
    padding-top: 4%;
}

@media screen and (min-width: 1024px) {
    .container{
        background: url('../img/bg_desktop.jpg');
        background-position: center top;
        background-size: cover;
    }
    .contenedor{
        max-width: 700px;
        width: 90%;
    }

    .cobranding{
        height: 80px;
    }
    .logo_uefa{
        left: 5%;
        max-width: 70px;
    }
    
    .logo_hnk{
        right: 5%;
        max-width: 70px;
        padding-top:2%;
    }
    
    .btn{
        max-width: 400px;
    }
}