
.cpa-layout{
	width: 100%;
	height: auto;
	background: #e6e7e8;
}
.cpa-foto{
    padding-left: 0px;
}


.cpa-texto{
	
}
.cpa-texto h1{
	text-align: center;
	color: #1d4e8f;
	margin-top: 60px;
	font-size: 40px;
	font-weight: bold;
	font-family: sans-serif, Arial;
}

.cpa-texto h4{
	text-align: center;
	color: #1d4e8f;
	font-family: sans-serif, Arial;
}
.login-form{
	width: 90%;
	height: auto;	
	margin: 70px auto;
}
.formulario{
	width: 100%;
	position: relative;
	margin: 25px auto;
}
.input{
	width: 100%;
	height:50px;
	position: relative;
	margin: 15px auto;
}
.input [type="text"]{
	width: 95%;
	height: 50px;
	position: relative;
	outline: none;
	border: 2px solid #ddd;
	font-size: 16px;
	font-family: sans-serif, Arial;
}
.input [type="password"]{
	width: 95%;
	height: 50px;
	position: relative;
	outline: none;
	border: 2px solid #ddd;
	font-size: 16px;
	font-family: sans-serif, Arial;
}

.input [type="submit"]{
	width: 40%;
	height: 50px;
	background: #1d4e8f;
	font-family: sans-serif, Arial;
	font-size: 16px;
	color: #fff;
	outline: none;
	border-radius: 0px;
}
.login-form a{
	font-size: 14px;
	text-decoration: none;
	font-family: sans-serif, Arial;
	line-height: 30px;
	font-style: italic;
}
.link{
	margin-top: 50px;
}
.logo-sec{
	bottom: 0;
	width: 90%;
}
.logo-sec img{
	margin: 0 auto;
	
}