﻿.imgBackground {
    height: 100%;
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position: center;
    background-image: url(/images/foto_login.jpg);
    position: relative;
}
div.img > img {
    width: 100%;
    height: 100%;
}
div.img > div {
    position: absolute;
    left: 5%;
    bottom: 15%;    
    width: 400px;
}

.divCamposLogin {
    background-color: #005C4F;
    padding:15px;
    position:relative;
    top:-1px;
}
.esqueciSenha {
    color:#9EB556;
}
.divAcesso {
    position: absolute;
    bottom: -10vh;
    left: 60px;
    max-width: 450px;
}
.botaoLogin, .botaoLogin:hover{
    background-color: #00995D;
    color: white;
    border-color: #00995D;
    width: 110px
}



@media (max-width: 1199px) {
    .imgBackground {
        height: 25vh;
        background-position: right;
    }
    .textoAcesso {
        font-size: 25px;
        text-align: center;
        bottom: 10px;
        position: absolute;
    }
    .divAcesso {
        height: 100%;
        position: absolute;
        bottom: inherit;
        left: 0;
        width: 100%;
        max-width: inherit;
        position: relative;
    }

    .divImagem {
        position: absolute;
        width: 100%;
        height: 100%;
        align-items: center;
        background-size: cover;
        background-position: center;
        background-image: url(/images/foto_login.jpg);
        padding-left:15px;
    }

    .imgBackground {
        background-image: none;
    }
}
