.btnVoltar {
    background-color: #3c4248 !important;
}

.btnVoltar:hover{
    background-color: #5a5a5a !important;
}

.divCliente {
    opacity: 0.9;
    text-align: left !important;
    height:110px;
    display: block;
    top: 0;
    width: 100%;
    position: absolute;
    margin-top: 35px;
}

.divRodape {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
    font-size: 11px;
    background-color: whitesmoke;
    text-align: left;
    padding-left: 3px;
}

.imgCarregando {
    background-color: transparent !important;
    padding:0 !important;
    margin:0 !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

.labelLogin,
.versaoSistema {
    color: #b1b5bb !important;
}

.login-body {
    background: url('../../resources/poseidon/images/login/login-background.png')  repeat  !important;
}

.login-panel {
    background: #2D353C !important;
}

.logo-cliente {
    float: left;
    height: 140px;
    width: 140px;
    border-radius: 100px;
    background-color: white;
    opacity: 1 !important;
    margin: -15px 15px 0 20px;
    -webkit-box-shadow: 0px 10px 44px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 44px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 44px 0px rgba(0,0,0,0.75);
}

.logo-container {
    text-align: center !important;
    background: none !important;
}

.logoRodapeEL {
    width: 62px;
    height: 30px;
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 0 25px 15px 0;
}

.password-wrapper {
    position: relative;
}

.spanTitulo {
    color: whitesmoke;
    font-family: cursive;
    font-size: 28px;
    font-weight: 900;
}

.subtituloCliente {
    font-weight: 500;
    color: #fff;
}

.tamCarregando {
    width: 75px;
    height: 75px;
}

.tituloCliente {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    color: #fff;
}

#showPassword {
    color: #747474;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 640px){
    body {
        overflow: hidden !important;
    }

    .login-body{
        background: none !important;
    }

    .divRodape{
        display: block;
    }
}

@media (max-width: 1124px){
    .tituloCliente{
        font-size: 17px;
        font-weight: 700;
        margin-top: 22px;
        width: 100%;
        color: #fff;
    }

    .subtituloCliente{
        font-weight: 500;
        color: #fff;
        font-size: 12px;
        width: 100%;
    }

    .logo-cliente{
        width: 110px;
        height: 110px;
        margin: -8px 15px 0 15px;
    }

    .divCliente{
        height:90px;
    }
}

@media (max-width: 800px){
    .tituloCliente{
        font-size: 12px;
        font-weight: 700;
        margin-top: 12px;
        width: 40%;
        color: #fff;
    }

    .logo-cliente{
        width: 65px;
        height: 65px;
        margin: -5px 15px 0 15px;
    }

    .subtituloCliente{
        display: none;
    }

    .divCliente{
        height:55px;
    }
}