﻿#loginLogo
{
    width: 400px;
    height: 100px;
    background-image: url(../Images/taloslabs_logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-bottom: 10px;
}

.h1, h2, h3, h4 {
    margin-top: 0px;
    margin-bottom: 15px;
}


h2 {
    margin-bottom: 10px;
    padding: 5px;
    background-color: #f8f8f8;
    font-size: 24px;
}

h3 {
    margin-bottom: 5px;
    padding: 0 5px 5px 5px;
    background-color: #f8f8f8;
    font-size: 20px;
}
