
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}


.topop {
	background-image: url("http://localhost:8888/softpro/assets/images/login.png");
	background-repeat: round;
	height: 100vh;
	
}


.botao_login {
	background-color: #4ab858;
	border-color: green;
	border-radius: 3px; 
	box-shadow:  2px 2px 4px green; 
	font-size: 18px;
}


.formatacao {
	margin-left: 10px; 
	font-size: 13px; 
	color: #73777B
}


.botao_login:hover {  /*acao do mouse... */
	background-color: #4ab858;
	border-color: green;
	border-radius: 3px; 
	box-shadow:  2px 2px 4px #4ab858; 
	font-size: 18px;
}


.redefinir {
	position: fixed;
	z-index: 9999;
	top: 10px;
	right: 10px;
	font-size: 13px;
	width: 40%;
}

.selecionar_focus{
	font-size: 12.5px;
	color: #6D757C;
	font-family: 'Poppins', sans-serif; 
	height: 40px;
	background-color: #fff;
	width: 100%;
	border-radius: 5px;
	padding-left: 15px;
}

.selecionar_focus:focus {
	outline: 0;
	border: 3px solid #48A55F;
  	box-shadow: 0px 0px 2px #48A55F;
}


::-webkit-input-placeholder{
   color: #B1AFAF;
   font-size: 12px;
   font-family: 'Poppins', sans-serif;
   font-weight: 50;
   padding-left: 10px;
}


