﻿@font-face {
    font-family: "STIHL-Regular";
    src: url("../fonts/STIHLContrafaceText.woff2") format("woff2"), url("../fonts/STIHLContrafaceText.woff") format("woff");
}

@font-face {
    font-family: "STIHL-Light";
    src: url("../fonts/STIHLContrafaceTextLight.woff2") format("woff2"), url("../fonts/STIHLContrafaceTextLight.woff") format("woff");
    font-weight: 300 !important;
}

@font-face {
    font-family: "STIHL-Bold";
    src: url("../fonts/STIHLContrafaceText-Bold.woff2") format("woff2"), url("../fonts/STIHLContrafaceText-Bold.woff") format("woff");
}

html {
    background-color: #fff;
    background-position: 0 0;
    background-repeat: repeat-x;
    margin-bottom: 0px !important;
    font-size: 15px;
}

body {
    font-family: 'STIHL-Regular', sans-serif !important;
    font-weight: 100;
    color: #555;
    padding: 0;
    background-color: transparent;
    margin: 0px !important;
    background-image:url("../images/login_bk.jpg");
    background-repeat:no-repeat;
    background-size: cover;
    height:100%;
}

#logo {
    position: absolute;
    right: 1rem !important;
    top: 1rem !important;
    width: 138px;
    height: 60px;
}

.height60 {
    height: 60px;
    max-height: 60px;
    overflow: hidden;
}



h1, h2, h3, h4, h5 {
    font-family: "STIHL-Bold", sans-serif !important;
    text-transform: uppercase;
    font-size: 2.5rem;
}

    h1, h1 span {
        position: relative;
        margin: 0 0 0.6rem 0;
        font-size: 2.5rem;
        color: #000;
        letter-spacing: 1px;
        font-weight: 700;
    }

input {
    font-size: 1rem;
    padding: 0 0.8rem;
    height: 3rem;
    background-color: #f3f3f3;
    border: 0px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 0px;
    border-radius: 0px;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%) !important;
    outline: 0 !important;
}

label, span {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 1px;
    color: #565656;
    font-weight: inherit;
    margin-bottom: 0.6rem;
    text-transform: uppercase;
}

.little-rect {
    width: 2.5rem;
    height: 0.6rem;
    background-color: #000;
    margin-top: 0px;
    margin-bottom: 0px;
}

.langLink {
    color: #f37a1f;
    text-decoration: none;
    font-family: "STIHL-Light", sans-serif !important;
    text-transform: uppercase;
}

.recode {
    border-bottom: 3px solid #f37a1f;
    display: inline-block;
    font-family: "STIHL-Bold", sans-serif !important;
    font-size: 16pt;
    padding: 2px 5px;
    margin-right: 20px;
    width: 40px;
    text-align: center;
}

.langLink:hover {
    color: #f37a1f;
    text-decoration: none;
    font-family: "STIHL-Light", sans-serif !important;
    text-transform: uppercase;
    text-decoration: underline;
}

.wrapper {
    padding-top: 100px !important;
    /*background-image: url(../images/background-imow.jpeg);*/
    background-repeat: no-repeat !important;
    background-position: 0px 0px;
    min-height: 100% !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    overflow-y: auto;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}


.btn-primary {
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    border-color: #000;
    border: 2px solid #000;
    cursor: pointer;
    padding: 0.7rem 1.5rem;
    transition: background-color 300ms ease-in-out 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-right: 1.2rem;
    margin-top: 1rem !important;
    font-family: 'STIHL-Bold', sans-serif !important;
    font-weight: 700;
}

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary.focus[disabled],
    fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
        background-color: #000;
    }

    .btn-primary:hover, .btn-primary:focus {
        background-color: #F37A1F;
        color: #fff;
        border-color: #F37A1F;
    }

    .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #000;
        border-color: transparent;
    }

        .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #000;
            border-color: transparent;
        }

    .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background-image: none
    }

.btn-default {
    text-transform: uppercase;
    color: #353535;
    padding: 0.7rem 1.5rem;
    background-color: #fff;
    border: 2px solid #353535;
    margin-right: 1.2rem;
    margin-top: 1rem !important;
    font-family: 'STIHL-Bold', sans-serif !important;
    font-weight: 700;
}

    .btn-default:hover, .btn-default:focus, .btn-default:focus, .btn-default.focus {
        background-color: #fff;
        color: #353535;
        text-decoration: none;
    }

    .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
        background-color: #fff;
    }

.btn-link {
    color: #000;
    margin: 0px 0px 0px 0px;
    background-color: transparent;
    border: 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-family: 'STIHL-Bold', sans-serif !important;
    font-weight: 700;
    padding-top: 0px;
    padding-right: 0px;
    outline: 0 !important;
}

    .btn-link:hover, .btn-link:focus, .btn-link:focus, .btn-link.focus {
        background-color: transparent;
        color: #000;
        text-decoration: underline;
    }

.has-error {
    border-bottom: solid 3px #f37a1f;
}

.error-feedback {
    color: #f37a1f;
    font-size: 14px;
    letter-spacing: 0.7px;
    padding-top: 3px;
    display: none;
}

.footer {
    position: relative !important;
    text-align: inherit;
    border: 0px;
    padding: 0px;
    color: #fff !important;
    background-color: inherit;
    margin-top: 50px;
    text-shadow: 2px 2px 2px black;
}
