.login-popup * {
	margin: 0;
	padding:0;
	box-sizing: border-box;
	list-style: none;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif"; 
}

.login-msg {

	padding-bottom: 15px;

}

.login-popup .login-msg .login-hola { text-align: center; margin:-12px 0 25px; }
.login-popup { 
	position: fixed; 
	display: table;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 11;
	font: normal 15px/22px Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	color: #333;
}
.login-popup .login-content {
	width: 440px;
    min-height: 200px;
    margin: auto;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.25);
    position: relative;
    z-index: 12;
    background-color: #fff;
    transition: all .5s;
}
.login-popup .login-content-padding {
	padding: 50px;
	transition: all .5s;
}
.login-middle {
	display: table-cell;
    vertical-align: middle;
	border-spacing: 20px;
}

#mask {
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.42);
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
}
.login-popup .login-tit{
	font-size: 26px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 25px;
	padding-top: 5px;
}
.login-popup .login-campo label { 
	display: block;
	font-weight: 600;
	padding: 6px 0;
	color: #111;
}

.login-popup .login-campo input {
	border: 1px solid #ccc;
	background-image: none;
	box-shadow: none;
	width: 100%;
	padding: 8px;
	margin-bottom: 16px;
	color: #111;
	transition: all .3s;
	font-size: 15px;
	font-family:Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
}
.login-popup .login-campo input:focus { 
	border-color:#989898;
	outline: none;
}
.login-popup .login-btn {
	display: block;
	width: 100%;
	background: #2682b2;
	box-shadow: none;
	border-radius: 3px;
	color: #fff;
	padding: 14px 0;
	font-size: 16px;
	font-weight: 600;
	float: none;
	border:none;
	cursor: pointer;
	margin: auto;
}
.login-popup a { color:#2682b2; text-decoration: none;  }

.login-popup .login-close { 
	color: #111;
	font-size: 26px;
	font-weight: 600;
	display: block;
	padding: 14px 14px;
	position: absolute;
	top: 0;
	right: 0;
	opacity: .7;
	transition: all .5s;
}
.login-popup .login-close:hover { 
	opacity: 1;
}
.login-popup  .login-linkRight {
	font-size: 13px;
	margin-top: 4px;
	float: right;
}
.errorLogin {
	color: #951d1d;
	background-color: #f1c9c9;
	margin-bottom: 15px;
	padding: 10px;
	text-align: center;
}

#resetPassword-box.mostrarSugerencias .login-content { width: 710px;  min-height: 430px; }
.login-sugerirPass {
	display: block;
	position: absolute;
	height: 100%;
	background-color: #f1f1f1;
	opacity: 0;
	width: 0;
	overflow: hidden;
	-webkit-transition: all 500ms cubic-bezier(0.690, 0.000, 0.255, 0.995); 
   -moz-transition: all 500ms cubic-bezier(0.690, 0.000, 0.255, 0.995); 
     -o-transition: all 500ms cubic-bezier(0.690, 0.000, 0.255, 0.995); 
        transition: all 500ms cubic-bezier(0.690, 0.000, 0.255, 0.995);

-webkit-transition-timing-function: cubic-bezier(0.690, 0.000, 0.255, 0.995); 
   -moz-transition-timing-function: cubic-bezier(0.690, 0.000, 0.255, 0.995); 
     -o-transition-timing-function: cubic-bezier(0.690, 0.000, 0.255, 0.995); 
        transition-timing-function: cubic-bezier(0.690, 0.000, 0.255, 0.995);
}
.mostrarSugerencias .login-sugerirPass {
	opacity: 1;
	width: 260px;
	padding: 40px 30px;
}
#resetPassword-box.mostrarSugerencias .login-content-padding {
	padding-left: 310px;
}
.tk-good-times li a {
	border:1px solid #ddd;
	padding: 5px;
	background-color: #fff;
	display: block;
	margin-bottom: 3px;
	text-align: center;
	transition: all .3s;
	
}
.tk-good-times li a, .tk-good-times li a strong {
	color: #2682b2;
	font-weight: 400;
	font-family: Consolas, Andale Mono, Lucida Console, Lucida Sans Typewriter, Monaco, Courier New, monospace;
}
.login-sugerirPass-title {
	font-weight: 600; padding-bottom: 15px;

}
.tk-good-times li a.passSelected {
	border-color: #51aede;
	box-shadow: #8fceee 0 0 4px;
}
.newPasswordDisplay {margin-left: 5px; font-weight: 600; }


/* actualización responsive */
.login-popup .login-content-padding {
	padding: 20px 14px;
}
.login-popup .login-content {
	width: 98%;
	max-width: 440px;
}

@media(min-width: 42em) {
	.login-popup .login-content-padding {
		padding: 50px;
	}
}