.verificacion-box{
    text-align:center;
    margin-top:20px;
}

.countdown{
    font-size:22px;
    font-weight:bold;
    color:#d9534f;
    margin-bottom:15px;
}

.btn-reenviar{
    background:#0d6efd;
    color:#fff;
    border:none;
    padding:8px 15px;
    border-radius:5px;
    cursor:pointer;
}

.btn-reenviar:disabled{
    background:#ccc;
    cursor:not-allowed;
}

.verificacion-box {
    max-width: 420px;
    margin: 80px auto;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    background: #ffffff;
    text-align: center;
    font-family: Arial, sans-serif;
}

.verificacion-box h2 {
    margin-bottom: 15px;
}

.verificacion-box input {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 5px;
    margin: 15px 0;
}

.verificacion-box button {
    width: 100%;
    padding: 12px;
    background: #2c7be5;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.verificacion-box button:hover {
    background: #1a5ed8;
}

#btnLogin{
    background:#111111;
    border:1px solid #111111;
    letter-spacing:0.5px;
}

#btnLogin:hover{
    background:#000000 !important;
    border-color:#000000 !important;
}

#btnLogin:disabled{
    background:#2c2c2c !important;
    border-color:#2c2c2c !important;
}
#btnVerificar{
    background:#111111;
    border:1px solid #111111;
    letter-spacing:0.5px;
}

#btnVerificar:hover{
    background:#000000 !important;
    border-color:#000000 !important;
}

#btnVerificar:disabled{
    background:#2c2c2c !important;
    border-color:#2c2c2c !important;
}

.auth-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.auth-card {
    width: 100%;
    max-width: 420px;
    padding: 40px;
    border-radius: 16px;
}
.auth-logo {
    width: auto;
    margin-bottom: 20px;
    max-height: 70px
}


@media (max-width: 1024px) {

    .auth-wrapper{
        padding:0 10px
    }

}