body {
    background-color: #323745;
    margin-top: 100px;
}

ul {
    margin-top: 50px;
}

form {
    padding: 20px;
    background-color: #ffffff;
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.commonFieldWidth {
    width: 150px;
}

.toast{
    margin-top: 150px;
    width: 100%;
}

#logo{
    width: 100%;
    max-width: 500px;
}

.btn-primary {
    color: #323745;
    background-color: #C8B568;
    font-weight: 700 !important;
    box-shadow: none;
    text-align: center;
    vertical-align: middle;
    border: 0rem solid transparent;
    padding: 0.5625rem 1.125rem;
    font-size: 0.875rem;
    line-height: 1.8;
    border-radius: 4px;
    transition: all 0.15s ease-in-out;
    line-break: normal;
}

.btn-primary:focus, .btn-primary:hover {
    color: #C8B568;
    background-color: #323745;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #323745;
    background-color: #C8B568;
    font-weight: 700 !important;
    box-shadow: none;
    text-align: center;
    vertical-align: middle;
    border: 0rem solid transparent;
    padding: 0.5625rem 1.125rem;
    font-size: 0.875rem;
    font-size: 0.875rem;
    line-height: 1.8;
    border-radius: 4px;
    transition: all 0.15s ease-in-out;
    line-break: normal;
}

.nav-link {
    color: #C8B568;
}

.nav-link:focus, .nav-link:hover {
    color: #C8B568;
}

.modal-body {
    max-width: 100%;
    overflow-x: auto;
}

.overlay {
    position: absolute;
    opacity: .5;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
 }

 .vertical-center {
    margin-top: 950px;
 }

 .text-primary {
    color: #C8B568 !important;
 }