﻿.unauthenticated-warp
{
    height: 365px;
    left: 50%;
    margin: 0 auto;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 800px;
}
.unauthenticated-body
{
    height: 365px;
    left: -50%;
    position: relative;
    text-align: center;
    top: -50%;
    width: 800px;
    background-image: url(../../Core/Image/bg-login.png);
    background-repeat: no-repeat;
}

.unauthenticated-title
{
    clear: both;
    height: 30px;
    left: 200px;
    padding: 0;
    position: absolute;
    top: 30px;
}
.unauthenticated-title span, .unauthenticated-title label
{
    font-size: 16px;
    font-weight: bold;
}
.unauthenticated-logo
{
    position: absolute;
    left: 20px;
    bottom: 10px;
}
.unauthenticated-logo img
{
    max-height: 170px;
    max-width: 170px;
}
.unauthenticated-version
{
    position: absolute;
    right: 15px;
    bottom: 0px;
}
.unauthenticated-box
{
    height: 110px;
    left: 270px;
    position: absolute;
    top: 120px;
    width: 230px;
}
.unauthenticated-box span, .unauthenticated-box label
{
    display: inline-block;
    text-align: left;
    width: 40px;
}
.unauthenticated-div-login
{
    margin-top: 15px;
}
.unauthenticated-div-psw
{
    margin: 5px 0 10px 0px;
}
.unauthenticated-div-button
{
    padding-left: 115px;
}
.unauthenticated-button-enter
{
    border: medium none;
    cursor: pointer;
    display: block;
    float: none;
    height: 25px;
    margin: 0 30px 0 auto;
    width: 51px;
}
.unauthenticated-button-link
{
    bottom: 20px;
    float: left;
    position: absolute;
    right: 30px;
    width: 160px;
}
.unauthenticated-button-link:hover
{
    text-decoration: underline;
}
