body{
    background: url('../images/123456789.jpg') center top no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    color: #aaa;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.boxLogin{
	margin: 0 auto;
	width: 400px;
	margin-top: 100px;
	background: rgba( 218,245,255,0.9);
	
	padding: 30px 20px;
	color: #aaa;
	
	border-radius: 63px 63px 63px 63px;
	-moz-border-radius: 63px 63px 63px 63px;
	-webkit-border-radius: 63px 63px 63px 63px;
	border: 0px solid #000000;
}

p,label,input{
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.boxLogin table{
	width: 100%;
	border: 0;
	margin: 0;
	border-collapse: collapse;
	text-align: center;
}

.txtright{
	text-align: right;
}

.txtleft{
	text-align: left;
}

.pbottom10{
	padding-bottom: 10px;
}

.pbottom20{
	padding-bottom: 20px;
}

.ptop20{
	padding-top: 20px;
}

.boton {
    width: 315px;
    height: 38px;
    line-height: 28px;
    color: #fff;
    background: #0062cc;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.url{
	text-decoration: none;
	color: #0062cc;

}

.small{
	font-size: 15px;
	color: black;
}

.texto{
	border:none;
	border-radius: 3px;
	background: rgba(255,255,255,0.6);
	padding: 10px;
	width: 80%;
	color: #000;
}

input::-webkit-input-placeholder {
    color:    #000;
}
input::-moz-placeholder {
    color:    #000;

}
.msg{
	padding-top: 10px;
	color: red;
}

.logo img{
	width: 310px;
	height: 125px;
}