.imgform {
    max-width: 350px;
    display: block;
    margin: auto;
}

.btn-register button {
    transition: transform 0.2s ease;
}

.line {
    border-top: 2px solid #1572e8;
    width: 100%;
    margin: 1px 0 10px 0;
}

.completed_label_with_character_special {
    color: red;
}

.btn-register {
    display: flex;
    justify-content: center;
    width: 35vw;
}

.container-to-show-form {
    padding: 2% 0 1% 0;
    background-color: #e7e7e7;
    border-radius: 25px;
    box-shadow: 10px 5px 5px #1572e8;
    margin: 0 0 5% 0;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
    width: 35vw;
}

.form-row .col-md-6 {
    flex: 1;

}

input.form-control,
select.form-control {
    border-radius: 8px;
    padding: 12px;
    border: 1px solid #ccc;
    box-shadow: none;
    transition: border 0.3s ease-in-out;
}

.btn_show-hide_password {
    margin: 1% 0;
    width: auto;
    float: right;
    padding: 8px 12px;
    background-color: #1572e8;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

#refresh-captcha-loginWithPassword, #refresh-captcha-loginLink {
    background-color: #1572e8;
    border: none;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 18px;
    cursor: pointer;
    margin-left: 10px;
    transition: background-color 0.3s, transform 0.2s;
}

#refresh-captcha-loginWithPassword:active, #refresh-captcha-loginLink:active {
    transform: rotateZ(360deg) scale(0.95);
    background-color: #1572e8;
}

.completed_label_with_character_special {
    color: red;
}

.container-to-show-form {
    padding: 0;
    margin: 0 0 2% 0;
    background-color: #e7e7e7;
    border-radius: 25px;
    box-shadow: 10px 5px 5px #1572e8;
}

.line {
    border-top: 2px solid #1572e8;
    width: 100%;
    margin: 1px 0 10px 0;
}

.imgform {
    max-width: 350px;
    display: block;
    margin: auto;
}

input.form-control,
select.form-control {
    border-radius: 8px;
    padding: 12px;
    border: 1px solid #ccc;
    box-shadow: none;
    transition: border 0.3s ease-in-out;
}

.toggle-button {
    font-size: 1.4em;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: left;
    color: #1572e8;
    text-decoration: none;
    padding: 0;
    margin: 1%;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #0d6efd;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-left: 4px solid #0d6efd;
    border-bottom: 4px solid transparent;
    animation: rotation 0.5s linear infinite reverse;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.bouton-for-show-form {
    display: flex;
    justify-content: space-between;
    margin: 1%;
}

.form-section {
    display: flex;
    justify-content: center;
}

.form {
    margin-right: 5%;
    display: flex;
    justify-content: center;
    min-width: 90%;
}

.form-width {
    min-width: 40%;
}