	.login-form{
		background:rgba(58, 207, 213,0.4);
		text-align: center;
		//border: 1px solid #ced4da;
		border-radius: 1.5rem;
	}
	
	.container{
		position: absolute;
		width: 100%;
		max-width: 100%;
		height: 100%;
		min-height: 100vh;
		display: -webkit-flex;
		flex-wrap: wrap;
		//justify-content: center;
		align-items: center;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;

	}
	
	.container-fluid{
		max-width: 100%;
		height: 100%;
		min-height: 100vh;
		display: -webkit-flex;
		flex-wrap: wrap;
		align-items: center;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	
	.cuadroLogIn{
		width: 500px;
		border-radius: 10px;
		overflow: hidden;
		background: transparent;
	}
	.titulo-login{
		font-size: 28px;
		color: #fff;
		line-height: 1.2;
		text-align: center;
		display: block;
		padding-bottom: 41px;
		padding-top: 5%;
	}
	.separar{
		padding-bottom: 5%;
	}
	
	.form-control {
		width: 80%;
		margin: auto;
	}
	.btn{
		background-color:#00008b;
		color:white;
		border-radius: 1rem;
		width:30%;
	}
	.btn:hover{
		background:#2eafff;
		color:black;
	}
	
        .mainAzul{
           background-image: url('/img/FondoAzul.jpg');
            background-repeat: no-repeat;
             background-size: cover;
        }	
h4{
  color:white;
  font-weight:bold;
}
