#form-style{
	        height: 500px;
			width: 400px;
			margin-top:30px;
			margin-bottom: auto;
			background:#FFF;
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding: 10px;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			border-radius: 15px;

}


.display-4{
margin-bottom:60px;
color: #FFFFFF;
background-color:#2582A1;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			border-radius: 10px;

}

#img{
	margin-right: 100px;
	height: 50px;
	width: 50px;
margin-bottom: 15px;
}
.input-group-text {
			background: #2582A1;
			color: #FFFFFF;
			border: 0 !important;
			border-radius: 0.25rem 0 0 0.25rem !important;
		}
		.input_user,
		.input_pass:focus {
			box-shadow: none ;
			outline: 0px !important;
			background-color:#FFFFFF;
		}
.input_pass{
		background-color:#FFFFFF;
}
#button{
	background: #2582A1;
			color:  #FFFFFF;
}		
.ml-2{
	color: #FFFFFF;
}
#navbarstyle{
	background:#FFC764;

}
.dropdown-menu a:hover{
	color: #fF577F;
}
.py-5 {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 5px;
}
