﻿a.mox-login-button, .mox-login fieldset input[type=submit], .mox-login fieldset button.save {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    margin: 0;
    line-height: 20px;
    padding: 9px 10px;
    border: 0;
    border-radius: 0.375rem;
    /*background-color: #ef9c04;*/
    background-color: #4a9341;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 1rem;
}
    a.mox-login-button:hover, .mox-login fieldset input[type=submit]:hover, .mox-login fieldset button.save:hover {
        background-color: #376e30;
    }

body{
    background-image: url(/images/BackgroundLogin.png);
}


body {
    font-family: 'Inter', system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji';
    font-size: 14px;
}

.mox-login fieldset p input[type=text], .mox-login fieldset p input[type=email], .mox-login fieldset p input[type=datetime-local], .mox-login fieldset p select, .mox-login fieldset p input[type=password] {
    border: 1px solid #ccc;
    border-radius: 0.375rem;
    line-height: 20px;
    padding: 8px 12px;
}

input#filter, input#Filter, input#js-filter {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-feature-settings: 'cv03','cv04','cv11';
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    border-style: solid;
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:;
    --tw-pan-y:;
    --tw-pinch-zoom:;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:;
    --tw-slashed-zero:;
    --tw-numeric-figure:;
    --tw-numeric-spacing:;
    --tw-numeric-fraction:;
    --tw-ring-inset:;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:;
    --tw-brightness:;
    --tw-contrast:;
    --tw-grayscale:;
    --tw-hue-rotate:;
    --tw-invert:;
    --tw-saturate:;
    --tw-sepia:;
    --tw-drop-shadow:;
    --tw-backdrop-blur:;
    --tw-backdrop-brightness:;
    --tw-backdrop-contrast:;
    --tw-backdrop-grayscale:;
    --tw-backdrop-hue-rotate:;
    --tw-backdrop-invert:;
    --tw-backdrop-opacity:;
    --tw-backdrop-saturate:;
    --tw-backdrop-sepia:;
    font-family: inherit;
    font-weight: inherit;
    margin: 0;
    outline-offset: -2px;
    appearance: none;
    --tw-shadow: 0 0 #0000;
    display: block;
    width: 100%;
    border-radius: .375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 2.5rem;
    padding-right: .75rem;
    --tw-text-opacity: 1;
    color: rgb(17 24 39);
    font-size: 14px;
    line-height: 1.25rem;
    background-image: url('/Public/Static/images/search.svg');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 8px;
}


.mox-login fieldset p input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-shrink: 0;
    background-color: #fff;
    border-color: #777;
    border-width: 1px;
    border-radius: .25rem;
    /*color: #d97706;*/
    color: #4a9341;
    outline: 1px solid #ccc;
}

    .mox-login fieldset p input[type=checkbox]:checked {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");
        border-color: transparent;
        background-color: currentColor;
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        outline: none;
    }

    .mox-login fieldset p input[type=checkbox] + label {
        margin-left: 8px;
    }