/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08.10.2018, 14:59:13
    Author     : hab
*/


#legal{
    /*text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);*/
    text-align:center;
    color: #808285;
    font-size: 12px;
}
#legal a:link {
    color: #808285;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#legal a:visited {
    color: #808285;
    text-decoration: none;
    hover: var(--logistiqoorange-color);
}
#legal a:hover {
    color: var(--logistiqoorange-color);
    text-decoration: none;
}

#submit{
    border: 1px solid #cfcfcf !important;
    color: white !important;
    background: var(--logistiqoorange-color) !important;
}

#submit:hover{
    background-color: #808285 !important;
    color: white !important;
}