body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

main {
    background-image: url('https://pidiffusion.com/wp-content/uploads/2024/04/fond-stpatrimoine.jpg');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.centered-content {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-block-start: 24px!important;
    margin-block-end: 24px!important;
    width: 500px;
}

.centered-content img {
    width: 300px;
    max-width: 100%;
    height: auto;
}

p {
    color:white;
    font-style: italic;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 30px;
}

a {
    border-radius: 9999px;
}

.st-form {
    max-width: 500px;
    margin: auto;
}

.st-form-group {
    margin-bottom: 1em;
}

.st-form-input-group {
    position: relative;
    display: flex;
    border-collapse: separate;
    width: 100%;
}

.st-form-text, .st-form-password {
    flex-grow: 1;
    min-width: 1px;
    margin: 0;
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 0;
    height: 36px;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 3.42;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    color: #777;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.st-form-input-icon {
    background-color: #dcc6a4!important;
    color: #1e1e1e!important;
    max-width: 40px;
    min-width: 40px;
    border: 1px solid #ccc;
    border-right: 0;
    font-size: 14px;
    padding: 6px 0;
    text-align: center;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    align-items: center;
    height: auto;
    align-self: stretch;
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
}

.st-form-required {
    color: #900603;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 8px;
    margin: 2px 2px 0 0;
}

.st-form-pw-toggle {
     display: flex;
     align-items: center;
     right: 5px;
     position: absolute;
     z-index: 2;
     top: 0;
     bottom: 0;
     user-select: none;
 }

.st-form-pw-hide {
    display: none;
}

.st-form-submit-div {
    display: flex;
    justify-content: center;
}

/* .st-form-submit-div > button { */
/*     border-radius: 9999px; */
/* } */

.st-form-links {
    display: flex;
    margin: auto;
    margin-top: 1em;
    max-width: 500px;
}

.st-form-links > a {
    color: white;
    flex-grow: 1;
}

.st-form-links__1 {
    text-align: left;
}

.st-form-links__2 {
    text-align: right;
}

.st-form-errors, .st-form-error {
    color: #900603;
    margin-bottom: 15px;
}

.st-form-success {
    max-width: 600px;
    margin: auto;
}

.st-form-success > p {
    font-style: normal;
    font-size: 18px;
}
