.auth-container {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    background-color: #313639;
}

.auth-container .logo {
    width: unset;
    height: 135px;
}

.auth-container .auth-form.rounded-form {
    max-width: 75rem;
    margin: auto;
    border-radius: 2rem;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.full-width-btn {
    width: 100%;
    text-align: center;
}

.registration-options {
    background-color: #f2eee7;
    padding: 15px;
    border-radius: 5px;
    margin: 0;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.recovery-link {
    margin: 0;
    font-size: 14px;
    color: #906d51;
}

.recovery-link a {
    color: #a68162;
    text-decoration: none;
}

.recovery-link a:hover {
    text-decoration: underline;
}

.text-center {
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
}

.custom-btn-normal {
    padding: 10px 20px;
    font-size: 16px;
}

.hollow-btn-dark {
    border: 1px solid #555;
    color: #555;
    background: none;
}

.hollow-btn-dark:hover {
    background: #555;
    color: #fff;
}

.auth-container .auth-form .form-padding {
    padding-inline: 2rem !important;
}

.smaller-logo {
    max-width: 150px;
    height: auto;
}

.reduced-padding {
    padding-top: 0 !important;
    padding-bottom: 10px !important;
}

/* Styling for navigation pills */
.nav.nav-pills.services-sub-menu li.active > a {
    background-color: #ececec !important;
    color: #996a43 !important;
}

/* Styling for Previous and Next buttons */
.custom-btn-previous {
    background-color: white;
    color: #555;
    border: 1px solid #555;
    border-radius: 2rem;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    min-width: 100px;
    transition: background-color 0.3s ease;
}

.custom-btn-previous:hover {
    background-color: #f2f2f2;
    color: #333;
}

.custom-btn-next {
    background-color: orange;
    color: white;
    border: none;
    border-radius: 2rem;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    min-width: 100px;
    transition: background-color 0.3s ease;
}

.custom-btn-next:hover {
    background-color: #ff9933;
}

/* Justify buttons to the ends */
.button-container {
    display: flex;
    justify-content: space-between;
}
