@charset "UTF-8";
body{
	background-image: url(../imagenes/fachada.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	
}

.container{
	width: 500px;
	height: 450px;
	text-align: center;
	margin: 0px auto;
	background-color: rgba(44, 62, 80, 0.7);
	margin-top: 300px;
	border-radius: 50px;
	
}

.container img{
	width: 100px;
	height: 100px;
	margin-top: -60px;
	border-radius: 20px;
}

input[type="text"], input[type="password"]{
	margin-top: 30px;
	height: 45px;
	width: 300px;
	font-size: 18px;
	margin-bottom: 20px;
	background-color: #fff;
	padding-left: 40px;
	border-radius: 15px;
}
.btn-login{
	margin-top: 30px;
	width: 200px;
	height: 40px;
	font-size: 20px;
	
	border-radius: 20px;
	
}
