@import url("style-common.css?id=151001");

body {
	background-color: #2D7297;
	background-image: url("../img/dp2/dp-bg-blue.jpg");
}

.button {
	background-color: #2D7297;
}

.button:hover {
	background-color: #999;
}

a.link-1 {
	color: #2D7297;
	font-size: 11px;
}

.wrapper-login {
	position: relative;
	margin: 0 auto;
	border: none;
	width: min(1200px, 100%);
	height: 550px;
	text-align: left;
}

.login-box {
	display: block;
	border: solid 10px #ddd;
	border-color: rgba(255, 255, 255, .25) !important;
	position: relative;
	width: 300px;
	height: auto;
	margin: 0 auto;
	margin-top: 5rem;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.login {
	background-color: #fff;
	position: relative;
	display: block;
	min-height: 180px;
	padding: 12px 12px 0px 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.login-title {
	font-family: 'Roboto', Arial, Sans-Serif;
	font-size: 125%;
	text-align: center;
	margin-bottom: 15px;
	width: 100%;
}

.login #enviar {
	margin-top: 10px;
	margin-right: 5px;
}

#msg {
	font-family: 'Open Sans', Arial, Sans-Serif;
	position: relative;
	width: 200px;
	height: auto;
	background-color: #df6245;
	color: #fff;
	padding: 8px;
	text-align: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	margin: 0px auto;
	text-align: center;
	display: none;
}

.aviso {
	background-color: #fff;
	color: #df6245;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	display: block;
	width: 420px;
	height: auto;
	margin: -370px auto;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.contrasenia-box {
	font-family: inherit;
	border: solid 1px #eee;
	margin: 50px auto;
	width: 360px;
	height: 230px;
	padding: 0;
	position: relative;
	display: table;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.contrasenia-title {
	font-family: 'Roboto', Arial, Sans-Serif;
	font-size: 125%;
	text-align: left;
	background-color: #fff;
	display: table-row;
	margin: 0;
	height: 30px;
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-ms-border-radius: 3px 3px 0px 0px;
	-o-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
}

.contrasenia-title>label {
	float: left;
	padding: 8px;
}

.contrasenia-content {
	background-color: rgba(220, 220, 220, .4);
	display: table-row;
	height: 200px;
	position: relative;
}

.back-login {
	text-align: right;
}

.contrasenia-title .back-login>a {
	font-size: 12px;
	margin-top: 10px;
	margin-right: 10px;
}