.banner {
  width: 100%;
height: 50px;
background: linear-gradient(45deg,#3783c5 50%,#00ccb0 100%);
display: block;
box-shadow: 0px 0px 9px 0px rgba(3, 3, 3, 0.32);
position: fixed;
top: 0;
left: 0;
z-index: 9999999999;
}
.areaTexto {
position: relative;
left: 10px;
top: 12px;
font-size: 20px;
color: rgba(255, 255, 255, 0.9);
}

.form-control{
      height: 70px;
      padding: 0;
      font-size: 16px;
      padding-top: 14px;
  }

#btSkipReg, #btStartReg, #btRegister, #btBackRegister{
  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;
}

#btResendEmail{
margin-top: 10px;
background-color: #ffffff;
color: #2697d0;
border-color: #2697d0;
box-shadow: 1px 1px 3px 0px rgba(31, 24, 24, 0.37);
padding: 13px 16px;
border-radius: 25px;
position: relative;
}



#terms{
margin-top: 10px;
text-align: left;
font-size: 14px;
}
#loginHeader{
color:#000000; 
font-size: 35px;
}
#reg{
max-width: 330px; 
padding: 0 15px; 
margin: 0 auto;
}
#registered{
display: none; max-width: 330px; padding: 15px; margin: 0px auto; color: #73a8d6;
}
#registered-text{
font-size: 18px;
}
#reg 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}

div#mobiLogin {
position: absolute;
background: white;
height: 100%;
width: 100%;
overflow: auto;
z-index: 1000002;
text-align: center;
}
#mobiLogin img{
width: 100px;
height: 100px;
}

.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;
}

/* 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: 40%;
}

/* 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: #2496ca;
}

/* 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;
}
