﻿div.loginWrapper
{
    background-color: #24334E;
    opacity: 0.99;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 150;
    color: #fff;
}

div.loginBg
{
    background: url('../Images/loginform.png') no-repeat scroll left top;
    height: 350px;
    margin-top: 10%;
    position: fixed;
    width: 450px;
    left: 38%;
}

div.loginForm 
{
    margin: 120px 100px;
}

div.loginForm a
{
    text-decoration: none;
    color: #ffffcc;
}

div.loginForm a:hover
{
    text-decoration: underline;
}