body {
	background-color:#EFEFEF;
	font: normal 12px Arial, Helvetica, sans-serif;
}

a {
	color:#669933; /* 336600 */
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
	opacity:0.7;
}

.login {
	width: 340px;
	height: 400px;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.dialog {
	background-color: white;
	border: solid 1px #cccccc;
}

.isp_logo {
    background: url(isp_logo.svg) no-repeat 219px 3px;
    background-size: 110px 29px;
    padding-left: 11px !important;
}

.hso_logo {
    background: url(hso_logo.svg) no-repeat 2px 1px;
    background-size: 72px 37px;
    padding-left: 42px !important;
}

.title {
	background-color: #e2e2e2;
	border-top: solid 1px white;
	padding: 10px 14px;
	color: #013162;
	font-size: 140%;
	font-weight: bold;
}

.form {
	padding: 10px 20px;
}

.form div {
	text-align: right;
}

.form .logincontent_message {
	margin-bottom: 10px;
	color: #ff3423;
	text-align: left;
}

label {
	text-align: right;
	width: 90px;
	display: inline-block;
	padding: 8px 10px;
	margin-right: 4px;
	border-right: solid 1px #e1e1e1;
}

input {
	border: solid 1px #c4c4c4;
	border-radius: 2px;
	width: 170px;
	height: 20px;
	padding: 0px 0p 0px 4px;
}

.buttons {
	margin-top: 4px;
	text-align: right;
}

.buttons button {
	background-color: #669933;
	color: white;
	border: none;
	border-radius: 3px;
	padding: 4px 20px;
}

#login {
	background: #669933 url(arrow_right_white.svg) no-repeat no-repeat center right;
	background-size: 20px;
	cursor: pointer;
}

.password_reset {
	text-align: center;
	margin: 4px 12px 12px 12px;
}