	
	body
	{
		background:#e3e3e3 !important;
		margin:0px;
	}
	
	#content
	{
		height: 100%; 
		margin:0px auto !important;
		padding:0px;	
		text-align:center;		
	}
	
	#central
	{
		position: relative;
		top: 10px;
		left: 0px;
		margin: 0px auto;
		padding: 0px;
		display: inline-block;
		z-index: 10;
		border-radius: 5px;
		text-align: center;
		width: 100%;
		min-width: 300px;
		margin-top: 120px;
			
	}
	
	#marco
	{
		border: 1px solid #dcdcdc;
		background: rgba(255, 255, 255, 0.9);
		box-shadow: 0px 3px 9px 0px rgba(140,140,140,0.26);
		width: 100%;
		text-align: center;
		min-height: 475px;
		padding-top: 30px;
	}
	
	hr
	{
	    opacity: 0.3;
		border-color: white;
	}
	
	.loginBox 
	{ 
		
		font-family: Poppins;
		font-size: 14px;
		font-weight: 300;
		text-align: left;
		padding: 6px 9px;
		color: #212121;
		width: 333px;
		background: #f3f3f3;
		border: none;
		height: 30px;
		margin-right: 0px;
	} 
	
	
	#login_button
	{
	font-family: Poppins !important;
    font-size: 17px !important;
    line-height: 45px;
    color: #ffffff;
    margin: 0px !important;
    width: 349px;
    height: 42px;
    text-align: center;
    font-weight: 500;
    background-color: #4f8932 !important;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px !important;
    opacity: 0.8;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 20px !important;
    margin-bottom: 4px !important;
    border: none !important;
	}
	
	#login_button:hover {
		
		opacity: 1;
	}

	.texto {
		font-family: Poppins !important;
		font-size: 12px !important;
		font-weight: 400;
		margin: 14px;
	}

	.text_login
	{
        font-size: 30px;
		text-align: center;
		font-weight: 300;
		font-family: poppins;
		line-height: 32px;
		color: #fa5436;
		margin-top: 20px;
		margin-bottom: 20px;

	}
	
	.img_login
	{
	width: 100%;
    height: auto;
    max-height: 169px;
    position: absolute;
    top: -75px;
    right: 0;
    left: 0;
    margin: 0px auto;
    max-width: 500px;
	}


	
	
	#bad_login
	{
		font-size: 16px;
		text-align: center;
		font-weight: 400;
		font-family: poppins;
		width: 100%;
		padding-top: 10px;
		letter-spacing: 1px;
		color: #cc6565;
		display:none;
	
	}
	
	.labelForm
	{
		width: 100%;
		text-align: center;
		padding: 0px;
		margin: 0px;
		margin-top: 13px;
		display: inline-block;
		font-family: Poppins;
		font-size: 19px;
		font-weight: 300;
		color: #666e75;
	}