body
{
	font-family: Josefin,sans-serif;
	font-weight: normal;
	line-height: 20px;
	background-color: #fff;
	background-image: url('background.webp');
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

h2
{
	font-family: Josefin,sans-serif;
	font-weight: 300;
	color: #0b0e81;
}	

.login-center
{
	background-image: url('bgov.webp');
	background-repeat: no-repeat;
    background-size: cover;
	height: 100%;
}
	
.wrapper
{
	position: absolute;
	width: 420px;
	padding: 20px;
	margin: auto;
	border-radius: 220px;
	border-color: #3c8696;
	border-style: solid;
	border-width: 1px;
	background-color: rgb(255, 255, 255, 0.90);
	border-style: none none solid none;
	box-shadow: 0px 0px 15px #d3e1e4;
}

.startlogo
{
	text-align: center;
	height: 100px;
	margin-left: -20px;
	margin-bottom: 33px;
}

.startlogoimg
{
  object-fit: cover;
  height: 100px;
}

.log-label
{
	font-weight: 100;
	text-align: center;
}

.log-input
{
	display: block;
	width: 410px;
	height: 34px;
	margin: 12px 0px 12px 0px;
	padding-left: 7px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.log-input:focus
{
	border-color: #144972;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.log-input::-moz-placeholder
{
	color: #999;
	opacity: 1;
}

.log-input:-ms-input-placeholder
{
	color: #999;
}

.log-input::-webkit-input-placeholder
{
	color: #999;
}

.log-input::-ms-expand
{
	background-color: transparent;
	border: 0;
}

.log-input[disabled],
.log-input[readonly],
fieldset[disabled] .log-input
{
	background-color: #eee;
	opacity: 1;
}

.log-input[disabled],
fieldset[disabled] .log-input
{
	cursor: not-allowed;
}

.log-button-yes
{
	width: 180px;
	margin-left: 106px;
	display: block;
	margin-top: 12px;
	text-align: center;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: #81ac92;
	color: #fff;
	cursor: pointer;
}

.log-button-yes.dis
{
	background-color: #999;
	cursor: default;
}

.log-button-no
{
	margin-left: 132px;
	width: 134px;
	display: block;
	margin-top: 12px;
	text-align: center;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: #d0b379;
	color: #fff;
	cursor: pointer;
}

.log-button-no.dis
{
	background-color: #999;
	cursor: default;
}

.log-subscription
{
	font-size: 13px;
    font-weight: 100;
    text-align: center;
    color: #0b3962;
    margin-top: 12px;
}

.log-message
{
	display: none;
 	background-color: #fff;
	width: 300px;
    height: 75px;
    text-align: center;
    padding: 15px;
    border: 1px solid #000099;
    border-radius: 10px;
 	color: #0b0e81;
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}