body {
	margin: 0px;
	font-family: 'Acumin Pro';
}

.telalogin {
	width: 100vw;
	height: 100vh;
	display: flex;
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	align-items: center;
}

.telalogin .telaloginform {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	z-index: 10;
}

#logoempresa {
	width: 220px;
	height: fit-content;
}

#login {
	display: flex;
	flex-direction: column;
	padding: 30px 20px;
	text-align: center;

}

.telaloginformbox {
    text-align: center;
    padding-top: 40px;
}

#login .form-login-campos {
	border-radius: 8px;
    border: 0.5px solid #E3E3E3;
    background: #F5F5F5;
    display: flex;
    padding: 3px 0px;
    margin-bottom: 30px;
    width: 300px;
}

#login .form-login-campos .form-login-email {
	background-color: transparent;
    border: none;
    height: 100%;
    outline: none;
    font-family: 'Acumin Pro';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: #000;
    padding: 10px 16px 5px 16px;
    width: 100%;
    text-align: left;
}

#login .form-login-campos .form-login-senha {
	background-color: transparent;
    border: none;
    height: 100%;
    outline: none;
    font-family: 'Acumin Pro';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: #000;
    padding: 10px 16px 5px 16px;
    width: 100%;
    text-align: left;
	margin-bottom: 0;
}

#login .form-login-senha {
	border-radius: 0.25rem;
	margin-bottom: 20px;
}

#login .form-btn {
    margin-top: 10px;
}

#login .form-login-campos .form-login-senha::placeholder,
#login .form-login-campos .form-login-email::placeholder {
	color: #9D9D9D;
}


#login .form-login-esqueceusenha {
	font-family: 'Acumin Pro Bold';
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#login .form-login-esqueceusenha a.btn-esquecisenha {
	color: #B5B5B5 !important;
	text-decoration: none;
	width: 50%;
    font-size: 10px;
}

#login .form-login-esqueceusenha a.btn-login {
	color: #fff !important;
	text-decoration: none;
	width: 40%;
}

#login .btn-login {
	border-radius: 8px;
    background: #387AEA;
    padding: 11px 25px 5px 25px;
    color: #FFF;
    text-align: center;
    font-family: 'Acumin Pro';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border: none;
    cursor: pointer;
}

#login .form-login-mensagem {
	padding: 3px 0px;
	margin-bottom: 20px;
	width: 370px;
	display: flex;
	align-items: center;
	color: red;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Acumin Pro';
	text-align: left;
}

#login .form-login-mensagem .form-login-mensagem-text {
	width: 85%;
	padding: 0 10px 0 10px;
}

/* reset login*/
.text-done {
	width: 100%;

}

.text-done>p {
	margin: 6px;


}

.text-reset {
	width: 100%;
	margin: auto 15%;

}

.text-reset>p {
	margin: 15px;
	text-align: center;


}

.text-reset a {
	color: #1556a6;
	text-decoration: none;
}

a {
	color: #1556a6;
	text-decoration: none;
}

.text-reset-success {
	color: green;
}

.form-login-mensagem-reset {
	color: #306EB8;
}

.loginimgleft {
    position: absolute;
    height: 60%;
    left: 0;
}

.loginimgleftbox {
    height: 100%;
    display: flex;
    align-items: center;
}
.loginimgright {
    position: absolute;
    height: 60%;
    right: 0;
}

.loginimgrightbox {
    height: 100%;
    display: flex;
    align-items: center;
}

/* -- CELULAR -- */
@media screen and (max-width: 800px) {
        #login .form-login-campos {
        width: 250px !important;
    }
    .loginimgright {
        display: none;
    }
    .loginimgleft {
        height: 100%;
        left: inherit;
    }
    #login .form-login-esqueceusenha a.btn-esquecisenha {
        color: #000 !important;
    }
}
