/* Globale */
body {
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: Arial, sans-serif;
}

#privatebox {
    background-color: white;
    border-radius: 40px;
    padding: 40px;
    width: 472px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    border:1px solid #133F9F;
}

#logo_basic {
    text-align: center;
}

#logo_basic img {
    height: 60px;
    margin-bottom:20px;

}

.pshop_title_shop {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 3px solid red;
    display: inline-block;
}

#private-login form {
    display: flex;
    flex-direction: column;
}

#private-login .form-group input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

#private-login .lost_password a {
    text-align: right;
    font-size: 13px;
    color: #3C85BA;
    margin-bottom: 20px;
}

#private-login .lost_password a:hover {
    text-decoration: underline;
}

.private-login-footer-button {

    margin-top:20px;
}

.footer_links a {

    color: #3C85BA;

}

#center_column {

    margin-top:50px;
}

.stripe {
    position: fixed;
    height: 34px;
    background-color: #133F9F;
    top: 0px;
    width: 100%;
}

#private-login .private-login-footer-button .button, #form_forgotpassword .button {
    background-color: #0056b3;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.25);
    width:194px;
    border-radius: 15px;
    height:50px;
    font-weight: 700;
    margin-top:20px;

}

#private-login .private-login-footer-button .button:hover, #form_forgotpassword .button:hover {
    background-color: #004494;
}

#fmm_ps17 .info-text {
    font-size: 12px;
    color: #666;
    margin-top: 20px;
}

#fmm_ps17 .email-link {
    color: #007bff;
    font-size: 12px;
    text-decoration: none;
}

#fmm_ps17 .email-link:hover {
    text-decoration: underline;
}

.form-control {
    border:unset;
    border-bottom: 1px solid #CDCDCD;
    background:none;
    width:100%;
}

#login_form .form-control {
    max-width:400px;
}

.private_login_table {

    width:100%;
}

#login_form .form-group.lost_password {

    text-align:right;
    margin-top:unset;
}

.customer_message, .customer_message a {

    font-size: 12;
    font-weight: 400;
    color: #133F9F;
    text-align:left

}

.customer_message a {
    text-decoration: underline;
}

.d-userguide{
    color:#133F9F;
    text-decoration:underline;
    font-weight:bold;
}