
/* ESPACE CHAUFFEUR CSS */

/* Formulaire */
.entetedriver {
    background-color: black;
    padding-top: 60px;
}
.entetedriver h4{
    padding: 50PX 50PX 50PX 50PX;
    color: #5da870;
}
.entetedriver h1{
    padding: 50PX 50PX 50PX 50PX;
    color: #5da870;
}
.formdriver {
    background-color: rgb(4, 20, 2);
    
    padding: 50PX 50PX 50PX 50PX;
}
.formdriver input {
    background-color: rgb(0, 0, 0);
    color: #5da870;
    padding: 10PX 50PX 10PX 50PX;
    margin-top: 10px;
    border: 1px solid #5da870;
}
iframe {
    padding: 10PX 10PX 10PX 10PX !important;
    margin-top: 10px !important;
    border: 1px solid #5da870 !important;
    width: 100%!important;
    height: 550px!important;
}
iframe .formbook input {
    padding: 10PX 10PX 10PX 10PX !important;
    margin-top: 10px !important;
    background-color: black;
}

h1,h2,h3,h4,h5 {
    color: black;
    padding: 0px;
}