body {
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
    padding: 1rem;
    /* background: linear-gradient(to bottom, rgb(0 0 0 / 88%) 0%, rgb(0 0 0 / 24%) 100%), radial-gradient(at top center, rgb(255 255 255 / 66%) 0%, rgb(0 0 0) 120%) #6b6b6b; */
    /* height: 100vh; */
}

.container {
    max-width: 400px;
    margin: 2em auto;
    padding: 20px;
    border-radius: 10px;
    background-color: #ffffff1c;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

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

.form-group:last-child {
    margin-bottom: 0;
}

.form-control {
    border-radius: 5px;
}

.btn-primary,
.btn-danger {
    width: 100%;
    border-radius: 5vw;
}

.form-content {
    display: none;
}

#login-form {
    display: block;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    display: block;
}

h2.text-center.mb-1 {
    color: #000000;
    margin-top: 1em;
}

p1 {
    display: flex;
    color: white;
    justify-content: center;
    padding-bottom: .5rem;
}

h2.text-center.mb-4 {
    color: #da3445;
}

h2.text-center.mb-5 {
    color: #0062cc;
    margin-bottom: 1.5rem !important;
}

.toggle-buttons {
    display: flex;
    justify-content: center;
}

.toggle-buttons .btn {
    flex: 1;
    margin: 0 5px;
    border-radius: 5vw;
    transition: background-color 0.3s, color 0.3s;
}

.toggle-buttons .btn.active {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
}

.toggle-buttons .btn:not(.active) {
    background-color: #fff;
    color: #000;
    border: 2px solid #ccc;
}

.error-message {
    color: #000000;
    margin-top: 10px;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #da3445;
    border-color: #da3445;
}

p#modal-message {
    color: black;
}


.modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background-color: rgb(0 0 0 / 85%);
            color: white;
            font-size: 1.5rem;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            text-align: center;
            display: none;
        }

        .modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 1rem;
    text-align: center;
    max-width: 600px;
    margin: 1rem;
}

        .modal button {
            margin-top: 20px;
            padding: 10px 20px;
            background-color: #007bff;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }

a {
    text-decoration: none;
}

a.shop {
    background: #beff00;
    color: black;
    padding: 1em;
    border-radius: 5vw;
    display: flex;
    justify-content: center;
    text-decoration: none;
    max-width: 400px;
    margin: 2em auto;
}

a.xvoox {
    color: #00c6ff;
}

p {
    color: white;
    text-align: center;
}