﻿html {
    background-color: #f8f8f8;
}

.templateTitle {
    float: left;
    margin: 12px 12px 18px;
}

    .templateTitle a {
        text-decoration: none;
        font-size: x-large;
        color: black;
    }

.loginControl {
    float: right;
    margin: 24px 25px 12px;
    font-size: 12px;
}

    .loginControl a {
        color: black;
        text-decoration: none;
        border-bottom: dashed 1px black;
        display: inline-block;
    }

.headerPanelUserManagement {
    margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}