@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

.p_error{
    color: #ca3a3a;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    font-size: 1rem;
    text-align: center;
}

/*TITLE*/
.containerTitle{
    position: relative;
    padding: 10% 30% 10% 30%;

}
#container{
    /*filter: blue(6px) !important;*/
    width: 100%;
    height: 100%;
}

.title {
    position: relative;
    -webkit-prspective: 400;
    perspective: 400;
    padding-left: 17px;
    font-family: Arial;
    font-weight: bold;
    font-size: calc(1.35em + 1vmin);
    /*text-transform: uppercase;*/
    color: #ffffff;
    text-shadow: 1px 1px 0 #000;
}
.title:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 6px;
    background: #0e2872;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    -webkit-animation: title-border-slide-in 0.35s ease-out forwards;
    animation: title-border-slide-in 0.35s ease-out forwards;
}
.title .title-word {
    opacity: 0;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}
.title .title-word:nth-child(1) {
    -webkit-animation: roll-in 0.15s 0s ease-out forwards;
    animation: roll-in 0.15s 0s ease-out forwards;
}
.title .title-word:nth-child(2) {
    -webkit-animation: roll-in 0.15s 0.175s ease-out forwards;
    animation: roll-in 0.15s 0.175s ease-out forwards;
}
.title .title-word:nth-child(3) {
    -webkit-animation: roll-in 0.15s 0.35s ease-out forwards;
    animation: roll-in 0.15s 0.35s ease-out forwards;
}
.title .title-word:nth-child(4) {
    -webkit-animation: roll-in 0.15s 0.525s ease-out forwards;
    animation: roll-in 0.15s 0.525s ease-out forwards;
}
@-webkit-keyframes title-border-slide-in {
    0% {
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes title-border-slide-in {
    0% {
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@-webkit-keyframes roll-in {
    0% {
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}
@keyframes roll-in {
    0% {
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}

/*END TITLE*/

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    background: none;
    border: 0;
    color: inherit;
    /* cursor: default; */
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-user-select: none; /* for button */
    -webkit-appearance: button; /* for input */
    -moz-user-select: none;
    -ms-user-select: none;
}

html{
    width:100%; 
    height: 100%;
}
html{

    /*background: url(../img/fondo-1.jpg) no-repeat center ;*/
    background-size: cover;
    background-position: center;
}

body{
    background-color: transparent !important;
    font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;


}
html, body { 
    margin: 0px; 
    padding: 0px; 
}
/*  #form-login{
          padding-left:10%;
          padding-right:10%;
          padding-top: 10%;
         }*/

input[type="text"], input[type="password"] {
    border-color: transparent;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: #f5f5f5 !important;
    display: inline-block;
    /*	  font-family: Arial,sans-serif;*/
    font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
    font-size: 2em;
    outline: medium none;
    padding: 6px 10px 7px;
    width: 100%;
    border-radius: 2%;
    -moz-border-radius: 2%;
    -webkit-border-radius: 2%;
    background-color: #bbebffb3 !important;
    border: 5px solid #00000063;
    border-radius: 5px;
}
input[type="text"]:focus, input[type="password"]:focus {
    background-color: #292727f5;
    box-shadow: none;
    border: 5px solid #00000063;
}
.ie7 input[type="text"], .ie7 input[type="password"], .ie7 textarea, .ie7 select, .ie8 input[type="text"], .ie8 input[type="password"], .ie8 textarea, .ie8 select {
    line-height: 1.3em;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
}

input[type="text"]:disabled {
    background: #dddddd;
}


input[type="image"], input[type="submit"], input[type="reset"], input[type="button"] {
    width: auto;
}
.wrong-data {
    border-color: #fe5214;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #9e9e9e;
}

input[type="text"].required {
    border-color:#E0B140;	
    border-width:2px;
}
input[type="submit"], .btn{
    vertical-align: middle;
    width: 70px;
    height: 70px;
}
input[type="submit"], .btn{
    font-size: calc(1em + 1vw);
    display: inline-block;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    color: #FFF;
    text-align: center;
    background-color: #0e2872;
    padding: 0% 15% !important;
    min-width: 50px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-shadow: 1px 1px 0 #000;
    border: #fff solid .1em;
    border-radius: 10px;}

.btn:hover {
    background-color: #ffffffb0 !important;
    color: #0e2872e0 !important;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}


.inputSmall {
    border-color: transparent;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color:#828282;
    display: inline-block;
    font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
    font-size: 1em;
    outline: medium none;
    padding: 6px 6px 7px;
    width: 100% !important;	
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    text-decoration: none;	
}
.inputSmall:focus {
    background-color: #fdfdfd;
    border-color: #b4b4b4;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
}


.saasti{
    color: red;
}
.saasti span{
    color: #666;
}

.text-align-center{
    text-align: center;
    margin: 2rem 4rem 0rem 4rem;
}


#npttxt-username{
    text-transform:uppercase;
}

.cs-recordar{
    text-align: center;
    color: white;
    font-size: 20px;
}
.ENTRADA{
    background-color: red !important;
} 
.SALIDA{
    background-color: blue !important;
}
#form-login{
    padding: 20px;
    border: 6px solid #00000042;
    border-radius: 5px;
    background-color: #0f2973cc;
}

@media (max-height: 700px){
    .containerTitle{
        position: relative;
        padding: 5% 30% 5% 30%;
    }
    .container{
        margin-top: 0px !important;
    }
}