.loginregister {
    font-size: 14px;
}

.loginregister hr {
    margin-top: 0;
}

.loginregister .form-group {
    margin-bottom: 5px;
}

.loginregister .form-group-center {
    margin-bottom: 15px;
    text-align: center;
}

.loginregister .form-group-center small {
    font-size: 14px;
}

.loginregister .form-group-center a {
    color: #a7a7a7;
    text-align: center;
}

.loginregister .form-group small {
    color: #a7a7a7;
}

.loginregister form.form_compte {
    background: #f5f5f5;
    border-radius: 8px;
    color: #636363;
    margin-bottom: 1em;
    padding: 20px;
}

form.form_compte .roundButton input {
    border: none;
    background-color: transparent;
}

.creation_compte_offert {
    display: block;
    margin: 0 auto 20px;
    max-width: 600px;
    width: 100%;
}

.loginregister .form-inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.loginregister .form-inline label {
    font-weight: normal;
}

.loginregister .form-mp .form-group {
    margin-bottom: 0 !important;
}

.loginregister .glyphicon.glyphicon-question-sign {
    color: #cec6ce;
    padding-top: 10px;
}

.titre-section {
    margin-bottom: 20px;
    margin-top: 10px;
}

.titre-section hr {
    margin-bottom: 5px;
}

.titre-section span {
    color: #7f7f7f;
    font-size: 14px;
    font-weight: initial;
    text-transform: initial;
}

.loginregister button {
    width: fit-content;
    margin: 0 auto;
}

.txt_2nd {
    margin: 10px 0 0;
}