.page-template-cfblogin header,
.page-template-cfblogin footer{
	display: none;
}
.page-template-cfblogin #wp-main-content{
/*	background-color: red;*/
	
	background: url('../imagenes/login_bg.svg') no-repeat;
	background-size: 100%;
	height: 100vh;
	background-position: center;
}


.bloque_login{
	max-width:413px;
	background:#fff;
	border-radius:5px;	
	margin:15vh auto;
}
.bloque_login strong{
	color: #000;
}

.bloque_login a,
.bloque_login a strong{
	/*color: var(--link-color) !important;*/
	color: #b11016 !important;
}


@media screen and (max-height: 800px) {
	.bloque_login{
		margin:3vh auto;
	}
}
#form_login .smsCode {
    padding: 0px;
	border:0px;
    border-bottom: 2px solid #dedede;
    width: 35px;
    height: 40px;
    text-align: center;
    font-size: 30px;
	border-radius: 0px;
	margin: 0 5px;
	font-family: 'Halyard Text';
}
#form_login .smsCode:focus{
	border-color:#007c89; 
}
.form-sms h2{
  font-family: "Halyard Text";
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
.form-sms p{
  font-family: 'Halyard Text';
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
.bloque_login .formulario{
	height: 100%;	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	/*padding: 2rem;*/
}
.bloque_login .formulario.formulario_redes{
	height: auto;
}

/*.bloque_login .formulario a{
	color:#007C89;
}*/
.formulario .bloque .ojo{
	position: relative;
}
.formulario .bloque .ojo i{
	position: absolute;
	cursor: pointer;
	top: calc(50% - 9px);
	right: 15px;
	width: 20px;
	height: 20px;
	font-size: 20px;
	transition: all 0.35s;
}
#form_registro .bloque .ojo i{
	right: 35px;
}


.bloque_login .logo_desktop{
	margin-bottom:30px;	
	text-align:center;
	width:100%;
}
.bloque_login #form_login{
	padding:2rem;	
}
#form_login .bloque{
	width:100%;	
}

.formulario{
	padding-top: 1rem;
}
.formulario .bloque label {
	display: block;
	color: #7f8290;
	font-size: 14px;
	padding-left: 7px;
	padding-bottom: 0px;
	margin-top:13px;
}
.formulario input[type="text"], 
.formulario input[type="password"], 
.formulario input[type="email"], 
.formulario input[type="tel"], 
.formulario select {
	border: rgba(240,240,243,0.75) 2px solid;
	box-shadow: inset 0 0 2px rgba(180,180,180,0.55);
	line-height: 42px;
	/*  border-radius: 10px;*/
	font-size: 15px;
	padding: 5px 10px;
	width: 100%;
	font-weight: 350;
}
.modal .formulario input[type="text"], 
.modal .formulario input[type="password"], 
.modal .formulario input[type="email"], 
.modal .formulario input[type="tel"], 
.modal .formulario select{
	border: 1px solid rgba(184,185,188,0.75);
	background-color: #FFF;
}


.mensaje-error {
	font-size: 80%;
	font-style: italic;
	text-align: left;
	position: relative !important;
	right: auto !important;
	font-weight: bold;
	display: none;
}
.bloque_login .formulario .passwd_login {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.bloque_login .formulario .passwd_login .bloque_olvidar {
	margin-left: auto;
}
.bloque.boton{
	margin:40px 0 15px;
	text-align: center;
}
.boton-solido{
	width: 100%;
	background: #d0070f;
}
#boton-login{
	text-transform: capitalize !important;
	letter-spacing: inherit;
}
.registro{
	color: #000;
}
.formulario .boton{
	padding: 0;
	border: 0;
}

#modal_registro .modal-body{
	/*max-height: 60vh;*/
	overflow-y: scroll;
	touch-action: auto;
	overscroll-behavior: contain;
}

#modal_registro .modal-dialog{
	pointer-events: auto;
}


.modal .botones{
	margin-top: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.botones .boton-guardar{
	margin-left: auto;
}

#modal_registro h5{
	font-size: 28px;
	line-height: 1.2;
}

#modal_registro p{
	color: #3c3f4f;
}

@media (max-width: 768px){
	.page-template-cfblogin #wp-main-content{
		background-size: cover;
		height: 100vh;
		min-height: 0;
	}
	.bloque_login {
		max-width: none;
		margin: 25px;
	}
}
@media (max-width: 540px){
	.botones .boton-guardar{
		margin-left: 0;
		width: 100%;
	}
	.botones .boton.boton-rojo{
		text-align: center;
		display: inline-block;
		width: 100%;
	}
	.modal .botones{
		margin-top: 20px;
		flex-direction: column;
		align-items: flex-start;
	}
}
@media (max-width: 400px){
	.bloque_login .formulario .passwd_login .bloque_olvidar {
		text-align: right;
		line-height: 18px;
	}
}
