.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: 150px;
    height: 100px;
}
#offset0{
    stop-opacity:1; stop-color:#64C8DA;
}
#offset1{
    stop-opacity:1; stop-color:#0394CD;
}
.banner {
  width: 100%;
  height: 122px;
  text-align: center;
  margin-top: 100px;
}
#mobilogin{
    position: absolute;
    background: white;
    
    width: 100%;
    
    overflow: hidden;
    z-index: 1000002;
    text-align: center;
}
#login{
    max-width: 330px; padding: 15px; margin: 0px auto;
}
#login input, #login 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;
    height: 45px;
    padding: 0;
    font-size: 16px;
    padding-top: 14px;
}

#btLogin{    
    margin-top: 10px;
    background-color: #2697d0;
    color: white;
    width: 300px;
    box-shadow: 1px 1px 3px 0px rgba(31, 24, 24, 0.37);
    padding: 13px 16px;
    border: none;
    position: relative;
    border-radius: 60px;}

.appslogincontrol {
    display: none;
}

#rec{
    cursor: pointer;
    color: #666;
}
.logintext{
     width: 300px;
    text-align: right;
}


.areaTexto {
    position: relative;
    left: 10px;
    top: 12px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
}
.localLoader{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: white;
    display: none;
}

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -23px;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #c3daed;
/*  background-color: #333;*/

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}


#btregister{
  background: white;
  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: 14px;
  padding-top: 15px;
  border-radius: 60px;
  color: #000;
}



#customBtn {
  display: inline-block;
  background: white;
  width: 300px;
  height: 50px;
  border-radius: 5px;
  border: none;
  box-shadow: 1px 1px 3px 0px rgba(31, 24, 24, 0.37);
  white-space: nowrap;
  margin-top: 20px;
  border-radius: 60px;
  color: #000;
}
#customBtn:hover {
  cursor: pointer;
}

span.icon {

  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
    padding-top: 8px;
}
.icon svg{
        width: 30px;
    height: 30px;
}
span.buttonText {
  display: inline-block;
  vertical-align: middle;
  padding-right: 42px;
  font-size: 14px;
  padding-top: 6px;
  padding-left: 10px;
}

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



.recplaceholder{
    border-color: red;
}

.redplaceholder::-webkit-input-placeholder { /* Chrome */
  color: red;
}
.redplaceholder:-ms-input-placeholder { /* IE 10+ */
  color: red;
}
.redplaceholder::-moz-placeholder { /* Firefox 19+ */
  color: red;
  opacity: 1;
}
.redplaceholder:-moz-placeholder { /* Firefox 4 - 18 */
  color: red;
  opacity: 1;
}