body{
    color: #9FB6CD; /*color de fondo pero es de las Tabs*/
    font-family: 'Quixotic';
    background-image: url('../images/bg_QuickSurvey_1.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;
    top: 50%;
    left: 50%;
    position:absolute;
    text-align: center;	
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    
}

.login-wrap-element {
    width: 100%;
    height: 100%;
}

.login-logo {
    width: auto;
    height: 250px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: -5px;
}

.login-logo-segmenta {
    width: 100px;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 20px 0;
    transform: translate(-50%, 0);
}

.login-qios-version {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 20px 0; 
    transform: translate(-50%, 0);
    font-size: 10px;
}

.login-html,
.login-html-r {
    width: 280px;
    height: 100%;
    top: 0;
    left: 50%;
    position:absolute;
    text-align: left;
    transform: translate(-50%, 0);
}

.login-html   .sign-in-htm,
.login-html   .frgt-pass-htm,
.login-html-r .chng-pass-htm,
.login-html-r .rstr-pass-htm {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    padding: 0 20px; 
    -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   .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: white;
    padding-bottom:5px;
    margin-left: 20px;
    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   .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:white;
}

.login-form, 
.login-form-r {
    min-height:500px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.login-form   .group, 
.login-form-r .group {
    margin-bottom:15px;
    text-align: center;
}

.login-form   .group .label,
.login-form   .group .input,
.login-form-r .group .label,
.login-form-r .group .input{
    display: block;
    width: 100%;
    color: white;
    font-size: 11px;
    font-family: 'Montserrat';
    font-weight: normal;
}


.login-form   .group .button, 
.login-form-r .group .button {
    color: white;
    position:relative;
    display:block;
    left: 50%;
    transform: translate(-50%, 0);
    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;
}

.login-form   .group input::placeholder,
.login-form-r .group input::placeholder{
    font-style: italic;
    color: rgba(255, 255, 255, 0.7);
}

.login-form .group .button:hover,
.login-form-r .group .button:hover{
    color: white;
    background-color: #00a0da;
}

.button:hover {
    cursor: pointer;
}

.pass-strong{
    color: #FF3300;
    font-size: 11px;
}

/******************************************************************************/
.login-form input#sIdUsuario {
    padding-left:50px;
    background:rgb(0,43,72) url('../images/user-icon.png') 20px no-repeat;
}

.login-form input#sPassword {
    padding-left:50px;
    background:rgb(0,43,72) url('../images/locked-icon.png') 20px no-repeat;
}

.login-form input#sIdUsuario_1 {
    padding-left:60px;
    background:rgb(0,43,72) url('../images/user-locked-icon.png') 25px no-repeat;
}

.login-form input#sEmail {
    padding-left:60px;
    background:rgb(0,43,72) url('../images/Email-icon.png') 25px no-repeat;
}

/**/

.login-form-r input#sIdUsuario_2 {
    padding-left:60px;
    background:rgb(0,43,72) url('../images/user-locked-icon.png') 25px no-repeat;
}


.login-form-r input#sPassword_2 {
    padding-left:60px;
    background:rgb(0,43,72) url('../images/locked-icon.png') 25px no-repeat;
}

.login-form-r input#sPassword_3 {
    padding-left:60px;
    background:rgb(0,43,72) url('../images/padlock-icon.png') 25px no-repeat;
}

.login-form-r input#sPassword_4 {
    padding-left:60px;
    background:rgb(0,43,72) url('../images/padlock-icon.png') 25px no-repeat;
}

/**/

.login-form-r input#sIdUsuario_3 {
    padding-left:60px;
    background:rgb(0,43,72) url('../images/user-locked-icon.png') 25px no-repeat;
}


.login-form-r input#sPassword_5 {
    padding-left:60px;
    background:rgb(0,43,72) url('../images/locked-icon.png') 25px no-repeat;
}

.login-form-r input#sClave {
    padding-left:60px;
    background:rgb(0,43,72) url('../images/key-icon.png') 25px no-repeat;
}

/******************************************************************************/
.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 10px 20px rgba(0,0,0,0.4);
    -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 {
    -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 {
    position:relative;
    left: 390px;
    background:rgba(255,255,255,.0);
    padding: 10px;
    font-size: 12px;
    border: none;
    color:#9FB6CD;
    display:inline-block;
    border-bottom:2px solid transparent; /*subrayado*/
}


/* Dropdown button on hover & focus */
.idiomaBtn:hover, .idiomaBtn:focus {
    background-color: rgba(255,255,255,.0);
    border-color:#1161ee;
    color: #FFF;
}

/* 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: 326px;
}

/* 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{
        padding: 10px;
	margin: 10px 0px;
	text-align: center;
	font-size: 11px;
        font-weight: lighter;
        color: #ffcc33;
	border-width: 2px;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.Mensaje:hover {
        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')
}
