@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");

html, 
body{ font-family: 'Roboto', sans-serif; width: 100%;}

input.error, select.error, textarea.error{
  border-color: #FF0000 !important;
  color: #FF0000 !important;
}

/** MESSAGE CSS **/
.message{
  min-width: 75%;
  margin: 0px auto;
  border-radius: 9px;
  text-align: center;
  height: 0px;
}

/*height modificado de 35 a 61px, line-height de 50 a 60px background rgba(215, 64, 64, 0.8) por red*/
.message.error{
  height: 58px;
  line-height: 60px;
  background: repeat red;
  color: white;
  border: 1px solid red !important;
}

/*height modificado de 32 a 61px, line-height 35 a 60px*/
.message.loading{
  height: 61px; line-height: 60px; color: white !important;
  background: url(../images/login/loading-ajax-dark.gif) no-repeat left center rgba(0,0,0,0.7) !important;
}

/*height modificado de 32 a 61px, line-height 35 a 60px*/
.message.success{
  height: 61px; line-height: 60px; color: #00843A !important;
  background: url(../images/login/success-ajax.png) no-repeat left center !important;
}

.form-control {
  background-color: #FFF;
  border: solid 2px #DEDEDE;
  color: gray !important;
  border-radius: 7px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{ color: #a5a8ab; }

.icon-email{ background: url(../images/login/email.png) no-repeat 94% center; background-size: auto; }
.form-control.pass{ background: url(../images/login/password.png) no-repeat 94% center; background-size: 20px; }

#login-form .message{
    font-size: 12px;
    text-align: center;
    color: white;
    background: url(../images/login/loading-ajax-dark.gif) no-repeat -30px center;
}

#login-form .message.error{
    background: repeat rgba(215, 64, 64, 0.8);
}

/* background gris */
.color-background-login{
  background-color: rgb(248, 249, 250);
}

/* imagen izquierda */
.background-left{
  background-image: url(../images/login/login.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  height: 100vh;
  position: relative;
  overflow: hidden;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
}

/* centrado de texto */
.text-image {
  bottom: 17%;
  left: 15%;
  width: 400px;
  position: absolute;
}

/* logo voodoo */
.logo-voodoo {
  bottom:0%;
  position: absolute;
}

/* posicion logo Voodoo white */
.logo-voodoo.logo-white {
  right: 13%;
}

/* posicion logo Voodoo black */
.logo-voodoo.logo-black {
  right: 0%;
}

/* centrado del formulario */
.login-form-center {
  display: flex;
  align-items: center;
  min-height: 100vh;
}

/* color texto azul */
.color-text-login{
  color: rgb(56, 146, 255);
}


/* diseño de los input */
#usuario, #clave, #email {
  background-color: white;
  border-color: white;
  padding: 23px 28px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 140px;
  margin: 0px;
  width: 100%;
  height: 180%;
  border-radius: 10px;
  box-shadow: 0 3px 3px 0 #E5EAEF;
}

/* diseño del boton */
.button-login {
  background-color: #3792FA;
  border: none;
  color: white;
  padding: 18px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: 50%;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 6px 10px 0 #c0c1c2;
  border-radius: 8px 8px 8px 8px;
  margin: 0px 0px 0px 0px;
}

/*html,
body {
  margin: 0;
  padding: 0 !important;
  width: 100%;
  font-family: "Roboto", sans-serif;
  background: url(../images/login/background.jpg) no-repeat center/cover;
  color: #666666;
  font-size: 14px;
  width: 100%;
  height: 100%;
  position: relative;
}

.source_sans_pro {
  font-family: "Source Sans Pro", sans-serif;
}*/

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.contenedor_principal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 900px;
  height: 390px;
  background: rgba(21, 21, 21, 0.8);
  margin-top: -195px;
  margin-left: -450px;
}

.contenedor_formulario {
  position: relative;
  height: 470px;
  margin-top: -50px;
}

.copy {
  position: absolute;
  bottom: 5px;
  left: 0;
}

.btn_yellow {
  background-color: var(--button-color);
  background-image: url("../images/backend/register-arrow.png");
  background-position: right 15px center;
  background-repeat: no-repeat;
  color: var(--button-text-color) !important;
  border-radius: 25px !important;
  padding: 10px 85px 10px 25px;
  box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 30%);
  border: none !important;
}

.btn_yellow:focus,
.btn_yellow.focus {
  box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 30%) !important;
}

label.error {
  color: red;
  font-size: 11px;
}

.campos-form-sm {
  display: none;
}
.view_sm {
  display: none;
}

@media (max-width: 991px) {
  /*MOVIL*/
.back-login-movil {
  height: 100vh; 
  min-height: 740px;
}

.panel-login-movil {
  padding: 30px;
  height: 100%;
  background-color: #F3AE2C;
  border-radius: 25px;
}

.img-1-login-movil {
  position: absolute;
  top: 5vh;
  left: 50%;
  transform: translate(-50%, 0%);
}

.img-2-login-movil {
  position: absolute;
  top: 31%; 
  left: 50%;
  transform: translate(-50%, 0%);
}

.text-login-movil {
  width: 180px;
  position: absolute;
  bottom: 5vh;
  left: 50%;
  transform: translate(-50%, 0%);
}

.logo-voodoo-movil {
  position: absolute;
  bottom: -1px;
  right: 3vh;
}

.view_lg {
  display: none;
}

.view_sm {
  display: block;
  width: 100%;
  height: 100%;
}

  /*html,
  body {
    background-position: right;
  }
  .view_lg {
    display: none;
  }
  .view_sm {
    display: block;
  }
  .campos-form-sm {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
  }
  .contenedor_principal {
    width: 100%;
    display: flex;
    height: 100%;
    top: initial;
    bottom: initial;
    margin: 0;
    background-color: transparent;
    left: initial;
  }

  .container-logo-sm {
    width: 80vw;
    margin: auto;
    text-align: center;
    color: white;
  }

  .campos-form-sm .form-login-sm {
    position: absolute;
    bottom: 0;
    height: auto;
    overflow: hidden;
    background-color: white;
    width: 90%;
    right: 5%;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }*/
}

.f-52{
  font-size: 52px !important;
}

.f-54{
  font-size: 54px !important;
}
