body{
    background-color: #F4F4F4;
}

.logo{
    width: 350px;
}

@media (max-width: 1200)
	{
	.logo{
  	  width: 100%;
	}
}


.jumbotron{
    background-color: #0C419A;
}

label{
    color: #ffffff;
}

legend{
    color: #ffffff;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: 'Charger';
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}

.form_depot{
    margin-top: 30px;
}

.bg-light {
    background-color: #ffffff !important;
}

.jumbotron{
    margin-top: 50px;
}