.centered{
    text-align: center;
}

.upholstered{
    background-image: url('../imagenes/bg.png');
    font-family: 'Roboto Condensed', sans-serif;
    background-repeat: no-repeat;
}

.loginBox{
    color: #FFF;
    background-color: #066CCA;
    height: auto;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    top: 100px;
}

.loginBoxRem{
    color: #0000;
    background-color: #F8F8F8;
    height: auto;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    top: 10px;
}

.loginTitle {
    color: #FFF;
    letter-spacing: -1px;
    text-align: left;
}

.loginTitleRem {
    color: #0000;
    letter-spacing: -1px;
    text-align: left;
}

.background_hand{
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 60px;
}

.MaxGPMark{
    padding: 4px;
    border-right: #23A7DE 3px solid;
}

.blued{
    color: #23A7DE;
    margin-top: 0px;
    margin-bottom: 4px;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 45px;
    background-color: #f5f5f5;
    background-image: url('../imagenes/footer.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.container {
    /*    width: auto;
        max-width: 680px;*/
    padding: 0 15px;
    margin-top: 10px;
}
.container .text-muted {
    margin: 20px 0;
}

@media (max-width: 768px) {
    .loginBox{
        color: #FFF;
        background-color: #066CCA;
        height: auto;
        padding: 20px;
        border-radius: 8px;
    }
    .background_hand{
        display: none;
    }
}

@media (min-width: 1024px) {
    .vcentered{
        background-image: url('../imagenes/responsivemaxgp.png');
        background-repeat: no-repeat;
        background-position: left bottom;
        height: 100vh;
        /*background-size: 580px 460px;*/
        height: 100%\9;
    }
}

.btnLinkBlue{
    background-color: #066CCA;
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    color: #FFF;
    text-decoration: none;
}
.btnLinkBlue:hover{
    text-decoration: none;
    color: #FFF;
}
.errorMsg{
    color: #ff0000;
    position: relative;
    top: 90px;
    text-align: center;
}

.errorMsgRem{
    color: #ff0000;
    position: relative;
    top: 5px;
    text-align: center;
}

#carousel-maxgp-generic{
    position: fixed;
    bottom: 0;
    margin-bottom: 45px;
    left: 0;
}

.btnLinkWhite{
    color: #FFF !important;
}