﻿body 
{
    text-align: center;
    background-image: url(../Images/bg.jpg);
    background-repeat: no-repeat;
    background-position:top center;
    background-size: cover
}

div.login
{
    text-align: center;
    border: 1px solid black;
    border-radius: 10px;
    padding: 20px;
    width: 300px;
    margin: auto;
    margin-top: 30px;
    background-color: rgba(255,255,255,0.9);
}

div.login button
{
    border-radius: 5px;
    height: 50px;
    width: 215px;
}

td.left
{
    text-align: right;
}

input
{
    padding: 5px;
    border-radius: 3px;
    background-color: white;
}