input{
  
  text-align:center;
}

.uk-nav > li > a{
  
  padding: 5px 10px;
}


.roomselector .uk-card{
   transition: all 0.3s ease;

  padding:30px;
  -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
  margin-left: 10px;
margin-right: 10px;
}

.roomselector .uk-card:hover{
   transition: all 0.3s ease;
  background:#88de2c;


}

.roomselector .uk-card h3{
  
  color:#53585a;
}

.roomselector .uk-card:hover h3{
  
  color:#fff;
}


#registermodule #member-registration{
  
  background: transparent;
  padding-top: 0px;
}

#registermodule #member-registration .control-label,#registermodule #member-registration legend, #registermodule #member-registration .message-regex{
  display:none;
}
body.contentpane, html{
  
background: transparent !important;
}
.bfQuickMode section{
  padding:0px;
  
}

.bfpreguntas input, .bfpreguntas textarea{
  width:100% !important;
  background:#fff;
}


.bfpreguntas .form-actions{
  background:transparent;
  
}

.bfpreguntas label{
  color:#fff;
}

.bfpreguntas .icon-asterisk{
  display:none;
  
}

.bfQuickMode section input, .bfQuickMode section textarea{
  max-width:100% !important;
    width:100% !important;
  
}

.bfQuickMode .form-actions{
  
  background:transparent !important;
}

.no-header .tm-header, .no-header .tm-header-mobile,.no-main #tm-main{
  
  display:none !important;
}

.no-main .tm-main{
  display:none !important;
}


.no-footer .myfootet{
  
  display:none !important;
}


.uk-text-white{
  color:#fff !important;
  
}