﻿
/******************** Common *****************/

.f-linkContDec {
    text-decoration: none;
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    color: #000000;
}

.f-linkColDec {
    text-decoration: none;
    cursor: pointer;
    font-style: normal;
    font-weight: bold;
    color: #595959;
}

.f-col1 {
    font-size: 36px;
    line-height: 49px;
    font-style: normal;
    font-weight: bold;
    color: #595959;
}

.f-col2 {
    font-size: 24px;
    line-height: 33px;
    font-style: normal;
    font-weight: bold;
    color: #595959;
}

.f-col21 {
    font-size: 22px;
    line-height: 30px;
    font-style: normal;
    font-weight: bold;
    color: #595959;
}

.f-col3 {
    font-size: 18px;
    line-height: 25px;
    font-style: normal;
    font-weight: bold;
    color: #595959;
}

.f-col4 {
    font-size: 15px;
    line-height: 20px;
    font-style: normal;
    font-weight: bold;
    color: #595959;
}

.f-col5 {
    font-size: 15px;
    line-height: 20px;
    font-style: normal;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5);
}

.f-col6 {
    font-size: 14px;
    line-height: 19px;
    font-style: normal;
    font-weight: bold;
    color: #595959;
}

.f-col7 {
    font-size: 14px;
    line-height: 16px;
    font-style: normal;
    font-weight: bold;
    color: #595959;
}

.f-col8 {
    font-size: 12px;
    line-height: 16px;
    font-style: normal;
    font-weight: bold;
    color: #595959;
}

.f-col9 {
    font-size: 11px;
    line-height: 15px;
    font-style: normal;
    font-weight: bold;
    color: #595959;
}

.f-cont1 {
    font-size: 22px;
    line-height: 30px;
    font-style: normal;
    font-weight: normal;
}

.f-cont2 {
    font-size: 18px;
    line-height: 25px;
    font-style: normal;
    font-weight: normal;
}

.f-cont3 {
    font-size: 15px;
    line-height: 20px;
    font-style: normal;
    font-weight: normal;
}

.f-cont4 {
    font-size: 14px;
    line-height: 19px;
    font-style: normal;
    font-weight: normal;
}

.f-cont5 {
    font-size: 14px;
    line-height: 19px;
    font-style: italic;
    font-weight: normal;
}

.f-cont6 {
    font-size: 14px;
    line-height: 16px;
    font-style: normal;
    font-weight: normal;
}

.f-cont7 {
    font-size: 12px;
    line-height: 16px;
    font-style: normal;
    font-weight: normal;
}

.f-cont8 {
    font-size: 11px;
    line-height: 15px;
    font-style: normal;
    font-weight: normal;
}


/******************** Home *****************/

.f-homePanel {
    display: flex;
}

.f-homeLeftPanel {
    width: 15%;
    vertical-align: top;
    padding: 0;
}

.f-homeLeftImage {
    width: 100%;
}

.f-homeCenterPanel {
    flex: 1;
    vertical-align: top;
    padding: 30px 30px 40px 30px;
}

.f-homeRightPanel {
    width: 15%;
    vertical-align: top;
    padding: 0;
}

.f-homeHeaderImagePanel {
    margin: auto;
    text-align: center;
    padding: 50px 0 30px 0;
}

.f-homeHeaderDescPanel {
    padding: 20px 0 40px 0;
}

.f-homeHeaderDescContent {
    width: 600px;
    background: whitesmoke;
    border-radius: 82px;
    padding: 20px;
    margin: auto;
}

.f-homeHeaderDescLabel {
    text-align: center;    
    width: 100%;
}

.f-homeCampaignPanel {
    padding: 20px 0;
}

.f-homeCampaignContent {
    margin:auto !important;
}

.f-homeMessagePanel {
    margin: auto;
    text-align: center;
    padding: 20px 0;
}

.f-homeMessageImage {
    padding-bottom: 15px;
}

.f-homeMessageHeader {
    text-align: center;
}

.f-homeMessageSubHeader {
    text-align: center;
}

.f-homeMessageContent {
    text-align: center;
    padding-top: 15px;
}

.f-homeMessageContentTable {
   width: 100%;
}

.f-homeNewsPanel {
    padding: 40px 0;
}

.f-homeNewsContent {
    width: 600px;
    background: #FFFFFF;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    margin: auto;
}

.f-homeNewsHeader {
    background: #F9F9F9;
    border-radius: 20px 20px 0px 0px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.f-homeNewsItems {
    padding: 20px;
}

.f-homeNewsItem {
    padding-bottom: 10px;
}

.f-homeNewsItemContentTable {
   width: 100%;
}

.f-homeNewsFooter {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.f-homeLoginPanel {
    padding: 20px 0;    
}

.f-homeLoginTextBox1Panel {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.f-homeLoginTextBox2Panel {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.f-homeLoginSignInBtnPanel {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.f-homeLoginForgotPwdPanel {
    display: flex;
    justify-content: center;    
}

.f-homeLoginForgotPwdContent {
    text-align: right;
    width: 417px;
}

.f-homeLoginInfoPanel {
    display: flex;
    justify-content: center;
    margin-top: 75px;
}

.f-homeLoginInfoContent {
    display: flex;
    align-items: center;
}

.f-homeLoginLeftInfo {
    width: 0px;
    height: 100%;
    border: 2px solid #ABABAB;
    border-radius: 6px;
}

.f-homeLoginRightInfo {
    flex: 1;
    margin-left: 15px;
    padding: 10px 0;
}

.f-homeTotpPanel {
    display: flex;
    justify-content: center;
}

.f-homeTotpAccountSection {
    margin-bottom: 20px;
}

.f-homeTotpQrCodeImageSection {
}

.f-homeTotpManualSetupCodeSection {
    margin-bottom: 30px;
}

.f-homeTotpValidateCodeSection {
    margin-bottom: 20px;
}

.f-homeTotpErrorSection {
    margin-bottom: 20px;
}