﻿/* CUSTOM COLOR THEME SECTION (Change according to your branding) */
/* Keep !important */

:root {
        /* FONT */
        /*=============================*/
        /* Default font size */
        --font-size-large: 21px;
        --font-size-medium: 15px;
        --font-size-default: 16px;
        --line-height-default: 20px;
        /* COLORS */
        /*=============================*/
        /* Theme bg color*/
        --theme-bg-color: #f4f4f4!important;        
        /* Header bg color */
        --header-bg-color: #cff3f9!important;        
        /* Highlight color */
        --highlight-color: #5f0e2e!important;
        /* Main color */
        --main-color: #5f0e2e!important;
        /* Secondary Main color*/
        --secondary-main-color: #851441!important;
        /* Third Main color*/
        --third-main-color: #4194db!important;
        /* Fourth Main color*/
        --fourth-main-color: #77bbf7!important;
        /* Main menu color */
        --menu-main-bg-color: #5f0e2e!important;
        /* Main menu submenu color*/
        --menu-secondary-color: #851441!important;        
        /* Main menu border color */
        --menu-main-border-color: #8bbce7!important;
        /* Student Selector main background color */
        --student-selector-bg-color: #5f0e2e!important;
        /* Student Selector left border color */
        --student-selector-left-border-color: #8bbce7!important;
        /* Primary button color */
        --primary-button-color: #5f0e2e!important;
         /* Primary hover button color */
        --primary-button-hover-color: #9b174c!important;
        /* Important notice color*/
        --important-red-label: #e12f2f!important;        
        /* Success notice color*/
        --success-red-label: #71c31f!important;
        /* Container highlight color*/
        --container-highlight-color: #fcfacd!important;
        /* Timetable Highlight color*/
        --timetable-highlight-color: #cff3f9!important;
}

#Login_Panel_ChangeOrForgotPassword .alink {
    display: none;
    padding: 0px 10px;
}