html {
	background: #131313;
}

body {
	min-height: 100%;
	height: auto;
	background: #131313;
}

.box {
	background: #FFF;
	border-radius: 8px;
	border: 1px solid #DAE6FE;
}

.box hr.line {
	width: 100%;
	height: 1px;
	background: #EDEDED;
	margin: 30px 0 30px;
	border: 0;
}

.accede {
	position: relative;
	z-index: 5;
	padding-left: 55%;
	min-height: 100vh;
	display: flex;
	align-items: center;
}

.accede .box {
	max-width: 540px;
	width: 100%;
	padding: 50px 64px;
	text-align: left;
}

.accede .box.boxsmall {
	padding: 40px 45px;
}

.logoc {
	position: fixed;
	z-index: 15;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 45%;
	height: 100vh;
}

.logoc .logo {
	display: inline-block;
	height: 50px;
	text-align: center;
}

.logoc .logo img {
	height: 100%;
}

.accede .atop {
	margin-bottom: 10px;
}

.accede .atop img {
	margin-bottom: 30px;
	border: 0;
}

.accede .kicker {
	margin-top: 0;
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 1.6em;
}

.accede .info-actions {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}

.accede .info {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}

.accede .modalaccount {
	display: block;
}

.accede .dmaccount {
	margin: 0 0 0 0;
	text-align: left;
	max-width: 820px;
}

.accede .tema {
	font-size: 33px;
	line-height: 1em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.accede .dmaccount .social {
	margin-bottom: 20px;
	margin-top: 5px;
}

.accede .dmaccount .social a {
	margin: 0 2% 0 0;
	border: 0;
}

.accede .dm-b {
	border: 0;
}

#topmenu .tm-menu {
	display: none !important;
}

.linkssociales {
	position: fixed;
	z-index: 8;
	right: 5px;
	bottom: 0;
}

.seguridad {
	text-align: center;
}

.seguridad .fa {
	color: #66c500;
}

.section.siniciaregistro {
	padding-top: 110px;
}

.background {
	position: fixed;
	z-index: 1;
	padding: 0;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.background .imagec {
	display: block;
	width: 100%;
	height: 100%;
}

.backgroundoverlay {
	position: fixed;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	background: #120096;
	top: 0;
	left: 0;
	display: none;
}

/*Alerts*/
.alert {
	width: 100%;
	padding: 10px 10px;
	line-height: 1.4em;
	font-size: 13px;
	text-align: center;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 15px;
}

.alert.alert-danger {
	background: #db4437;
	color: #fff;
}

.alert.alert-success {
	background: #4caf50;
	color: #fff;
}

.alert.alert-info {
	background: #4c4c4c;
	color: #fff;
}

.dmgroup {
	margin-bottom: 10px;
}

.ft2 {
	font-size: 32px;
}

@media screen and (max-width:1024px) {
	.accede {
		padding-left: 42%;
	}
}

@media screen and (max-width:660px) {
	.accede {
		padding-left: 0;
		min-height: 1px;
		display: block;
		max-width: 400px;
		margin: 0 auto;
		padding: 0 15px;
	}

	.accede .box {
		margin: 0 auto;
		padding: 40px 35px;
	}

	.logoc {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin-bottom: 35px;
		margin-top: 35px;
	}

	.logoc .logo {
		height: 34px;
	}

	.accede .kicker {
		font-size: 14px;
	}
}