.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: url(../img/bg.jpg) no-repeat 50% 50% fixed !important;
    -webkit-background-size: cover;
                -moz-background-size: cover !important;
                -o-background-size: cover !important;
                background-size: cover !important;
                background-attachment: fixed !important;
                display: block !important;
                min-height: 100% !important;
                height: 100% !important; 
    background-image: url(../img/escheresque.png) !important;
    background-repeat: repeat !important;*/
    background-color: #FAFAFA;
}

body {
    background-size: cover  !important;
    background-attachment: fixed !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-width-1-7, .uk-width-large-1-7 {
    width: 14.28% !important;
    min-width: 14.28% !important;
    max-width: 14.28% !important;
}

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

.error {
    color:orangered !important;
}

.uk-form textarea,
.uk-form select,
.uk-form input[type="radio"],
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="number"],
.uk-form input[type="datetime"] {
  font-size: 16px !important;
}

.uk-panel-box {
    background: #fff !important;
}

.uk-table {
    font-size: 18px !important;
}

.uk-form-label {
    font-weight: 700 !important;
}

/*
.uk-button-primary {
  background-color: #626450 !important;
}

.uk-button-primary:hover {
  background-color: #8C794E !important;
}

.uk-button-primary:active {
  background-color: #8C794E !important;
}

*/