
    body {
        background-color: #DADADA;
    }
    .company{
        padding: 10px 20px;
        border: 1px solid #dadada;
        color: #000000;
        text-align: left;
        background-color: #ffffff;
        font-size: 0.9em;
    }
    .inverted.stackable{
        display: none;
        }
    .ui.container{
        height: 100vh !important;
        margin-top: -10px;
    }
    
    .ui.header > .image:not(.icon), .ui.header > img {
        display: inline-block;
        margin-top: 0.14285714em;
        width: 2.5em;
        height: auto;
        vertical-align: middle;
    }
    .grid {
        height: 100%;
    }
    .image {
        margin-top: -100px;
    }
    .column {
        max-width: 450px;
    }
    img{
        margin-bottom: 20px;
    }
    .header {
        text-align: left;
    }
    h3{
        margin: 10px 0 0  5px !important;
    }
    h5{
        margin: 0px 0 20px 5px !important;
        font-weight: 700 !important;
    }
    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: rgb(117, 117, 117) !important;
        opacity: 1 !important; /* Firefox */
    }
      
    :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: rgb(117, 117, 117) !important;
    }
      
    ::-ms-input-placeholder { /* Microsoft Edge */
        color: rgb(117, 117, 117) !important;
    }
    ui{
        list-style: none !important; 
    }
    .logo-planisys{
        margin-top: 30px;
    }
    #footer{
      display: none;
        height: auto !important;
        text-align: center;
        width: 100% !important;
        font-size: 12px;
        padding: 10px;
        margin-top: -61px;
    }
    #footer div{
     
        margin: -50px 0 50px !important;
   
    }
    #footer img{
     
        margin: 0 !important;
   
    }