

body {
    background: linear-gradient(135deg, #1836a0 0%, #01034d 100%);
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
}

.register-container {
    text-shadow: none;
    opacity: 0.96;
    background: #ffffff17;
    backdrop-filter: blur(3px);
    border: 2px solid #ffffff6e;
    border-radius: 8px;
    margin: 2rem auto;
    max-width: 600px;
}

.form-control {
    border-radius: 10px;
    border: 2px solid #e3e6f0;
    padding: 12px 15px;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #ffc107;
    box-shadow: 0 0 0 0.2rem rgba(24, 53, 160, 0.597);
    transform: translateY(-2px);
}

.btn-register {
    background: linear-gradient(135deg, #ffc107 0%, #c69608 100%);
    border: none;
    border-radius: 50px;
    padding: 15px 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    color: #202428 !important;
}

.text-100 {
    color: #ffc107;
}

.text-200 {
    color: #d9dcfb;
}


.btn-register:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.4);
}

.btn-register:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.form-label {
    font-weight: 600;
    color: #d9dcfb;
    margin-bottom: 8px;
}

.header-icon {
    background: linear-gradient(135deg, #1836a0 0%, #01034d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.input-group {
    position: relative;
}

.input-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #adb5bd;
    z-index: 10;
}



.custom-confirm-btn {
    background: linear-gradient(135deg, #ffc107 0%, #c69608 100%);
    color: #202428 !important;
    font-weight: 700 !important;
}

.form-signin {
    padding: 20px;
    text-shadow: none;
    opacity: 0.96;
    background: #ffffff17;
    backdrop-filter: blur(3px);
    border: 2px solid #ffffff6e;
    border-radius: 8px;
    margin-top: 10px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
   
}


h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
}

a {
    text-decoration: none;
    color: #fff;
}

.bg-dark {
    background-color: rgba(var(--primary), .6) !important;
}

.btn-primary {
    background: linear-gradient(0deg, #a76c0c 0%, #eab519 100%);
    border-radius: 50px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
}

.btn-primary:hover {
    background: #a76c0c;
    color: #fff;
}

.btn-circle-odds.btn-xl {
    width: 70px;
    height: 70px;
    padding: 1rem;
    border-radius: 50%;
    font-size: 1rem;
    line-height: 1;
    z-index: 1030;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    transition: all .25s ease 0s;
}

.btn-circle-odds:focus {
    outline: none !important;
    box-shadow: none !important;
}

#modal-live-odds {

    z-index: 99999;

}

/* .form-control {
    width: 100%;
    text-align: center;
    height: 50px;
    background-color: #ffffff;
    border-radius: 2px;
    color: #212121;
    font-size: 16px !important;
    border-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
} */

/* .text-white {
    text-shadow: #000000 3px 2px 3px;
} */

@media (max-width: 768px) {
    .register-container {
        margin: 1rem;
        border-radius: 15px;
    }
}

@media only screen and (max-width: 780px) {

    .desktop {
        display: none;
    }

    body {
        text-align: center;
    }



}