﻿

body {
    margin: 0px;
    padding: 0px; /*we will create our own margins and padding*/
    color: #303030;
    font-family: 'Segoe UI','Microsoft JhengHei UI',Arial, Sans-Serif;
    font-size: 18px;
}


#Div_Banner {
    background-color: #F5F3F3;
    width: 100%;
    text-align: center;
    background-color: #F5F3F3;
}

#Div_Panel {
    background-color: white;
    width: 100%;
    text-align: center;
}

#Div_Login {
    background-color: transparent;
    width: 100%;
    height: 100%;
    text-align: center;
}

/*font size*/
.LoginGreeting {
    font-size: 200px;
    color: gray;
    width: 100%;
    text-align: center;
}

.Header1 {
    background: transparent;
    color: #303030;
    text-align: center;
    border: 1px;
    padding: 10px;
    font-size: 28px;
    font-weight: normal;
}

.ErrorMessage {
    color: #B40404;
    font-weight: bold;
}

.TextSmallError {
    font-size: 14px;
    font-weight: normal;
    color: #B40404;
}

.TextSmall {
    font-size: 14px;
    font-weight: normal;
    width: 300px;
    text-align: left;
}

/*controls*/
.Label {
    width: 300px;
    border: 0px;
    height: 25px;
    padding: 10px;
}

.LabelBold {
    width: 300px;
    border: 0px;
    height: 25px;
    padding: 10px;
    font-weight: bold;
}

.TextBox {
    width: 300px;
    border: 2px solid #E4E2E2;
    height: 24px;
    padding: 10px;
    font-size: 18px;
    color: inherit
}

.Watermark {
    width: 300px;
    border: 2px solid #E4E2E2;
    height: 24px;
    padding: 10px;
    font-size: 18px;
    color: gray;
}

.Button {
    width: 320px;
    border: 1px solid #303030;
    height: auto;
    padding: 10px;
    font-size: 18px;
    color: #303030;
    text-decoration: none;
    text-align: center;
}

.ButtonSmall {
    width: 158px;
    border: 1px solid #303030;
    height: auto;
    padding: 10px;
    font-size: 18px;
    color: #303030;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
}

.ListViewButton_Links {
    width: 320px;
    border: 0px solid #303030;
    background-color: Transparent;
    text-decoration: none;
    elevation: 0;
    color: #303030;
    text-align: left;
    font-weight: normal;
    padding: 1px;
    font-size: 14px;
}

    .ListViewButton_Links:hover {
        width: 320px;
        border: 0px solid #303030;
        background-color: Transparent;
        text-decoration: none;
        elevation: 0;
        color: black;
        text-align: left;
        font-weight: normal;
        padding: 1px;
        font-size: 14px;
    }


.LoginTable {
    table-layout: fixed;
    width: 100%;
    border: 0px solid #303030;
    background-color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}

.Table th {
    background: transparent;
    color: #303030;
    text-align: left;
    border: 1px;
    padding: 10px;
}

.Table tr {
    padding: 10px;
    align-content: center;
}

.Table td {
    padding-left: 10px;
    align-content: center;
}
