body {
  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;
    width: 9rem;
    height: auto;
    margin:0.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;
}
  .login-container input {
    font-size: 12px;
    height: 42px;
    letter-spacing: 0;
    width: 100%;
    color: white;
    background-color: #bfbfbf;
    border: 0 !important; }

.center {
  text-align: center; }

.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-horizontalRender {
  margin-top: 95px !important; }

.row-fluid [class*="span"] {
  margin-left: 0 !important; }
.logo{
  margin: 3rem auto;
}
.social {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.inicio-sesion{
display: flex;
align-items: center;
margin-bottom: 0.5rem;
margin-right: 1rem;
}
.text{
  font-weight: 500;
}

.social span {
  float: left;
  margin-top: 10px;
  text-align: left;
  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/logo_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 {
  height: 100%;
  top: 0; 
  position: fixed;
  width: 100%;}

.login-green-header{
  height: 250px;
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0
}
 .login-containerLeft {
  text-align: center;
}

  .width{
    width: 12rem;
  border: 1px solid;
  }
  .width-right{
    width: 12rem;
    float: right;
    border: 1px solid;
  }

.login-containerRigth {
  display: flex;
  width: 100%;
  margin: 5% 0;
  box-sizing: border-box;
   }

.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: 1px solid #666 !important;
  border-radius: 10px;
  opacity: 0.42;
  margin-bottom: 25px;
  text-indent: 0 !important;
  font-size: 14px; }

.login-containerRigth .user:focus {
  border: 2px solid #6aba6e !important;
  color: #303945;
  border-radius: 10px;
  opacity: 0.42;
  margin-bottom: 25px;
  font-size: 14px;}

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

.login-containerRigth .password:focus {
  border: 2px solid #6aba6e !important;
  color: #303945;
  border-radius: 10px;
  opacity: 0.42;
  font-size: 14px;}

/* .password-margin{
  margin-top: -1rem;
  margin-bottom: -1rem;
} */

.login-container input.check{
    width: 0.9rem ;
    height:  0.9rem;
    margin-right: 0.5rem;
  }
  
  hr {
    height: 1px;
    background-color: black;
  } 

button.btn.btn-success {
  background: #6ABA6E;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  font-size: 15px;
}

.sesion{
  text-align: center;
}
.cuenta,
.register {
  margin-top: 20px;
  color: #89898C !important;
  font-size: 14px; 
  display: flex;
  justify-content: center;
  margin: 2rem auto;
 }

.green{
  color: #6ABA6E;
}

.line{
    display: flex;
    flex-direction: row;
    text-transform: uppercase;
    justify-content: center;
}
.line::before{
  content: "";
  border-bottom: 1px solid rgba(207,217,222,1.00);
  height: 0.5rem;
  padding-left: 7rem;
}
.line::after{
  content: "";
  border-bottom: 1px solid rgba(207,217,222,1.00);
  height: 0.5rem;

  padding-left: 7rem;
}
.letter{
  margin-right: 1rem;
  margin-left: 1rem;
}

.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;
}
.span{
  display: flex;
    justify-content: center;
    margin: -1%;
    padding-right: 10%;
}

@media screen and (max-width: 932px) {
 .register{
  flex-direction: column;

 }
 .register .inicio-sesion,
 .register .forgot{
  margin-right: 0;
  justify-content: center;
  text-align: center;
 }

}