.custom-button {
    background-color: #003E4B;
    border-color: #003E4B;
    color: white;
    margin-inline: 20px;
    padding-inline: 20px;
    border-radius: 20px;
}

.custom-button-play {
    background-color: #00A3A6;
    border-color: #00A3A6;
    color: white;
    align-self : center;
    margin-inline: 20px;
    padding-inline: 20px;
}

.custom-button-play:hover {
    background-color: #00D3D7;
    border-color: #00D3D7;
    margin-inline: 20px;
    padding-inline: 20px;
}


body {
    max-width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-image: url("../../assets/images/background_register.png");
    background-size: cover;
    background-attachment: fixed;

}
body{
    margin-inline: 70px;
    align-content: center;
    text-align: center;
}

li{
    padding-inline: 15px;
}

.image-legume{
    pointer-events: none;
    position: fixed;
    bottom: 0;
    right: 0;

}

.catch-phrase{
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 900;
    color: white;
    font-size: 85px;
    margin-bottom: -40px;
}

.catch-phrase-container{
    padding-top: 130px;
}

.second-container{
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    padding-left: 20px;
    align-items: flex-start;
}
.catch-sentence{
    margin-left: 30px;
    width: 400px;
    font-size: 20px;
    color: white;
    overflow: hidden;
}

.play-button{
    background-color: #003E4B;
    border-width: 0;
    color: white;
    padding-top: 4px;
    margin-top: 8px;
    padding-bottom: 4px;
    margin-inline: 30px;
    padding-inline: 70px;
    font-size: 30px;
    border-radius: 50px;
    transform: scale(1);
    transition: 0.2s;
}

.play-button:hover{
    background-color: #004C5C;
}
.play-button:active{
    background-color: #004C5C !important;
    transform: scale(0.95);
    transition: 0.2s;
}

.image-leaves{
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.rank{
    height:800px;
    background-color: red;
    width: 200px;
}
.form-container {
    height: auto;
    overflow: visible;
}
/*.form-container{
    width: 350px;
    padding-top: 100px;
    margin: auto;
}
*/
p{
    font-weight: bold;
    font-size: 60px;
    color: white;
}

.form-control, .form-control:focus{
    background-color: #009295;
    color: white;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white !important;
    opacity: 0.8 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white !important;
    opacity: 0.8 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: white !important;
    opacity: 0.8 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield !important;
}

.btn-register:hover{
    background-color: #004C5C;
}
.btn-register:active{
    background-color: #004C5C !important;
    transform: scale(0.95);
    transition: 0.2s;
}

.btn-register{
    background-color: #003E4B;
    border-width: 0;
    padding-inline: 50px;
}

.btn-login{
    color: white !important;
}
.intitled{
    color: black;
    font-weight: bold;
    font-size: 30px;
}

.playing-container{
    padding-top: 150px;
    display: flex;
    flex-direction: column;
    align-content: center;
}

.categorie{
    color: #00A3A6;
    padding-bottom: 20px;
}

.title-scoreboard{
    color: black;
}
.tips{
    color: black;
    font-weight: normal;
    font-size: 20px;
    width: 500px;
    text-align: center;
    align-self: center;
}

.tips-container{
    margin-top: 150px;
    display: flex;
width: 500px;
    flex-direction: column;
    justify-content: center;
    background-image: url("../../assets/images/background-tip.png");
    background-size: auto;
}

.point-label{
    color: #00A3A6;
    font-size: 30px;
    padding-bottom: 20px;
}

label{
    display: flex;
    flex-direction: column;
}

.progress{
    width: 400px;
    margin-inline: auto;
}


.points{
    color: black !important;
    font-size: 20px !important;
}

.forgot{
    font-weight: bold;
    color: #004C5C;
}

.paragraphe-forgot{
    font-weight: normal;
    color: #004C5C;
    font-size: 15px;
}

.error-message{
    font-weight: normal;
    color: red;
    font-size: 15px;
}
.btn-text {
    border: none;
    background-color: inherit;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
}
.info {color: dodgerblue;}

.justify-left {
    display: flex;
    flex-direction: column;
    text-align: start;
}

.hint-id{
    color: black !important;
    font-size: 12px;

}

.input-group-prepend {
    text-align: center !important;
    justify-content: left;
    display: flex;
    font-size: 20px;
    padding-bottom: 20px;
    align-items: center;
    gap: 20px;
    padding-right: 30px;
}


@media (max-height: 900px) {
    body{
     overflow-y: visible;
     background-position: center;
     background-position-y: 0px;
     background-size: auto;
     background-repeat: no-repeat;
 }
    p{
        font-size: 2.5rem;
    }
}
