.site-loader {
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px;
    display: none;
}

.site-loader-overlay {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: none;
    opacity: .6;
    background-color: #fff;
    display: none;
}

input.error {
    border: 2px solid red;
}

.b-catalog__button.pagenavigation-params {
    display: block;
}
/* Auth components styling */
.bx-auth, .bx-auth-reg, .bx-system-auth-form {
    max-width: 500px;
    margin: 0 auto;
    font-size: 16px;
    padding: 20px 0;
}
.bx-auth input[type="text"],
.bx-auth input[type="password"],
.bx-auth-reg input[type="text"],
.bx-auth-reg input[type="password"] {
    width: 100%;
    padding: 12px;
    border: 2px solid #eee;
    border-radius: 8px;
    font-size: 16px;
    margin-bottom: 10px;
}
.bx-auth input[type="submit"],
.bx-auth-reg input[type="submit"] {
    width: 100%;
    padding: 15px;
    background: #f9b000;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}
.bx-auth .errortext,
.bx-auth-reg .errortext,
.bx-auth .notetext {
    font-size: 16px;
}

/* Auth confirmation and all data-table forms */
.data-table, .bx-confirm-table, .bx-registration-table, .bx-auth-table {
    max-width: 500px;
    margin: 20px auto;
    font-size: 16px;
    border: none;
}
.data-table td, .bx-confirm-table td, .bx-registration-table td, .bx-auth-table td {
    padding: 8px 5px;
    font-size: 16px;
    border: none;
}
.data-table input[type="text"],
.data-table input[type="password"],
.bx-confirm-table input[type="text"],
.bx-confirm-table input[type="password"] {
    width: 100%;
    padding: 12px;
    border: 2px solid #eee;
    border-radius: 8px;
    font-size: 16px;
}
.data-table input[type="submit"],
.bx-confirm-table input[type="submit"] {
    width: 100%;
    padding: 15px;
    background: #f9b000;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

/* Auth messages outside containers */
.b-content > p {
    max-width: 500px;
    margin: 15px auto;
    font-size: 16px;
    padding: 15px;
    background: #e8f5e9;
    color: #2e7d32;
    border-radius: 8px;
}
