html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 100%;
}

body {
    background: radial-gradient(#555555, #272727);
}

main {
    align-content: center !important;
    height: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    z-index: 10 !important;
    position: absolute !important;
}

.main-container {
    justify-items: center;
    align-self: center;
}

.shadow-sm {
    background-color: #bbbbbb;
}

.register_col {
    background-color: rgba(255, 255, 255, 0);
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 2px solid #0b0b0b;
}

.form_text {
    font-size: 22px;
    font-weight: 400;
}

.user-policy-text {
    margin: 0;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}

.reg-log-link {
    border: none;
    background-color: transparent;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.delimiter-border {
    width: 2px; --bs-bg-opacity: .1;
}

.delimiter-border-2 {
    height: 2px; --bs-bg-opacity: .1;
}

.error-message {
    color: red;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

.reg-log-link {
    color: rgb(0 118 255) !important;
    line-height: 18px;
    margin: 0;
    padding: 0;
}
#registration_btn, #login_btn {
    height: 100%;
    width: 100%;
    background-color: rgba(126, 206, 0, 0.90);
    color: #383838;
    border: 1px solid black;
}

.swal-confirm-btn {
    background-color: rgba(126, 206, 0, 0.90) !important; /* Зеленый цвет */
    color: white !important;             /* Белый текст */
    border: 1px solid black !important;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}


.form_text {
    font-size: 22px;
    font-weight: 400;
}

#delimiter {
    padding: 0;
}

#successful-message {
    align-items: center;
    justify-content: center;
    color: rgba(126, 206, 0, 0.90) !important;
    font-size: 20px;
    font-weight: 600;
}

#wrong-data-message, #activate-account-message {
    align-items: center;
    justify-content: center;
    color: #c00000;
    font-size: 20px;
    font-weight: 600;
}

#spinner-overlay {
    z-index: 1050;
}


