﻿body
{
      background: whiteSmoke;
      background: url('/Content/images/bg.jpg');
        background-repeat: no-repeat;
        background-size: cover;
  
}

.login-wrapper
{
    width: 460px;
    margin: 7% auto 0 auto;
}

#loginForm ul
{
    list-style: none;
}

#loginForm input[type=text],
#loginForm input[type=password]
{
    width: 405px;
    margin-bottom: 18px;
    padding: 2px 10px 0 12px;
    height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-header
{
    text-align: center;
}

.validation-summary-errors,
.field-validation-error
{
    color: #e61a1a;
    font-size: 0.8em;
}

.field-validation-error
{
    margin-top: -20px;
    display: block;
}

.account-placeholder
{
    background-color: white;
    border-radius: 4px;
    border: 1px solid #D5D5D5;
    margin-bottom: 20px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.account-logo
{
    font-size: 2.0em;
    text-align: center;
    font-weight: bold;
    font-family: Georgia;
    margin: 0 0 25px 0;
}


footer
{
    text-align: center;
}
