@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato);
*{
  outline: none;
}
html,body{
background-color: #FFF;
}
#cuadrologin{
background: #5170ad;
  background: -moz-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #5170ad), color-stop(100%, #355493));
  background: -webkit-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);
  background: -o-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);
  background: -ms-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);
  background: radial-gradient(ellipse at center, #5170ad 0%, #355493 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5170ad', endColorstr='#355493',GradientType=1 );
  border: 1px solid #2d416d;
  box-shadow: 0 1px #5670A4 inset, 0 0 10px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 380px;
  min-height: 380px;
  margin: 10px auto 30px auto;
  padding: 50px 30px 30px 30px;
  text-align: center;
}
#logoescuelalogin{
margin-top: 10px;
width: 280px;
height: 90px;

}
#cuadrologin form{
	margin-top: 20px;
  padding-bottom:20px;
}
#cuadrologin form input[type="text"],
#cuadrologin form input[type="password"]{
	width: 100%;
	height: 50px;
	background-color: #FFF;
	border:0;
	text-align: center;
	padding: 12px 20px;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 16px;
	cursor: pointer;
}
#cuadrologin form input[type="text"]{
	border-radius: 5px 5px 0 0;
	box-shadow: 0 -1px 0 #E0E0E0 inset, 0 1px 2px rgba(0, 0, 0, 0.23) inset;
}
#cuadrologin form input[type="password"]{
	border-radius: 0 0 5px 5px;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.23) inset, 0 1px 2px rgba(255, 255, 255, 0.1);
}

::-webkit-input-placeholder {
   color: #ccc;
}
:-moz-placeholder { /* Firefox 18- */
   color: #ccc;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc;  
}
:-ms-input-placeholder {  
   color: #ccc;  
}
#cuadrologin form button,
.botonregreso{
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background: #e0e0e0;
  background: -moz-linear-gradient(top, #e0e0e0 0%, #cecece 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e0e0), color-stop(100%, #cecece));
  background: -webkit-linear-gradient(top, #e0e0e0 0%, #cecece 100%);
  background: -o-linear-gradient(top, #e0e0e0 0%, #cecece 100%);
  background: -ms-linear-gradient(top, #e0e0e0 0%, #cecece 100%);
  background: linear-gradient(to bottom, #e0e0e0 0%, #cecece 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#cecece',GradientType=0 );
  display: block;
  margin: 20px auto 0 auto;
  width: 100%;
  border: none;
  border-radius: 3px;
  padding: 8px;
  font-size: 17px;
  color: #636363;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
  font-weight: 700;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.17), 0 1px 0 rgba(255, 255, 255, 0.36) inset;
}
#cuadrologin form button:hover,
.botonregreso:hover{
  background: #DDD;
  text-decoration: none;
  color: #636363;
}
#cuadrologin form button:active,
.botonregreso:active{
  padding-top: 9px;
  padding-bottom: 7px;
  background: #C9C9C9;
  text-decoration: none;
  color: #636363;
}
.botonregreso:focus{
  text-decoration: none;
  color: #636363;
}
.link{
  margin:1px 0;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  border:0;
  background-color:transparent;
  font-family: "Lato", sans-serif;
}
.copy{
  font-family: "Lato", sans-serif;
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
  font-weight: 200;
}
.usuario{
  font-family: "Lato", sans-serif;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
  font-weight: 200;
  color: #FFF;
}
.usuario b{
  font-size: 18px;
}
.qr-btn{
  padding: 10px;
  background: #209ec3;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 9px;
  width: 100%;
  border: 0;
  outline: 0;
}
.flex-center{
  display: flex;
  justify-content: center;
}
@media(max-width:390px){
	#cuadrologin{
		width:100%;
	}
}
