﻿body {
    background-color: #afc547;
}

.img-logo {
    margin-top: 60px!important;
    margin-bottom: 30px;
}

.box-footer-gdpr {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

.form-logon {
    background-color: white;
    display: block;
    height: 300px;
    border: solid 14px #5C8303;
    border-radius:15px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top:20px;
}

.logon-footer {
    color: black;
    text-align: center;
    margin-top: 50px;
}

.logon-btn {
    background-color: #8e51ba!important;
    color:white!important;
}


.cookies {
    background-color: #89b523;
    color: white;
    font-weight: bold;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 70px;
    padding-top: 18px;
}

    .cookies a {
        color: #010F12 !important;
    }