/*
Copyright 2015 Tenetics, LLC - All Rights Reserved
    Created on : May 26, 2019
    Author     : Benjamin Albert
*/

@charset "UTF-8";

/*@import "../primefaces-nova-light/theme.css";*/
@import "colors.css";


.ui-panel.ceres-login-panel{
}

.ui-panel.loginTitle{
    letter-spacing: 0.05em!important;
}
.ui-panel.ceres-login-panel .ui-panel-titlebar{
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
    text-align: center;
    font-size: 1.5em;
    /* text color */
    color: var(--color-font-light) !important;
    background: var(--color-transleucent-light) !important;
    border-color: var(--color-transleucent-light) !important;
    /* increased font-size changes values using em, so referene to root element is used instead (rem)
     * this allows for a consistent border width despite varying font-sizes;
     */
    border-width: 0.20rem !important;
    border-bottom: 0;
}

.ui-panel.ceres-login-panel .ui-panel-content{
    background: var(--color-transleucent-light) !important;
    border-color: var(--color-transleucent-light) !important;
    border-width: 0.20rem;
    text-align: center;
}

.ui-widget-overlay {
    z-index: -1 !important;
}


.ceres-login-panel-noBorders {
    /*background: none !important;*/
    border: none !important;
}
