﻿* {
    /*border: 0px;*/
}

body {
    margin: 0px;
    padding: 0px;
    /*font: bold 12px arial, verdana;*/
    width: 100%;
    height: 100%;
    text-align: center;
    background: #dcccb3;
    font-size: 10pt;
    background: url("Images/login-bk.jpg") center center no-repeat;
    background-size: cover;
    font-family: 'Segoe UI', 'Microsoft YaHei', 'Microsoft YaHei UI', Tahoma, Geneva, Verdana, sans-serif;
    display: block;
}

html {
    width: 100%;
    height: 100%;
}

a {
    color: black;
    text-decoration: none;
}

    a:link {
        color: black;
    }

    a:hover {
        color: #808080;
        text-decoration: solid;
    }

    a:visited {
        color: black;
    }

.LoginBorder {
    border: 1px solid #808080;
    height: 32px;
}

#Captcha, #Message {
    margin-left: 60px;
}
