﻿.ThemeColor {
    background-image: linear-gradient(#5274CD, #2052BD);
}
.AutoHeight {
    height: 100vh;
}
.FontColorWhite {
    color: white;
}
.bg-Adl {
    background-color: #1AA094;
}
.bg-AdlCommon {
    background-color: #2052BD;
}
.text-Adl {
    color: #1AA094;
}