.banner {
    width: 100%;
height: 50px;

position: fixed;
top: 20;
left: 20;
z-index: 9999999999;
}
.areaTexto {
position: relative;
left: 10px;
top: 12px;
font-size: 20px;
color: rgba(255, 255, 255, 0.9);
}

.fawil-logo{
padding: 10px;
position: relative;
text-align: left;
}
.fil2 {fill:white}
.fil1 {fill:url(#id0)}
.fil0 {fill:url(#id1)}
#fawilogo{
shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd;
width: 42px;
height: 42px;
}
#offset0{
stop-opacity:1; stop-color:#64C8DA;
}
#offset1{
stop-opacity:1; stop-color:#0394CD;
}
.login-img{
text-align: center;
margin-top: 75px;
margin-bottom: 30px;
}
.form-control{
        height: 70px;
        padding: 0;
        font-size: 16px;
        padding-top: 14px;
    }
#passReset input,select{border: 0;
background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(#D2D2D2, #D2D2D2);
background-size: 0 2px, 100% 1px;
background-repeat: no-repeat;
background-position: center bottom, center calc(100% - 1px);
background-color: transparent;
transition: background 0s ease-out;
float: none;
box-shadow: none;
border-radius: 0;
font-weight: 400;margin-bottom:5px}
#rec_pass input,select{border: 0;
background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(#D2D2D2, #D2D2D2);
background-size: 0 2px, 100% 1px;
background-repeat: no-repeat;
background-position: center bottom, center calc(100% - 1px);
background-color: transparent;
transition: background 0s ease-out;
float: none;
box-shadow: none;
border-radius: 0;
font-weight: 400;margin-bottom:5px}

#reset_ans{
display: none; margin: -10px auto; color: red;
}

#respass{
max-width: 330px; padding: 15px; margin: 0px auto;
}
#respass p{
text-align: center;
font-size: 16px;
}
#resetsent{
display: none; 
max-width: 330px; 
padding: 15px; 
margin: 0 auto;
text-align: center;
font-size: 16px;
}
#btResetRequest, #resetpassBt{
margin-top: 50px;
background-color: #2697d0;
color: white;
width: 300px;

box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
padding: 13px 16px;
border: none;
position: relative;
border-radius: 25px;
}

#cancelpassres{
margin-top: 10px;


background-color: #ffffff;
color: #2697d0;
border-color: #2697d0;
width: 300px;

box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
padding: 13px 16px;
border: none;
position: relative;
border-radius: 25px;
}


#btResetRequest2{
margin-top: 10px;
background-color: #2697d0;
color: white;
box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
padding: 13px 16px;
border-radius: 25px;
position: relative;
}

#ressPassHeader{
color: #000;
font-size: 28px;
text-align: center;

}

/* The container */
.Chk-container {
display: inline;
position: relative;
padding-left: 27px;
margin-bottom: 12px;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

/* Hide the browser's default checkbox */
.Chk-container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
top: 4px;
left: 0px;
height: 20px;
width: 20px;
background-color: #eee;
border-radius: 20%;
}

/* On mouse-over, add a grey background color */
.Chk-container:hover input ~ .checkmark {
background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.Chk-container input:checked ~ .checkmark {
background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}

/* Show the checkmark when checked */
.Chk-container input:checked ~ .checkmark:after {
display: block;
}

/* Style the checkmark/indicator */
.Chk-container .checkmark:after {
left: 8px;
top: 4px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
    
    
    #snackbar {
  visibility: hidden;
width: 300px;
margin-left: -150px;
background-color: rgba(51, 51, 51, 0.68);
color: #fff;
text-align: center;
border-radius: 50px;
padding: 6px 8px;
position: fixed;
z-index: 99999999999999;
left: 50%;
bottom: 30px;
font-size: 15px;
overflow: hidden;
text-overflow: ellipsis;
height: 50px;
}
    #snackbar p{
        margin: 0;
        height: 38px;
vertical-align: middle;
display: inline-block;
    }

#snackbar.show {
visibility: visible;
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
from {bottom: 0; opacity: 0;} 
to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
from {bottom: 0; opacity: 0;}
to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
from {bottom: 30px; opacity: 1;} 
to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
from {bottom: 30px; opacity: 1;}
to {bottom: 0; opacity: 0;}
}

/************ button preload **********/
@-webkit-keyframes ld-flip {
0%,
25%,
50%,
75%,
100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1)
}
0% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0)
}
25% {
    -webkit-transform: rotateY(180deg) rotateX(0);
    transform: rotateY(180deg) rotateX(0)
}
50% {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg)
}
75% {
    -webkit-transform: rotateY(0) rotateX(180deg);
    transform: rotateY(0) rotateX(180deg)
}
100% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0)
}
}

@-moz-keyframes ld-flip {
0%,
25%,
50%,
75%,
100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1)
}
0% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0)
}
25% {
    -webkit-transform: rotateY(180deg) rotateX(0);
    transform: rotateY(180deg) rotateX(0)
}
50% {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg)
}
75% {
    -webkit-transform: rotateY(0) rotateX(180deg);
    transform: rotateY(0) rotateX(180deg)
}
100% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0)
}
}

@-webkit-keyframes ld-flip {
0%,
25%,
50%,
75%,
100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1)
}
0% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0)
}
25% {
    -webkit-transform: rotateY(180deg) rotateX(0);
    transform: rotateY(180deg) rotateX(0)
}
50% {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg)
}
75% {
    -webkit-transform: rotateY(0) rotateX(180deg);
    transform: rotateY(0) rotateX(180deg)
}
100% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0)
}
}

@-o-keyframes ld-flip {
0%,
25%,
50%,
75%,
100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1)
}
0% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0)
}
25% {
    -webkit-transform: rotateY(180deg) rotateX(0);
    transform: rotateY(180deg) rotateX(0)
}
50% {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg)
}
75% {
    -webkit-transform: rotateY(0) rotateX(180deg);
    transform: rotateY(0) rotateX(180deg)
}
100% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0)
}
}

@keyframes ld-flip {
0%,
25%,
50%,
75%,
100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1)
}
0% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0)
}
25% {
    -webkit-transform: rotateY(180deg) rotateX(0);
    transform: rotateY(180deg) rotateX(0)
}
50% {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg)
}
75% {
    -webkit-transform: rotateY(0) rotateX(180deg);
    transform: rotateY(0) rotateX(180deg)
}
100% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0)
}
}

.ld-flip {
width: 20px;
height: 20px;
background-color: rgba(240, 240, 240, 0.83);
border-radius: 50%;
position: relative;
top: 50%;
left: 50%;
-webkit-animation: ld-flip 2s infinite;
animation: ld-flip 2s infinite;
margin-top: -10px;
margin-left: -10px;
}

.md-flip{
width: 42px;
height: 42px;
background-color: rgba(146, 161, 177, 0.73);
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
bottom: 0;
-webkit-animation: ld-flip 2s infinite;
animation: ld-flip 2s infinite;
}

.back-bt-preload{
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.53);
position: absolute;
top: 0px;
left: 0px;
border-radius: 25px;
}
.btn-blue{
margin-top: 10px;
background-color: #2697d0;
color: white;
width: 300px;
height: 50px;
border-radius: 5px;
box-shadow: 1px 1px 3px 0px rgba(31, 24, 24, 0.37);
padding: 13px 16px;
border: none;
position: relative;
font-size: 18px;
}

.btn-white{
    background: white;
color: #666;
width: 300px;
height: 50px;
border-radius: 5px;
border: none;
box-shadow: 1px 1px 3px 0px rgba(31, 24, 24, 0.37);
margin-top: 20px;
font-size: 18px;
padding-top: 15px;
}
a{
text-decoration: none;
}

#pass_changed{
display: none;
max-width: 330px;
padding: 175px 15px 0;
text-align: center;

top: 0;
left: 0;
background: #ffffff;
height: 100%;
margin: 0 auto;
}
#pass_changed h1{
font-size: 22px;
color: rgb(115, 168, 214);
}
#pass_changed p{
color: #666;
font-size: 16px;
}

#rec_pass{
max-width: 330px; padding: 15px; margin: 50px auto;
}

#loginHeader{
color:#73a8d6; text-align:center;
}