body{
	color: #9FB6CD; /*color de fondo pero es de las Tabs*/
	font-family: 'Quixotic';
	background-image: url('../images/bg_qiosReporting_2.png');
	background-repeat: no-repeat;
	background-attachment: fixed;	
	background-position: 100%;
	background-size: cover;
	overflow: hidden;
	scroll-behavior: smooth;
/*    
	margin: 50%;
	color: #9FB6CD; 
	font:600 14px/16px 'Open Sans',sans-serif;
	background: linear-gradient(#12A5FC,#0b398a);
	background: linear-gradient(to right, red, orange, yellow, green, blue);
	overflow: hidden;
*/
}

*,:after,:before{
	box-sizing:border-box
}
.clearfix:after,.clearfix:before{
	content:'';
	display:table
}
.clearfix:after{
	clear:both;
	display:block
}
a{
	color:inherit;
	text-decoration:none
}

.login-wrap, 
.login-wrap-r{
	width:100%;
	height:500px;
	max-width:380px;
	position:absolute;
	top: 50%;
	left: 25%;
	transform: translate(-50%, -50%);	
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.login-wrap-element {
	width: 100%;
	height: 100%;
}

.login-container {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
}

#logo-container {
    margin: 0 0 25px;
    max-height: 100px; 
    align-items: center;
}

#login-logo {
    position: relative;
    z-index: 2;
    width: 400px;
    height: auto;
}

#login-logo-qios {
    position: relative;
    z-index: 1;
    width: auto;
    height: 370px;
    right: 150px;
    top: 45px;
}

.login-logo-segmenta {
	width: 100px;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	margin: 20px;
}

.login-qios-version {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 20px;
	font-size: 10px;
}

.login-html,
.login-html-r {
	width: 100%;	
	height: auto;
	position:absolute;
	padding:50px;	
}

.login-html   .frgt-chan-htm,
.login-html   .sign-in-htm,
.login-html   .frgt-pass-htm,   
.login-html-r .chng-pass-htm,
.login-html-r .rstr-pass-htm {
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	padding: 5px; 
	-webkit-transform: translateX(-400px);
	transform: translateX(-400px); /*cambiar la forma de la transición*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.login-html   .frgt-chan,
.login-html   .sign-in,
.login-html   .frgt-pass,
.login-form   .group .check,
.login-html-r .chng-pass,
.login-html-r .rstr-pass,
.login-form-r .group .check {
	display:none;
}

.login-html   .tab,
.login-html-r .tab{
	font-size:13px; /*fuente de Tabs*/
        font-family: 'Quixotic';
        color: #003f68;
	padding-bottom:5px;
	margin:-10px 10px 10px 10px;
	display:inline-block;
	border-bottom:2px solid transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.login-html   .tab:hover,
.login-html-r .tab:hover {
	color:#00a0da;
	cursor: pointer;
}

.login-html   .frgt-chan:checked + .tab,
.login-html   .sign-in:checked   + .tab,
.login-html   .frgt-pass:checked + .tab,
.login-html-r .chng-pass:checked + .tab,
.login-html-r .rstr-pass:checked + .tab {
	color:#00a0da;
	border-color:#00a0da;
}

.login-form, 
.login-form-r {
	min-height:500px;
	position: relative;
	margin-top: 10px;
	overflow: hidden;
}

.login-form   .group, 
.login-form-r .group {
	margin-bottom:15px;
}

.login-form   .group .label,
.login-form   .group .input,
.login-form-r .group .label,
.login-form-r .group .input{
	width:100%;
	color: white;
	display:block;
	font-family: 'Montserrat';
	font-size: 11px;
}

.login-form   .group .button, 
.login-form-r .group .button {
	color:#fff;
	position:relative;
	display:block;
        font-family: 'Quixotic';
}

.login-form   .group .input,
.login-form   .group .button,
.login-form-r .group .input,
.login-form-r .group .button{
	border:none;
	padding:10px 20px;
	border-radius:10px;
	background: rgb(26,83,110);
}

.login-form .group .button:hover,
.login-form-r .group .button:hover{
	cursor: pointer;
	color: white;
	background-color: #003f68;;
}

.button:hover {
	cursor: pointer;
}

.pass-strong{
	padding: 10px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	font-size: 11px;
	color: white;
	background-color: rgba(0,0,0,0.4);
	border-color: white;
	border-width: 2px;
	border-radius: 10px;
}

/******************************************************************************/
.login-form input#sIdUsuario {
	padding-left:60px;
	background:rgba(255,255,255,.1) url('../images/user-icon.png') 25px no-repeat;
}

.login-form input#sPassword {
	padding-left:60px;
	background:rgba(255,255,255,.1) url('../images/locked-icon.png') 25px no-repeat;
}

.login-form input#skey {
	padding-left:60px;
	background:rgba(255,255,255,.1) url('../images/locked-icon.png') 25px no-repeat;
}

.login-form input#sIdUsuario_1 {
	padding-left:60px;
	background:rgba(255,255,255,.1) url('../images/user-locked-icon.png') 25px no-repeat;
}

.login-form input#sEmail {
	padding-left:60px;
	background:rgba(255,255,255,.1) url('../images/Email-icon.png') 25px no-repeat;
}

/**/

.login-form-r input#sIdUsuario_2 {
	padding-left:60px;
	background:rgba(255,255,255,.1) url('../images/user-locked-icon.png') 25px no-repeat;
}


.login-form-r input#sPassword_2 {
	padding-left:60px;
	background:rgba(255,255,255,.1) url('../images/locked-icon.png') 25px no-repeat;
}

.login-form-r input#sPassword_3 {
	padding-left:60px;
	background:rgba(255,255,255,.1) url('../images/padlock-icon.png') 25px no-repeat;
}

.login-form-r input#sPassword_4 {
	padding-left:60px;
	background:rgba(255,255,255,.1) url('../images/padlock-icon.png') 25px no-repeat;
}

/**/

.login-form-r input#sIdUsuario_3 {
	padding-left:60px;
	background:rgba(255,255,255,.1) url('../images/user-locked-icon.png') 25px no-repeat;
}


.login-form-r input#sPassword_5 {
	padding-left:60px;
	background:rgba(255,255,255,.1) url('../images/locked-icon.png') 25px no-repeat;
}

.login-form-r input#sClave {
	padding-left:60px;
	background:rgba(255,255,255,.1) url('../images/key-icon.png') 25px no-repeat;
}

/******************************************************************************/
#dividusuario input,
#Restore-sIdUsuario,
#Restore-sEmail {
    background-color: #c7eafb;
    box-shadow : 0px 4px 5px #999999;
    color: #003f68;
}

#divpassword input, 
#divnpassword input, 
#divclaveunica input{
    background-color: rgb(147, 214, 247);
    box-shadow : 0px 4px 5px #999999;
    color: #003f68;
}

#dividkey input{
    background-color: rgb(90, 215, 300);
    box-shadow : 0px 4px 5px #999999;
    color: #003f68;
}

#dividusuario input::placeholder,
#dividkey input::placeholder,
#divpassword input::placeholder,
#divnpassword input::placeholder, 
#divclaveunica input::placeholder,
#Restore-sIdUsuario::placeholder,
#Restore-sEmail::placeholder {
    font-style: italic;
    color: #003f68;
}

#divnpassword label {
  display: block;
}

#password-strength {
  height: 3px;
  width: 100%;
  display: block;
  border-radius: 2px;
  background-color: transparent;
  padding: 0px 6px;
  margin-top: -10px;
  margin-bottom: -8px;
}
#password-strength span {
  display: block;
  height: 3px;
  border-radius: 2px;
  transition: all 500ms ease;
}
.strength-_ span {
  background-color: transparent;
  width: 0%;
}
.strength-0 span {
  background-color: red;
  width: 5%;
}
.strength-1 span {
  background-color: orangered;
  width: 25%;
}
.strength-2 span {
  background-color: orange;
  width: 50%;
}
.strength-3 span {
  background-color: yellowgreen;
  width: 75%;
}
.strength-4 span {
  background-color: green;
  width: 100%;
}
.login-form .group input[data-type="password"]{
	text-security:circle;
	-webkit-text-security:circle;
}

.login-form-r .group input[data-type="password"]{
	text-security:circle;
	-webkit-text-security:circle;
}

.login-form   .group .label,
.login-form-r .group .label{
	color:#aaa;
	font-size:12px;
}

.login-form   .group .button ,
.login-form-r .group .button {
	background: white;
        color: #003f68;
        font-size: 13px;
        box-shadow : 0px 4px 5px #999999;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.login-form   .group label .icon,
.login-form-r .group label .icon{
	width:15px;
	height:15px;
	border-radius: 2px;
	position:relative;
	display:inline-block;
	background:rgba(255,255,255,.1);
}

.login-form   .group label .icon:before,
.login-form   .group label .icon:after,
.login-form-r .group label .icon:before,
.login-form-r .group label .icon:after{
	content:'';
	width:10px;
	height:2px;
	background:#fff;
	position:absolute;
	-webkit-transition:all .2s ease-in-out 0s;
	transition:all .2s ease-in-out 0s;
}

.login-form   .group label .icon:before,
.login-form-r .group label .icon:before {
	left:3px;
	width:5px;
	bottom:6px;
	-webkit-transform:scale(0) rotate(0);
	transform:scale(0) rotate(0);
}

.login-form   .group label .icon:after,
.login-form-r .group label .icon:after {
	top:6px;
	right:0;
	-webkit-transform:scale(0) rotate(0);
	transform:scale(0) rotate(0);
}

.login-form   .group .check:checked + label,
.login-form-r .group .check:checked + label {
	color:#fff;
}

.login-form   .group .check:checked + label .icon,
.login-form-r .group .check:checked + label .icon {
	background:#1161ee;
}
.login-form   .group .check:checked + label .icon:before,
.login-form-r .group .check:checked + label .icon:before {
	-webkit-transform:scale(1) rotate(45deg);
	transform:scale(1) rotate(45deg);
}

.login-form   .group .check:checked + label .icon:after,
.login-form-r .group .check:checked + label .icon:after {
	-webkit-transform:scale(1) rotate(-45deg);
	transform:scale(1) rotate(-45deg);
}

.login-html   .sign-in:checked   + .tab + .frgt-pass + .tab + .login-form   .sign-in-htm,
.login-html-r .chng-pass:checked + .tab + .rstr-pass + .tab + .login-form-r .chng-pass-htm,
.login-html   .sign-chan:checked + .tab + .frgt-chan + .tab + .login-form   .chng-chan-htm  {
	-webkit-transform: none;
	transform: none;
	-webkit-animation: fadeout 0.8s ease-in-out;
	animation: fadeout 0.8s ease-in-out;
	-webkit-animation: fadein 0.8s ease-in-out;
	animation: fadein 0.8s ease-in-out;
}

.login-html   .frgt-pass:checked + .tab + .login-form   .frgt-pass-htm,
.login-html-r .rstr-pass:checked + .tab + .login-form-r .rstr-pass-htm {
	-webkit-transform: none;
	transform: none;
	-webkit-animation: fadeout 0.8s ease-in-out ;
	animation: fadeout 0.8s ease-in-out;
	-webkit-animation: fadein 0.8s ease-in-out;
	animation: fadein 0.8s ease-in-out;
}

.hr{
	height:2px;
	margin:60px 0 50px 0;
	background:rgba(255,255,255,.2);
}

.hr2{
	height:2px;
	margin:5px 0 30px 0;
}

/***************************************************/

/* Dropdown Button */
.idiomaBtn, .systemBtn {
	position:relative;
	background:rgba(255,255,255,.0);
	font-size: 12px;
	margin: 0px 10px;
	font-family: 'RobotoCondensed';
	border: none;
	color:#9FB6CD;
	border-bottom:2px solid transparent; /*subrayado*/
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


/* Dropdown button on hover & focus */
.idiomaBtn:hover, .idiomaBtn:focus, .systemBtn:hover, .systemBtn:focus {
	background-color: rgba(255,255,255,.0);
	border-color:#1161ee;
	color: #FFF;
	cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown-idioma {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.idioma-content {
	display: none;
	position: absolute;
	background-color:#f1f1f1;
	min-width: 120px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	float: right; 
	left: 250px;
}

.login-system-options {
	position: absolute;
	top: 0;
	right: 0;
	margin: 20px;
}


/* Links inside the dropdown */
.idioma-content a {
	color: black;
	font-size: 11px;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.idioma-content a:hover {background-color: rgb(220,220,220)}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
	display:block;
}

/********************************/

.Mensaje-n {
	color: #003f68;
	font-size: 11px;
        font-style: italic;
        font-family: 'Quixotic';
	width:100%;
	height: auto;
	margin-left:50%;
	text-align: center;
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.Mensaje-n:hover {
	cursor: pointer;
	color: #00a0da;
}

.Mensaje {	
	padding: 10px;
	margin: 10px 0px;
	display: none;
	text-align: center;
	font-size: 11px;
	color: #003f68;
	background-color: rgb(147, 214, 247);
	border-width: 2px;
	border-radius: 10px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.Mensaje:hover {
        color: #ffcc33;
        background-color: rgba(204, 0, 51, 0.5);    
	-webkit-animation: tilt-n-move-shaking 0.3s ease;
	animation: tilt-n-move-shaking 0.3s ease;
        cursor: not-allowed;
}

.error {
	position: relative; /* Esta clase tiene que tener posicion relativa */
	color: #ff8c00; /* Color del texto */
	font-size: 11px;
	vertical-align: middle;
}

/* • • • • • • • • • • • • A N I M A T I O N S  • • • • • • • • • • • • */

@keyframes fadein {
	from { opacity : 0; }
	to { opacity : 1; }
}

@keyframes fadeout {
	from { opacity : 1; }
	to { opacity : 0; }
}

@keyframes tilt-n-move-shaking {
	0% { transform: translate(0px, 0px); }
	25% { transform: translate(7px, 0px); }
	50% { transform: translate(0px, 0px); }
	75% { transform: translate(7px, 0px); }
	100% { transform: translate(0px, 0px); }
}


/* • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • */

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/MontserratMedium-lgZ6e.otf')
}

@font-face {
	font-family: 'Quixotic';
	src: url('../fonts/QuixoticSansBold-MV0jr.otf')
}

@font-face {
	font-family: 'DotAweasome';
	src: url('../fonts/DotAweasome.otf')
}

@font-face {
	font-family: 'RobotoCondensed';
	src: url('../fonts/RobotoCondensed-Regular.ttf')
}