*, body {margin: 0;}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
#msg {background-color: #ffff00}
#phdr {}
#pcontainer {}
#pleft {float: left;}
#pright {}
#plogin {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    padding-top: 30px;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
#pftr {
	background: #073839;
	color: #fff;
	font-size: 14px;
	position: fixed;
	bottom:0;
	height: 70px;
	width:100%;
}

#pftr .copyright {
  text-align: center;
  padding-top: 28px;
}
.ilabel {
    width: 120px;
    float: left;
}
.vignette {
    background: white;
    border: 1px solid black;
    padding: 0px 20px;
}
