﻿.divBarcoLogin {
    background: url(../images/LF-CM-Barco.jpg);
    height: 600px;
    text-align: center;
    /*width: 99vw;*/
    position: relative;
    margin-left: -50vw;
    left: 49.5%;
}

.barco {
    width: 99vw;
    z-index: 0;
    margin-top: 12%;
    width: 50%;
}

.sliderLogin {
    /*width: 95%;*/
    height: 490px; 
    width: 99.9vw;
    margin-left: calc(-50vw + 50% - 8px);
    position: relative;
    background-repeat: no-repeat;
    background: url(../images/Barco.jpg);
}

.textoRecuperar {
    color: #6c1b20;
    font-size: 25pt;
    font-family: 'Roboto', sans-serif !important;
    text-align: center;
    font-weight: bold;
}
 
@keyframes cambio {
    0% {
        margin-left: 0;
    }

    20% {
        margin-left: 0;
    }

    25% {
        margin-left: -100%;
    }

    45% {
        margin-left: -100%;
    }

    50% {
        margin-left: -200%;
    }

    70% {
        margin-left: -200%;
    }

    75% {
        margin-left: -300%;
    }

    100% {
        margin-left: -300%;
    }
}

.loginTextos {
    width: 350px;
    box-sizing: border-box;
    height: 40px;
    border-color: #F5F5F5;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    color: #AD2931;
    font-size: 12pt;
    text-align: center;
    font-family: 'Roboto', sans-serif !important;
}

.botonLogin {
    width: 350px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    height: 50px;
    color: white;
    background-color: #AD2931;
    font-weight: bold;
    font-size: 15pt;
    font-family: 'Roboto', sans-serif !important;
}
