#input-codigo {
    width: 100%;
    font-family: gibbons;
    padding: 18px;
    font-size: 24px;
    margin-bottom: 10px;
    border-radius: 13px;
    border: 1px solid #ccc;
}

#verificar-boton {
    width: 100%;
    padding: 10px;
    background: #ffbe00;
    color: white;
    font-size: 22px;
    font-family: gibbons;
    border: none;
    border-radius: 12px;
    cursor: pointer;
}

#desactivar-codigo {
    width: 100%;
    padding: 10px;
    background: transparent;
    color: white;
    font-size: 22px;
    font-family: gibbons;
    border: 2px solid white;
    border-radius: 12px;
    margin-top: 10px;
    cursor: pointer;
}