body{
    padding-top: 0;
}

a {
    text-decoration: none;
}

h4{
    color: #499b4a;
}

td p{
    color: red;
}

.card {
    font-family: sans-serif;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
    margin-bottom:3em;
    border-radius: 10px;
    background-color: #ffff;
    padding: 1.8rem;
    box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.1);
}
.title {
    text-align: center;
    font-weight: bold;
    margin: 0;
}
.subtitle {
    text-align: center;
    font-weight: bold;
}

.or {
    text-align: center;
    font-weight: bold;
    border-bottom: 2px solid rgb(245 239 239);
    line-height: 0.1em;
    margin: 25px 0;
}
.or span {
    background: #fff;
    padding: 0 10px;
}
.title-name-birth label {
    color: rgb(170 166 166);
}
.user-email-mdp label {
    color: rgb(170 166 166);
}

#input{
    width: 95%;
    padding: 10px 10px;
    margin-top: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
}

.cta-btn {
    background-color: #499b4a;
    color: white;
    padding: 18px 20px;
    margin-top: 2%;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 10px;
    border: none;
}
#select-titre{
    padding: 15px 20px;
    margin-top: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
}

@media screen and (max-width: 992px) {
    .card{
        margin-right: 5%;
        margin-left: 5%;
    }
}
