@charset "utf-8";
/* CSS Document */

label.error {
    background: none;
}
.error {
    color: #F00000 !important;
    background: #f7c0c0;
    padding-left: 10px;
}
.jdabtn {
	background-color: #ff181f !important;
	color: white;
	transition: 0.5s;
}
.jdabtn:hover {
	background-color: #ae060b !important;
	color: white;
	transition: 0.5s;
}
.account-logo-box h5{
	text-align:center;
}
.account-box {
    border-radius: 0px;
}
.bg-accpunt-pages {
    background-image: url(../images/loginbg.png);
}
.subefoto{
	margin-top: -37px;
    z-index: -1;
    opacity: 0;
}
.lineaadjunto{
	width:100%;
}

.lineaadjunto i{
	float: right;
    color: #F00;
    font-size: 20px;
	cursor: pointer;
}
.cursor{
	cursor:pointer;
}
@media (max-width: 400px) {
	.logologin img {
		width: 100%;
	}
}