:root {
    --font-family: 'Helvetica', 'Arial', sans-serif;
    --element-header-font-family: 'AirveticaSignage', sans-serif;
    --element-entry-header-font-family: 'AirveticaSignage', sans-serif;
    --header-image-name: url('/styles/custom/aal/images/headerLogo.jpg');
    --background-image-name: url('/styles/custom/aal/images/bg.png');
    --element-header-h1-font-size: 3em;
    --element-header-h2-color: #666666;
    --hyperlink-color: #337ab7;
    --hyperlink-hover-color: #23527c;
    --button-color: #00aeef;
    --button-hover-color: #39b54a;
    --button-signup-color: #00aeef;
    --button-signup-hover-color: #39b54a;
    --button-width: 100%;
    --rfid-desc-label: "Description";
    --rfid-number-label: "RFID number";
    --element-access-id-label: "Access ID";
    --wrapper-background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3));
    --content-form-margin-top: 65px;
    --register-details-margin-top: 65px;
}


