body {
  color: #666;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  overflow-x: hidden; }

.header {
  background: none repeat scroll 0 0 #fff;
  height: 72px;
  border-bottom: 1px solid #ddd;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  .header .logo {
    font-size: 16px;
    text-shadow: none;
    text-decoration: none;
    cursor: pointer;
    height: 2.5rem;
    margin-left: 8px;
    padding: 16px 8px 0 40px !important;
    float: left; }
  .header li > a {
    color: #C4D08C; }

.form-horizontalRender {
  margin-bottom: 30px;
  margin-top: 145px !important; }

.maintenance-page {
  position: absolute;
  top: 100px;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  width: 440px;
  margin: auto; }

.maintenance-content {
  width: 100%;
  margin: auto;
  margin-top: 10%; }

.reason-title {
  display: block;
  margin: 10px 0 20px 0;
  font-weight: normal;
  color: #8c8c8c;
  font-size: 14px; }

.wheel {
  background: url("../img/wheels-icon.svg") no-repeat center center;
  width: 445px;
  height: 250px; }

.waiting {
  margin-left: 46%;
  margin-top: 21%;
  width: 6%; }

.hidden > header {
  display: none; }

.login-container {
  position: relative;
  margin: 4% 20%;
  width: 60%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 1px 4px #222; }
  .login-container input {
    font-size: 12px;
    height: 38px;
    letter-spacing: 0;
    width: 100%;
    color: white;
    background-color: #bfbfbf;
    border: 0 !important; }

.center {
  text-align: center; }
  .center a {
    color: #cccccc; }

.btnCenter {
  margin: 15px 41%; }

.btnRecover {
  margin: 10px 22%; }

.login-container input, ::-webkit-input-placeholder {
  color: #303945 !important; }

.login-container input:-moz-placeholder {
  color: #303945 !important;
  opacity: 1; }

.login-container input::-moz-placeholder {
  color: #303945 !important;
  opacity: 1; }

.login-container input, \:-ms-input-placeholder {
  color: #303945 !important; }

.render-form-preview {
  width: 60% !important; }

form label {
  width: 48% !important; }

.form-horizontalRender {
  margin-top: 95px !important; }

.row-fluid [class*="span"] {
  margin-left: 0 !important; }

.social {
    position: absolute;
    bottom: 90px;
    margin-left: 25px;
}

.social span {
  float: left;
  margin-top: 10px;
  text-align: left;
  color: #B7B7B7;
  margin-right: 10px;
  font-size: 14px; }

.social .boton-social {
  display: block;
  border: none;
  line-height: 19px;
  margin-left: 10px;
  padding: 4px 5px 7px 10px; }

.social .boton-social.facebook, .social .boton-social.twitter, .social .boton-social.google {
  background: url("/src/img/btn_facebook.png") no-repeat scroll 0 0;
  border: 0 none;
  color: #FFFFFF;
  font-size: 14px;
  margin: 0 0 30px;
  position: relative;
  text-align: left;
  width: 40px;
  float: left;
  margin-right: 10px;
  height: 40px;
  opacity: 0.9; }

.social .boton-social.facebook a, .social .boton-social.twitter a, .social .boton-social.google a {
  color: #FFFFFF; }

.social .boton-social.twitter {
  background: none repeat scroll 0 0 #5FCCF0; }

.social .boton-social.google {
  background: url("/src/img/btn_google.png") no-repeat scroll 0 0;
  width: 40px;
  text-align: center;
  height: 40px;
  opacity: 0.9; }

.social .boton-social:first-child {
  margin-left: 0; }

.social .boton-social .icon-social {
  font-size: 18px;
  left: 12px;
  margin: 1px 6px 0 0;
  position: absolute;
  text-align: center;
  top: 11px;
  vertical-align: middle;
  width: 22px; }

.nav-tabs.nav-stacked {
  border-bottom: 0 none; }

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px; }

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px; }

.nav-tabs.nav-stacked > li > a:hover, .nav-tabs.nav-stacked > li > a:focus {
  border-color: #ccc; }

.nav-tabs.nav-stacked > a {
  display: inline-block;
  vertical-align: middle; }

.nav-tabs.nav-stacked a > li {
  background: #fff;
  border-radius: 10px;
  font-size: 16px;
  height: 180px;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  width: 320px;
  margin: 20px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.18); }

.nav-tabs.nav-stacked a > li:hover {
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.28); }

.arrow-right {
  float: right;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin-top: 25px;
  padding: 0 5px;
  color: #999999; }

.nav-tabs.nav-stacked a > li > h4 {
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 15px 15px; }

.nav-tabs.nav-stacked a > li > span {
  color: #8c8c8c;
  display: block;
  font-size: 14px;
  margin: 0;
  padding: 15px;
  text-align: left; }

.nav-tabs.nav-stacked a > li > hr {
  margin: 0;
  border-color: #eeeeee -moz-use-text-color #ddd; }

.disabled-icon {
  opacity: 0.3; }

.disabled-icon:hover {
  background-color: #666 !important; }

.legend {
  color: #666; }

.sidebar-nav > ul {
  border-color: transparent -moz-use-text-color;
  border-width: 1px 0;
  font-size: 10px;
  margin: 0;
  padding-bottom: 1px;
  text-align: center !important;
  padding-top: 2%; }

.navbar .nav > li > a {
  padding: 26px 35px;
  text-transform: uppercase; }

.second-bar {
  background: none repeat scroll 0 0 #ffffff;
  border-radius: 0;
  color: #8c8c8c;
  font-size: 14px;
  font-weight: bold;
  z-index: 0;
  margin: 71px 0;
  padding: 20px 57px;
  border-bottom: 1px solid #eeeeee; }

.logo-icon {
  height: 60px; }

.login {
  background: url("/src/img/bg/bg_moorea.png") repeat scroll 0 center/cover transparent;
  background-color: #363e49 !important;
  height: 100%;
  top: 0; 
  position: fixed;
  width: 100%;}

.login-green-header{
  background-color: #C4D08C;
  height: 250px;
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0
}
.login-containerLeft {
  width: 50%;
  float: left;
  margin: 5% 0 0;
  padding: 25px;
  box-sizing: border-box
}

.login-containerLeft .texto {
  bottom: 0;
}

.login-containerLeft .logo {
  padding-top: 0;
  margin-bottom: 0; 
  height: 3rem;
  margin-top: 16px;
  padding-bottom: 30px;
}

.login-containerLeft h3 {
  color: #89898C;
  font-size: 15px;
  font-weight: 500;
  margin-top: 0;
  opacity: 0.8;
}

.login-containerLeft h4 {
  color: #89898C;
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin: auto;}

.login-containerRigth {
  width: 50%;
  float: left;
  margin: 5% 0;
  box-sizing: border-box;
  padding: 20px;
  border-left: 2px solid #C4D08C;
   }

.login-containerRigth h2 {
  color: #C4D08C;
  font-size: 24px;
  margin-top: 26px;
  padding-bottom: 39px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px; }

.login-containerRigth .user {
  background: none repeat scroll 0 0 transparent;
  border-bottom: 1px solid #666 !important;
  border-radius: 0 !important;
  opacity: 0.42;
  margin-bottom: 25px;
  width: 93% !important;
  padding-left: 0;
  text-indent: 0 !important;
  font-size: 14px; }

.login-containerRigth .user:focus {
  background: none repeat scroll 0 0 transparent;
  border-color: transparent !important;
  border-bottom: 1px solid #666 !important;
  border-radius: 0 !important;
  margin-bottom: 25px;
  opacity: 0.9;
  padding-left: 0;
  text-indent: 0 !important; }

.login-containerRigth .password {
  background: none repeat scroll 0 0 transparent;
  border-bottom: 1px solid #666 !important;
  border-radius: 0 !important;
  opacity: 0.42;
  width: 93% !important;
  padding-left: 0;
  text-indent: 0 !important;
  font-size: 14px; }

.login-containerRigth .password:focus {
  background: none repeat scroll 0 0 transparent;
  border-color: transparent !important;
  border-bottom: 1px solid #666 !important;
  border-radius: 0 !important;
  opacity: 0.9;
  padding-left: 0;
  text-indent: 0 !important; }

button.btn.btn-success {
  background: #C4D08C;
  border-radius: 17px;
  color: #fff;
  padding: 5px 15px;
  margin-top: 25px;
  letter-spacing: -1px;
  text-transform: uppercase; 
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 12px;
  position: relative;
  float: right;}

.register {
  margin-top: 20px;
  color: #89898C !important;
  font-size: 14px; 
  position: relative;
  text-align: center;
  clear: both;
  padding-bottom: 10px;}

.verde{
  color: #C4D08C;
}

.powered{
  position: relative;
  margin-top: 20px;
  z-index: 1;
  width: 173px;
  margin-left: calc(50% - 87px);
}

.powered p{
  color: #C4C4C4;
  position: relative;
  float: left;
  margin: 4px 10px 0 0;
}

.powered img{
  position: relative;
  float: left;
  width: 80px;
  margin-top: 4px;
}
/*# sourceMappingURL=layout.css.map */

.alert{
    width: 280px;
    position: fixed;
    left: calc(50% - 140px);
    margin: 0;
    box-sizing: border-box;
    padding: 9px;
    bottom: 15px;
    text-shadow: none !important;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 17px;
    text-align: center;
}

.alert-danger, .alert-error {
    color: white !important;
    background-color: #b94a48 !important;
    border-color: #b94a48 !important;
}

.alert p{
  margin: 0;
}

.alert .close{
  display: none;
}

.alert img{
  display: none;
}
@media screen and (max-width: 1024px) {
  .login-container {
    width: 80%;
    margin: 4% 10%;  
  }

  .register{
    padding-bottom: 25px;
  }
  .login-containerRigth h2{
    padding-top: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 890px) {
  .login-container {
    width: 90%;
    margin: 4% 5%;  
  }
}

@media screen and (max-width: 768px) {
  .texto {
    display: none;  
  }
  .login-containerLeft {
    width: 80%;
    margin: 0 10%;
    padding-bottom: 0;
  }

  .login-containerLeft .logo{
    margin: 10% 15%;
  }
  .login-containerRigth {
    width: 80%;
    margin: 0 10%;
    border: none;
  }
  button.btn.btn-success {
    margin-left: calc(50% - 70px);
    float: none;
    margin-bottom: 10px;
    margin-top: 50px;
  }
  .social{
    margin-left: calc(50% - 90px);
    position: relative;
    bottom: inherit;
  }

  .login-containerRigth h2{
    font-size: 35px;
  }
}
@media screen and (max-width: 600px) {
  .login-containerLeft {
    width: 90%;
    margin: 0 5%;
  }

  .login-containerLeft .logo{
    margin: 5% 5%;
    width: 90%
  }
  .login-containerRigth {
    width: 90%;
    margin: 0 5%;
  }

  .login-containerRigth h2{
    margin-top: 0;
    font-size: 30px;
    padding-bottom: 10px;
  }
    button.btn.btn-success {
    margin-bottom: 10px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {

  .login-containerLeft .logo{
    margin: 2% 2%;
    width: 96%
  }

  .login-containerRigth {
    width: 96%;
    margin: 0 2%;
  }

  .powered p{
    font-size: 12px;
  }

  .login-containerRigth h2{
    margin-top: 0;
    font-size: 25px;
    padding-bottom: 0px;
  }
    button.btn.btn-success {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .header .logo{
    height: 2.5rem;
    padding-top: 19px;
  }
}

@media screen and (max-width: 350px) {

  .login-containerLeft .logo{
    margin: 2% 2%;
    width: 96%
  }

  .login-containerRigth {
    width: 96%;
    margin: 0 2%;
  }

  .powered p{
    font-size: 12px;
  }

  .login-containerRigth h2{
    margin-top: 0;
    font-size: 25px;
    padding-bottom: 0px;
  }
    button.btn.btn-success {
    border-radius: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  
}