
input[type=date], textarea, input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {

    background-clip: padding-box;
    border: 1px solid rgb(218 187 113);
    border-radius: 4px !important;
    color: rgba(0,0,0,.8);
    display: block;
    width: 100%;
    padding: 8px 16px;
    line-height: 1.5;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

button, input[type=button], input[type=reset], input[type=submit] {
    background: #c5a037 !important;
    border-radius: 2px !important;
    color: #ffffff;
    padding: 8px 16px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #c5a037;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    border-radius: 5px;
}


label {
    color: #ffffff !important;
}
    .mb-5, .my-5 {
        margin-bottom: 1rem!important;
    }
    .mt-5, .my-5 {
        margin-top: 1rem!important;
    }
    #navbarContent ul li {
        display: inline-block;
        height: auto;
        line-height: 1;
        padding: 0.2em 0.4em;
        border-bottom: none;
        color: rgba(255,255,255,.8);
        border-radius: .25em;
    }
    @keyframes  hello {
        0% {
            opacity: 0;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }

    }
    @keyframes  hello2 {
        0% {
            color: white;
        }
        50% {
            color: greenyellow;
        }
        100% {
            color: white;
        }

    }
    .coupon {
        display: inline-block;
        color: #e8e7ec;
        background: #000000;
        content: "YENÄ°";
        box-shadow: 0 1px 1px 0 rgba(0,0,0,0.6);
        position: absolute;
        height: 15px;
        font: 8px/11px Roboto,Arial,Helvetica,sans-serif;
        padding: 3px 6px;
        border-radius: 3px 0 4px 0;
        margin: -0.6rem 0px 0px -1rem !important;
        box-sizing: border-box;
        animation: hello 0s linear 0ms infinite;animation-iteration-count: 1;transition-timing-function: ease-out; transition: 0.2ms;

    }
    @media  screen and (max-width: 600px) {
        .coupon{
            position: absolute;
            margin: -0.6rem 0 0 -1rem !important;
        }
    }
    @media  screen and (max-width: 400px) {
        img {
            margin-right: 0px !important;
        }
    }
    .hiddenradio {
        text-align: center;
    }
    .hiddenradio [type=radio] {

        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }
    .hiddenradio [type=radio] + img {
        cursor: pointer;
        width: 66px;
    }
    .hiddenradio [type=radio]:checked + img {
        border: 5px solid #e6bf72;
        width: 68px;
        border-radius: 50px;
    }
    .imajenka{
        border-radius: 50px;
    }
    .margin-col {
        margin-left: 0% !important;
    }
    body {
        background-color: black;
    }
    @media  only screen and (min-width: 1200px) {
        .margin-col{
            margin-left: 15% !important;
        }
        body {
            background-color: #e8e7ec !important;
            background-size: 100% auto !important;
            background-repeat: no-repeat !important;
            background-position: center top 0px !important;
            background-attachment: fixed !important;
        }
        #footer{
            position: absolute !important;
        }
    }

    .container-fluid {
        padding: 0 !important;
    }
    .imajenka {
        height: 50px;
        width: 50px !important;
    }
    input, textarea {
        color: black !important;
    }
