/*
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 : 15 mars 2016, 14:35:10
    Author     : Valentin
*/
body {
    background-color: #DADADA;
}
body > .grid {
    height: 100%;
}
.image {
    margin-top: -100px;
}
.column {
    max-width: 450px;
}
.ui.footer {
    font-weight: bold;
    color: #f2711c !important;
}
button.ui.button {
    background-color: #F2711C;
    color: white;
    border: 1.5px solid #F2711C;
    font-size: 12px;
    -moz-box-shadow: 5px 5px 10px 0px #cfcfcf;
    -webkit-box-shadow: 5px 5px 10px 0px #cfcfcf;
    -o-box-shadow: 5px 5px 10px 0px #cfcfcf;
    box-shadow: 5px 5px 10px 0px #cfcfcf;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=10);
}
button.ui.button:focus {
    background-color: #E25B02;
    color: white;
    border: 1.5px solid #E25B02;
}
button.ui.button:hover {
    background-color: white;
    color: #F2711C;
    border:1.5px solid #F2711C;
}
button.ui.button:active {
    -moz-box-shadow: 0px 0px 10px 0px #cfcfcf;
    -webkit-box-shadow: 0px 0px 10px 0px #cfcfcf;
    -o-box-shadow: 0px 0px 10px 0px #cfcfcf;
    box-shadow: 0px 0px 10px 0px #cfcfcf;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=NaN, Strength=10);
}

