﻿body {
    padding: 0;
    margin: 0;
    background-color: White;
    color: #FFA500;
    font-family: Arial, sans-serif;
}

.Login {
    background-Image: url('../Login/Login.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 529px 556px;
    height: 500px;
}

.Login table {
    margin-top: 90px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.TextBox {
    border: none;
    width: 150px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-top: 5px;
    font-size: 11pt;
}

.Button {
    background-color: #646363;
    border: none;
    color: White;
    font-size: 11pt;
    font-weight: bold;
    width: 152px;
    margin-top: 4px;
    padding: 4px;
}
