﻿
.divLoginMain {
    background-color: white;
    border-radius: 30px;
    padding: 26px;
}

.imgLoginLogo {
    display: block;
    height: 70px;
    margin: 0px auto;
}

.divLoginField {
    display: grid;
    grid-template-columns: 100px 150px;
    width: 250px;
    margin: 0px auto 5px auto;
}

.btnLogin {
    BORDER-BOTTOM-STYLE: outset;
    BORDER-RIGHT-STYLE: outset;
    BACKGROUND-COLOR: #01336c;
    FONT-FAMILY: MS Reference Sans Serif;
    font-family: var(--typeFontDef);
    BORDER-TOP-STYLE: outset;
    COLOR: #ffffff;
    FONT-SIZE: 12px;
    font-size: var(--sizeFontDef1);
    BORDER-LEFT-STYLE: outset;
    FONT-WEIGHT: bold;
    font-weight: var(--weightTextDef);
    margin: 0px auto;
    display: block;
}

.mainGrid {
    display: grid;
    grid-template-columns: 85px 200px;
}

.style1 {
    FONT-FAMILY: Century Gothic;
    font-family: var(--typeFontDef);
    COLOR: #01336c;
    FONT-SIZE: 17px;
    font-size: var(--sizeFontDef4);
    FONT-WEIGHT: bold;
    font-weight: var(--weightTextDef);
}

.style2 {
    FONT-FAMILY: 'MS Reference Sans Serif';
    font-family: var(--typeFontDef);
    FONT-SIZE: 10pt;
    font-size: var(--sizeFontDef1);
    FONT-WEIGHT: bold;
    font-weight: var(--weightTextDef);
    COLOR: #01336c;
}
