﻿body 
{	
	background-color: #001689;	
	margin: 0;
	font-family: 'Open Sans', 'Segoe', Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #444444;
}

.container 
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.logo 
{
	padding-top: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.copyright-login 
{
	text-align: center;
	color: #fff;
}

a 
{	color: #fff;
	text-decoration: none;
}

.form-center
{	height: 300px;
	width: 400px;
	max-width: 400px;
	padding: 5px 25px 5px;
	margin: 20px auto 20px;
	/*background: url(../img/tuerca.png) no-repeat bottom left;*/
	background: url(../img/servicioweb.png) no-repeat bottom right;
	background-color: #fff;
	border: 0px solid #282828;
	border-top: #282828 0px solid;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .4);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .4)
}

.form-center-titulo
{
	padding: 10px 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

.label-titulo 
{	font-weight: bold;
}

.div-datos 
{	margin-top:8px;
}
