﻿html, form, body
{
    height: 100%!important;
    margin: 0px!important;
    padding: 0px!important;
    font-family: Calibri, Arial;
    font-size: 14px;
}

.parent
{
    display: table;
    height: 100%;
    width: 100%;
}

.child
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.loginboxouter
{
    background-color: #6f6f6f;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.50);
}

.loginboxinner
{
    background-color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.headset
{
    background-image: url(images/headset.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 573px;
    height: 631px;
}