﻿/* login */
html, body {
    height: 100%;
    background-image: url('../Images/P6120107.JPG');
    background-repeat: no-repeat;
    background-size: cover;
}

.LogTable {
    display: table;
    height: 100%;
    margin: 0 auto;
}

.LogCell {
    display: table-cell;
    vertical-align: middle;
}

.LogForm{
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    background-color: white;
    text-align: center;
    width: 280px;
}

.LogLogo{
    margin-top: 20px;
    margin-bottom: 10px;
}

.LogTextbox{
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    width: 200px;
    margin-bottom: 5px;
}

.LogButton{
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    width: 100px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.LogLabel{
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}
