/* .login-az { */
/* 	width: 370px !important; */
/* 	margin: 0 auto !important; */
/* } */

.login-az .control-group {
	margin: 0 !important;
}

/* .login-az input[type="text"], .login-az input[type="password"] { */
/*     width: 97% !important; */
/*     background-color: white !important; */
/*     border: 1px solid #cccccc !important; */
/*     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important; */
/*     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important; */
/*     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important; */
/*     -webkit-transition: border linear 0.2s, box-shadow linear 0.2s !important; */
/*     -moz-transition: border linear 0.2s, box-shadow linear 0.2s !important; */
/*     -o-transition: border linear 0.2s, box-shadow linear 0.2s !important; */
/*     transition: border linear 0.2s, box-shadow linear 0.2s !important; */
/*     border-radius: 4px !important; */
/* } */

.login-az .control-group {
	margin-bottom: 0 !important;
}
@media (min-width: 1200px) {
	.suplantador div div:not(.form-validator-stack){
		float: left;
		margin-right:20px; 
		max-width: 210px;
		/* max-height: 30px; */
		margin-top: 5px;
	}
	.suplantador div div input[type="text"]{
		width: 205px;
	}
	.suplantador div button{
		max-width: 106px;
		margin-top: 5px;
	}
	.suplantador div.alert {
	    position: fixed;
	    z-index: 1000;
	    margin-top: -15px;
	    width: 12%;
	    padding: 5px 37px 5px 5px !important;
	}
	.boton-suplantacion-fin {
		background-color: #999 !important;
		background-image: linear-gradient(#999, #999);
		color: #fff !important;
		margin-bottom: 0;
		text-align: center;
		vertical-align: middle;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		padding: 6px 12px;
	}
	.suplantador-link {
	    margin-left: 5px;
	    margin-top: 9px;
    }
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.suplantador div div:not(.form-validator-stack){
		float: left;
		margin-right:20px; 
		max-width: 210px;
		/* max-height: 30px; */
		margin-top: 5px;
	}
	.suplantador div div input[type="text"]{
		width: 205px;
	}
	.suplantador div button{
		max-width: 106px;
		margin-top: 5px;
	}
	.suplantador div.alert {
	    position: fixed;
	    z-index: 1000;
	    margin-top: -15px;
	    width: 12%;
	    padding: 5px 37px 5px 5px !important;
	}
	.boton-suplantacion-fin {
		background-color: #999 !important;
		background-image: linear-gradient(#999, #999);
		color: #fff !important;
		margin-bottom: 0;
		text-align: center;
		vertical-align: middle;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		padding: 6px 12px;
	}
	.suplantador-link {
	    margin-left: 5px;
	    margin-top: 9px;
    }
}

.suplantador .help-inline {
    background-color: #fee5e2;
    color: #b50303;
    border-radius: 2px;
    border: 1px solid #fcaca5;
    padding: 0px 37px 5px 5px !important;
    margin-top: -5px;
}