body{
	overflow-x: hidden;
	background-image: url(../imagens/fundo2claro.png);
    background-repeat: repeat;
	background-size: cover;
}

.conteudo{
    display: flex;
    align-items: center;
    height: 100vh;
    flex-direction: column;
}

.header{
    width: 100vw;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-signin{
    display: flex;
}

.container-image{
    align-content: center;
}

.img-responsive {
	width: 300px;
}

.verticalLine{
    border-right: 1px solid #9e9e9e;
    margin-left: 3vw;
    margin-right: 3vw;
}

.container-info{
    display: flex;
    flex-direction: column;
	justify-content: center;
}

.container-inputs{
    width: 20vw;
    padding-bottom: 2vh;
}

.input{
    margin-bottom: 1vh;
}

#btnEntrar,#btnRecSenha{
    width: 100%;
}

.recSenha{
    text-decoration: none;
    color: #0d6efd;
}

.container-recSenha{
    display: none;
}

.footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 20vh;
}

.web_version{
    font-size: 12px;
    font-weight: bold;   
}

#btnRecSenha{
    margin-bottom: 1vh;
}

#customToastSucesso,#customToastError {
    position: fixed;
    top: 20px; 
    right: 20px; 
    z-index: 9999;
}

@media only screen and (max-width: 767px) {
    .form-signin{
        display: flex;
        flex-direction: column;
    }

    .container-image{
        margin-bottom: 1vh;
    }

    .container-inputs{
        width: 100%;
    }
}