.fondo{
	background: rgba(51, 122, 183, 0.8);
	color: #ffffff;
}

.linea-izquierda{
	border-left: solid 3px #d9534f;	
}

.ocultar{

	display: none;
}

.container{
  width: 500px;
  height: 420px;
  text-align: center;
/*  background-color: rgba(171,165,165,0.8);*/
  background-color:rgba(72,93,255,0.70);
  border-radius: 4px;
  margin: 0 auto;
  margin-top: 150px;
}

.container img{
  width: 120px;
  height: 120px;
  margin-top: -60px;
  margin-bottom: 30px;
}

input[type="text"],input[type="password"]{
  height: 35px;
  width: 200px;
  font-size: 14px;
  border: none;
  margin-bottom: 20px;
  border-radius: 8px;
  background-color: #fff;
  padding-left: 10px;
}
