@font-face {
    font-family: 'Renault Life Web';
    src: url('../font/RenaultLifeWeb.woff2') format('woff2'),
        url('../font/RenaultLifeWeb.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Renault Life Web';
}
form {
    width: 100%;
    margin-bottom: 2rem;
}
input, .custom-select, .btn-primary {
    border-radius: 0px!important;
}
.btn-primary {
    background-color: #000000;
    border: none;
}
.btn-primary:hover {
    background-color: #FFCC33;
    text-decoration: underline;
}
#emailHelp {
    margin-top: .5rem;
    margin-bottom: .5rem;
}