﻿html, body, form
{
    height: 50%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.icon
{
    position: absolute;
    text-overflow: ellipsis;
    /*Edited Styles*/
    /*height: 192px;
    width: 192px;*/

    height: 120px;
    width: 120px;
}

.icon img
{
    max-width: 100%;
    max-height: 100%;
}


.timeZone
{
    height: 100%;
    /*width: 100px;*/
    width: 240px; 
    padding-top: 5px;
    padding-left:5px;
    text-align:right;
    white-space:nowrap;
}

.timeZone span,
.timeZone a,
.timeZone label
{
    color: white;
    font-size: x-small;
    font-weight: normal;
}

div[nowrap] {
    white-space:nowrap;
}

div#form-content
{
    height:100%;
    width:100%;
    display:table;
}

div#form-content > div
{
    vertical-align:middle;
    display:table-cell;
}

.form-control
{
    color: #555;
    font-size: 14px;
    height: 34px;
}

.input-group-addon
{
    color: #555;
    font-size: 14px;
}

.dropdown-menu
{
    color: #555;
    font-size: 14px;
}

.btn
{
    font-size: 14px;
}

.col-centered
{
    float: none;
    margin: 0 auto;
}

.versionNumber
{
    align-content: center;
    bottom: 0;
    margin-left: -140px;
    position: absolute;
    right: 0;
    padding-right: 10px;
}

.logoImage
{
    width: 100%;
}
