﻿body {
    /*Maintenance*/
    /*background: url(../Images/Maintenance2.jpg) no-repeat center center fixed;*/
    /*LoginPage*/
    background: url(../Images/bgfixrainbow.jpg) no-repeat center center fixed;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover; /* Mozilla*/
    -o-background-size: cover; /* Opera*/
    background-size: cover; /* Generic*/
}

.pkdivlogin
{
    padding: 10px;
    width:100%;
    height:110px;
    
    position: fixed;
    top: 50%;
    left: 0px;
    margin-top: -55px;
}

.loginlabelerror
{
    text-decoration:none;
    font-size:small;
    font-family:Verdana;
    font-style:normal;
    font-variant:normal;
    
    color:#fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.loginlinklabel
{
    font-family: Verdana;
    font-size: small;
    font-style: normal;
    font-variant: normal;
    
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}
.loginlinklabel:hover, .loginlinklabel:focus
{
    font-family: Verdana;
    font-size: small;
    font-style: normal;
    font-variant: normal;
    
    text-decoration: underline;
    
    color: #fff;
}

.logininput
{
    height: 30px;
    padding: 0px 15px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
        
    border: 0px solid #ececec;
    border-radius: 3px;
    
    background-color: rgba(255, 255, 255, 0.5);
        
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}
.logininput:focus, .logininput:hover
{
    outline: none;    
    background-color: rgba(255, 255, 255, 1);
}

.pkmaindivtop
{
    border-bottom: 2px solid #feb401;
    padding: 0px 0px 0px 0px; 
    text-align: left;
    /*background-color: rgba(255, 255, 255, 0.8);*/
    background-color: rgba(0, 0, 0, 0.1);
    
    width: 100%;
    float:left;
}

.pkdivbelowtop
{
    padding:3px 0px;
    text-align:right;
    background-color: rgba(0, 0, 0,0.5);
}