body {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Roboto', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    background-color: transparent;
}

.form {
	position: relative;
	background: #fff;
	min-width: 380px;
	max-width: 380px;
	margin: 0 auto;
	padding: 20px 40px 40px 40px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	margin-top: 10%;
	margin-bottom: 10%;
    
/*   background: #fff; */
/*   min-width: 235px; */
/*   max-width: 300px; */
/*   margin: 0 auto; */
/*   padding: 20px 40px 40px 40px; */
/*   box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); */
/*   position: relative; */
/*   top: 50%; */
/*   -moz-transform: translateY(-50%); */
/*   -webkit-transform: translateY(-50%); */
/*   -o-transform: translateY(-50%); */
/*   -ms-transform: translateY(-50%); */
/*   transform: translateY(-50%); */
}
.form .switch {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	background: #d32c1c;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
}
.form .switch .tooltip-Recuperar-Clave {
    position: absolute;
    top: 5px;
    right: 35px;
    display: block;
    width: 9em;
    text-align: center;
    padding: 5px;
    background: rgba(243, 243, 243, 1);
    color: rgba(102, 102, 119, 1);
    font-size: 0.9em;
    font-weight: 600;
    line-height: 1;
}
.form .switch .tooltip-Recuperar-Clave:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 97px;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid rgba(243, 243, 243, 1);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tooltip-Recuperar-Clave.show {
    display: none;
}

.form .register {
  display: none;
}
.form h2 {
  margin: 21px 0px 15px 0px;
  line-height: 1;
  color: #6E6E6E;
  font-size: 1.2em;
  font-weight: 500;
}
.form .alert {
  position: relative;
  background: #f3f3f3;
  color: #666;
  font-size: 12px;
  margin-bottom: 20px;
  padding: 15px;
}
.form .alert .fa-times-circle {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-top: -8px;
  float: right;
}
.form input {
  box-shadow: none;
  border-radius: 3px 0px 0px 3px;
  outline: none;
  display: block;
  float: left;
  /* width: 100%; */
  /* margin: 0 0 13px; */
  padding: 5px 15px;
  border: 1px solid #ccc;
  color: #ccc;
  font-family: 'Roboto', sans-serif !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-wieght: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.form input:focus {
  color: #333;
  border: 1px solid #ADADAD;
}
.form button {

  cursor: pointer;
  background: #d32c1c;
  width: 100%;
  margin-bottom: 25px;
  border: 0;
  color: #fff;
  font-family: 'Roboto', sans-serif !important;
  font-size: 1em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;

    

}
.form button:hover {
  background: rgba(211, 44, 28, 0.84);
}
.form footer {
  background: #f3f3f3;
  padding: 15px 40px;
  margin: 0px -40px -40px -40px;
  color: #666;
  font-size: 12px;
  text-align: center;
}
.form footer a {
  color: #333;
  text-decoration: none;
}
.form footer .fa {
  color: #e74c3c;
}
.logo-Login-Style {
    display: block;
    max-height: 6em;
    min-width: 10em;
    margin: 0 auto;
    /* margin-top: 1em; */
    margin-bottom: 0.2em;
}

.titleLogoClaro {
    margin-bottom: 0.9em;
    text-align: center;
    font-size: 1.1em;
    font-weight: 600;
    color: #74777b;
    margin-left: -1em;
}

.margin-input-bottom-login {
    margin-bottom: 1em !important;
}

.margin-input-bottom-recover-password {
    margin-bottom: 15px !important;
}

.margin-cancel-bottom-recover-password {
    margin-top: 20px !important;
    margin-bottom: 15px !important;
}

.necesitas-Ayuda-Style{
    font-size: 1.1em;
    margin-right: 0.2em;
}

.wave-Button-Login {
    background: #d32c1c !important;
    padding: 13px 0px !important;
    display: block !important;
    margin: 10px auto !important;
    margin-bottom: 15px !important;
    color: #fff !important;
    font-weight: 400;
}

/* Boton Cancelar en Recuperar Clave */
.wave-Button-LoginCancelar {
    display: block !important;
    background: transparent !important;
    color: #888888 !important;
    -webkit-box-shadow: none!important;
    box-shadow: none !important;
    padding: 13px 15px !important;
/*     margin: 5px auto !important; */
/*     margin-bottom: 0px !important; */
    margin: 10px auto !important;
    margin-bottom: 15px !important;
    font-weight: 400;
}

.marginBottomCancelar {
    margin-bottom: 0.5em !important;
}

/*
.waveButtonsLoginAlining {
    float: right;
}
*/

@media (min-width: 1200px){
    .container {
        width: 100% !important;
    }
}

@media (min-width: 992px){
    .container {
        width: 100% !important;
    }
}

@media (max-width: 768px){
    .container {
        width: 100% !important;
    }
    
	.wave-Button-LoginCancelar {
		margin-top: 5px !important;
	    margin-bottom: 0px !important;
	    display: block;
	}
}

.container {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 2px !important;
    padding-left: 2px !important;
}

.label {
    font-size: 0.9em !important;
padding-right: 8em;
}

.ladda-button {
/*    padding: 0 !important;*/
}

.login-message-error-password-reset {
background-color: rgba(211, 44, 28, 0.16);
color: #777;
border-radius: 0.3em;
font-weight: 600;
padding: 1em;
margin-top: -0.8em;
margin-bottom: 1em;
font-size: 0.8em;
position: relative;
display: none;
}

.login-message-error-container {
margin-top: -0.5em;
margin-bottom: 1em;
}

.login-message-error-container-password-reset {
margin-top: 0.5em;
margin-bottom: 0.5e;
}

.visualCaptcha-possibilities{
	margin-left: 0px !important;
}

/*Correcciones contenedor login*/
.main-content {
  margin-top: 0em;
}

.container {
  position: absolute;
  height: 100%;
  width: 100%;
}

.height-container-login {
  height: 100%;
}

/*Canvas Loader Boton Ingresar*/
.display-initial-canvasloader-container {
    display: none;
}

.display-canvasloader-when-load {
    display: block;
    margin-bottom: -6px;
}

.display-ingresar-text-when-load {
    display: none;
}

.padding-top-imputs-login-container {
	padding-top: 0.4em;
}

.visualCaptcha-button-group {
	height: 35px;
}

.coordenada_tabla {
	left: 100px;
}

.coordenada_input {
	width: 100px !important; 
	box-shadow: none !important;
    border-radius: 3px 3px 3px 3px !important;
    outline: none !important;
    display: block !important;
    float: left !important;
    /* width: 100%; */
    /* margin: 0 0 13px; */
    padding: 5px 15px !important;
    border: 1px solid #ccc !important;
    color: #ccc !important;
    font-family: 'Roboto', sans-serif !important !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
    font-wieght: 400 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-transition: 0.2s linear !important;
    -moz-transition: 0.2s linear !important;
    -ms-transition: 0.2s linear !important;
    -o-transition: 0.2s linear !important;
    transition: 0.2s linear !important;
}

.coordenada_columna0 {
	width: 0px;
	text-align: center;
}

.coordenada_columna1 {
	width: 50px;
	text-align: center;
}

.coordenada_columna2 {
	width: 50px;
	text-align: left;
}

.placeholder label {
	top: 0.6em;
	padding: 0;
}
.position_fixed{
	position: fixed !important;
}
.keypad-trigger{
	border-left: none !important;
	margin:0px !important;
	background-color: #eee;
    border: 1px solid #ccc;
    padding: 9px 12px 9px 12px;
    border-radius: 0px 3px 3px 0px;
    float: right;	
}

#opTarjetaCoordenadas_content{
	background-color:transparent !important;
	border:none !important;
}

#loginFormId .ui-button span {
	padding: initial !important;
}

.ui-messages-error.ui-corner-all{
    background-color: transparent !important;
}

.ui-messages-info-summary, 
.ui-messages-warn-summary, 
.ui-messages-error-summary, 
.ui-messages-fatal-summary, 
.ui-message-info-summary, 
.ui-message-warn-summary, 
.ui-message-error-summary, 
.ui-message-fatal-summary {
	font-weight: normal !important;
}

#recuperarForm .ui-messages-info-summary, 
#recuperarForm .ui-messages-warn-summary, 
#recuperarForm .ui-messages-error-summary, 
#recuperarForm .ui-messages-fatal-summary, 
#recuperarForm .ui-message-info-summary, 
#recuperarForm .ui-message-warn-summary, 
#recuperarForm .ui-message-error-summary, 
#recuperarForm .ui-message-fatal-summary {
	color: red !important;
}
