body 
{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: black;
    background: url(/resources/images/shared/shift4_bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.eigen-panel 
{
    padding: 40px;
    background-color: white;
}

.vcenter 
{
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -206px;
    margin-left: -150px;
}

.btn-eigen 
{
    color: #fff;
    background-color: #136ef6;
    border-width: 0px;
    border-radius: 0px;
  
}

.bg-info-eigen 
{
    background-color: #d9edf7;
    padding-top: 10px;
    padding-bottom: 10px;
}

.resetPassword 
{
    text-align: right;
    margin-bottom: 10px;
}

.employeeLogin
{
    text-align: right;
    margin-top: 10px;
}

.signon 
{
    text-align: center;
    padding-top: 10px;
}

.siteTitle
{
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}
