﻿
.contentHeader
{
    height:                         45% !important;
    padding-top:                    30px;
    box-sizing:                     border-box;
    -moz-box-sizing:                border-box;
    -webkit-box-sizing:             border-box;
}

.contentMain
{
    height:                         55%;
}

.loginFormTitle, .loginUserIcon, #usernameLoginIcon, #passwordLoginIcon 
{
    display:                        none;
}


