﻿.submitBox select, .submitBox input, .submitBox textarea {
    margin-top: 1em;
}

.submitBox, .submitBox .form-control {
    background-color: #083573;
    font-weight: 400;
    letter-spacing: 0px;
    color: #fff;
    font-size: 0.85em;
    box-shadow:none;
}

    .submitBox .form-control {
        border: 2px rgba(255,255,255, 0.3) solid !important;
    }

        .submitBox .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: inherit;
            opacity: 1; /* Firefox */
        }

    .submitBox a {
        color: #fff;
        opacity: 0.3;
        text-decoration: underline;
        cursor: pointer;
    }

        .submitBox a:hover {
            opacity: 0.6;
        }

.submitBox {
    background-color: #083573;
    color: white;
}

;

.submitBox select > option {
    background-color: #083573;
    color: white;
}

.rgpd-box {
    display: flex;
    align-items: center;
    margin-top: .8em;
    gap: 1em;
}

    .rgpd-box input {
        width: 2em;
        height: 2em;
        margin: 0;
    }

    .rgpd-box .validatorbox {
        top: 1em
    }
