﻿@charset "utf-8";
/* CSS Document*/
html {
    background: url(../Images/silver-ripples.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    margin-left: 0px;
}

.loginBox {
    width: 30%;
    min-width: 300px;
    height: auto;
    top: 100px;
    background-color: whitesmoke;
    opacity: 0.15;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px 10px 10px 10px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    padding: 5px 0px 10px 8px;
    display: block;
    color: #E35E05;
    background-color: #36373D;
    border-bottom: 1px solid #000;
    margin: -10px -10px 30px -10px;
}

form {
    border: none;
}

#lblError {
    color: indianred;
    font-weight: bold;
}

 .login {
    width: 5em;
    float: left;
    text-align: right;
    display: block;
}

