.container-fluid{
	/*background-image: url(pic.jpeg);*/
	background:linear-gradient(180deg, rgba(253, 254, 255, 0) 0%, #004489 76.39%);
	height: 100vh;
}
.col-lg-4{
		
	}

#logo1{
	width: 250px;
	height: 50px;
}

h1{
	text-align: center;
	color : #E20025;
}

p{
	text-align: center;
	color: #004489;
	font-weight: bold;
	font-size: 18px;
}

form{
	background-color: white;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	height: 420px;
	width: 400px;
	padding: 20px 30px 20px 30px;
	position: absolute;
    top: 20%;	
    border-radius: 10px;
}	
.vide{
	color: #E20025;
	background-color: white;
}
label{
	padding-bottom: 10px;
	color: #004489;
}

#button{
	background: #004489;
    border-radius: 12px;
    width: 80px;
    height: 35px;
    border: none;
    color: white;
    text-align: center;
}


span a {
	padding-left: 90px;
	text-decoration: none;
	color: #004489;
}