.uk-contrast p { text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8) !important; }
.uk-contrast h1 { text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8) !important; }
.uk-contrast h2 { text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8) !important; }
.uk-contrast h3 { text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8) !important; }
.uk-contrast h4 { text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8) !important; }

.uk-scrollable-box {
    border: none !important;
    resize: none !important;
}

#tm-logo {
    -webkit-filter: drop-shadow(3px 3px 6px rgba(0,0,0,0.9)) !important;
    filter: drop-shadow(3px 3px 6px rgba(0,0,0,0.9)) !important;
}

html {
    /*background-image: url(../img/3px-tile.png);*/
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 10%;
    height: 100%;
}

html::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bcc1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    overflow: visible;
    filter: blur(1px) opacity(0.7);
    z-index: -1;
    
    /* Máscara elíptica en la parte inferior */
    mask-image: radial-gradient(ellipse 180% 115% at 50% 20%, black 50%, transparent 50%);
    -webkit-mask-image: radial-gradient(ellipse 180% 115% at 50% 20%, black 50%, transparent 50%);
}

.uk-container {
    padding: 0 5px !important;
}

.1st_reg {
    position:absolute !important;
    z-index: 1000;
    right: 10px !important;
    top: 40px !important;
    min-width: 200px !important;
    min-height: 2000px !important;
    border:2px solid red;
    background-color: aliceblue;
}

.uk-progress {
    border-radius: 4px !important;
}

.uk-width-1-7, .uk-width-large-1-7 {
    width: 14.28% !important;
    min-width: 14.28% !important;
    max-width: 14.28% !important;
}

.ld_large {
    width: 1000px !important;
    min-width: 1000px !important;
    max-width: 1000px !important;
}

.uk-margin-bottom {
    margin-bottom: 1em !important;
}

.error {
    color: orangered !important;
}

.uk-panel-box-primary {
    box-shadow: none !important;
}

.uk-panel-box {
    box-shadow: none !important;
}

.uk-panel-box-secondary {
    box-shadow: none !important;

}

.uk-button {
    text-shadow:1px 1px 2px #000 !important;
}

.uk-button-primary {
    text-shadow:1px 1px 2px #444 !important;
}

.uk-button-success {
    text-shadow:1px 1px 2px #444 !important;
}

.uk-button-danger {
    text-shadow:1px 1px 2px #444 !important;
}

.uk-form-label > Strong {
     font-size: 16px !important;
     margin: 5px 0 !important;
     
}

.uk-label-radio{
    cursor: pointer !important;
}

.error {
    font-size: 18px !important;
    font-weight: bolder !important;
}