.containerLogin {
    border: 2px solid white !important;
    backdrop-filter: blur(8px) !important;
    background-color: rgba(255, 255, 255, 0.603) !important;
    border-radius: 15px !important;
    padding: 30px !important;
    max-width: 400px !important;
    width: 100% !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}

.login-back {
   position: relative;
    top:8rem;
    
}

table tbody {
    margin: 0;
    padding: 0;
}

table thead {
    margin: 0;
    padding: 0;
}

table thead th {
    margin: 0;
    padding: 0.5px 1px;
    font-size: 12px;
}

table tbody td {
    margin: 0;
    padding: 0.5px !important;
    line-height: 1;
    font-size: 12px;
    vertical-align: middle !important;
    text-align: center;
}
.btn-gradient-back {
    background: linear-gradient(135deg, #3a7bd5, #00d2ff)!important;
    color: white !important;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
}

.btn-gradient-back:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.btn-gradient-back i {
    font-size: 3.5rem;
    font-weight: 800;
}

