.need-help-link {
    margin-top: 3rem;
    text-align: center;
    padding-bottom: 3rem;
    font-weight: 500;
}

.resent-update-code-link input[type="button"] {
    text-align: left;
    border: unset;
    background-color: unset;
    font-weight: 500;
}

.resent-update-code-link input[type="button"]:hover {
    opacity: var(--default-opacity);
}

.terms-buttons {
    display: flex;
    justify-content: space-between;
}

#first-login-button input, #kc-form-buttons input {
    height: 4rem;
}

.password-group {
    margin-bottom: 5rem;
}

.password-group-login {
    position: relative;
    margin-bottom: 1rem;
}

.forgot-password {
    margin-top: 10px;
    text-align: center;
}

input#rememberMe {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    margin-left: -25px;
}

.checkbox label {
    padding-left: 25px;
}



.card-margin {
    margin-top: 4rem;
}

#first-login-button  {
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
}

.rounded {
    border-radius : 2em;
}

.btn {
    width: auto;
}

input[type="submit"].btn-block {
    width: auto;
}

hr {
    border-top: 3px solid var(--main-color);
    opacity: 0.5;
    margin: 2em 1em;
}

.first-connexion-message {
    line-height: 1.15;
    font-size: 1.5rem;
    text-align: center;
    color: var(--main-color);
}

.card-pf {
    padding: 3rem 3rem 0;
}
