[data-cellid="footer_c1"][data-page="_global_login"][data-cellid="footer_c1"][data-page="_global_login"][data-cellid="footer_c1"][data-page="_global_login"] {
  width: 33.33333333%;
}
[data-cellid="footer_c2"][data-page="_global_login"][data-cellid="footer_c2"][data-page="_global_login"][data-cellid="footer_c2"][data-page="_global_login"] {
  width: 66.66666667%;
}
[data-page="_global_login"][data-itemid="page_image_ash8f23hr"] {
  width: 400px;
}


.panel-primary > .panel-heading {
    /* color: #fff; */
    /* background-color: #325D88; */
    border-color: #CAC1B8;
}

.panel-primary > .panel-heading {
    /* color: #fff; */
    background-color: #CAC1B8;
    border-color: #CAC1B8;
}

.panel .panel-heading, .panel .panel-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

body {
font-family: Arial, sans-serif;
background-color: #FFFFFF;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
.login-container {
    max-width: 500px; /* Flexible width for responsiveness */
    width: 500px;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
}
.login-container h2 {
    margin-bottom: 20px;
    color: #333333;
}
.form-group {
    margin-bottom: 15px;
    text-align: left;
}
.form-group label {
    display: block;
    margin-bottom: 5px;
    color: #555555;
}
.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.button-group {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.btn {
    width: 48%; /* Each button occupies half the space in the row */
    padding: 10px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    border: none;
}
.btn-primary {
    background-color: #CAC1B8;
    color: #ffffff;
}
.btn-primary:hover {
    background-color: #111111;
}
.btn-secondary {
    background-color: #6c757d;
    color: #ffffff;
}
.btn-secondary:hover {
    background-color: #5a6268;
}
.additional-links {
    margin-top: 15px;
    text-align: center;
}
.additional-links a {
    color: #007bff;
    text-decoration: none;
}
.additional-links a:hover {
    text-decoration: underline;
}/* Put  your custom CSS code here */