/*

MAIN CSS STYLESHEET
ANORIS TECHNOLOGY LTD - ALL RIGHTS RESERVED

*/

.loginCard {
    background-color: #F7F7F9;
    padding: 40px 30px;
    border-radius: 10px;
}

#rezDatum {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 99;
}

@media only screen and (max-width: 720px) {
    .fc-toolbar {
        display: inherit !important;
    }

    .fc-left, .fc-right {
        text-align: center !important;
    }

    .fc-center {
        text-align: center !important;
        margin: 15px 0px !important;
    }

    #rezDatum {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 99;
    }
}