﻿  body {
            font-family: 'Titillium Web', sans-serif;         
            display: table;
            width: 100%;
        }

        .clear {
            clear: both;
        }

        input[type=checkbox] {
            width: 30px !important;
            float: left;
            margin-left: 30px;
        }

        .LoginBox{
            display: table-cell;
width: 100% !important;
vertical-align: middle;
        }

        .LoginBox .newlogindiv {
            background: #fff;
            border-radius: 0px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            min-height: 300px;
                padding-bottom: 15px;
            width: 450px !important;
margin: 0 auto 10px;
        }

        .Logo {
            text-align: center;
            padding: 30px 10px;
            border-bottom: 3px solid #f18f2b;
            background: #fff;
            border-radius: 10px 10px 0 0;
            margin-bottom: 20px;
        }

        .LoginForm .field {
            position: relative;
            display: block;
            width: 100%;
            margin: 10px 0 10px 0;
            text-align: center;
        }

        .error {
            display: block;
            text-align: left;
            padding-left: 10%;
            color: #ff0000;
            text-shadow: 0px 1px 4px black;
        }

        /*.LoginForm input[type="text"], .LoginForm input[type="password"] {
            background: #ffffff;
            border-radius: 5px;
            padding: 5px;
            width: 80%;
            border: 1px solid #ccc;
        }*/

        /*.LoginForm input[type="submit"], .LoginForm input[type="button"] {
            background: #fdc60e;
            border: medium none;
            color: white;
            font-size: 16px;
            font-weight: bold;
            letter-spacing: 1px;
            text-transform: uppercase;
            width: 40%;
            line-height: 35px;
        }

            .LoginForm input[type="submit"]:hover, .LoginForm input[type="button"]:hover {
                background: #654ea0;
            }*/

            .loader {
                position: fixed;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                z-index: 999999;
                background: url('../../../../Images/loader.gif') 50% 50% no-repeat rgb(249,249,249);
                /*background: url('Images/482.gif') 50% 50% no-repeat transparent;*/
                opacity: .5;
            }