﻿		/*html, body
		{
			min-height: 100%;
		}

		body
		{
		  position: relative;
		}*/

		#AppTitle
		{
			height:75px;
			max-width:900px;
			margin-left:auto;
			margin-right: auto;
		}

		#Shell
		{
			max-width:900px;
			margin-left:auto;
			margin-right: auto;
		}

		h1
        {
            margin-top:10px;
        }

        ul
        {
            padding:0px;
            margin:20px;
            list-style:none;
        }

        li
        {
            margin:0px;
            padding:2px;
        }

        body
        {
            background-color:#035082;
            color:beige;
			margin:50px;
        }

        button
        {
            margin-top:2px;
            width:100%;
        }

        .form
        {
            width:100%;
        }

        label
        {
            width:150px;
            display:block;
        }

        input[type="text"], input[type="password"],input[type="number"] 
        {
            border:none;
            height:25px;
            width:100%;
            border-radius:5px;
            color:black;
        }

		input[type="checkbox"] 
        {
            height:25px;
        }

        .btn
        {
            font-weight:bolder;
        }

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}

#overlay-text{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.impulse-wrapper {
  max-width: 400px;
  margin: 0 auto;
}
