body{
	margin: 0px;
}
.main{
	width: 100%;
	height: 100%;
	position: absolute;
	background: -moz-linear-gradient(#147E9E, #004368);
	background: -ms-linear-gradient(#147E9E, #004368);
	background: -o-linear-gradient(#147E9E, #004368);
	background: -webkit-linear-gradient(#147E9E, #004368);
	top: 0;
	left: 0;
	overflow: hidden;
	text-align: center;
	&:before {
		display: inline-block;
		vertical-align: middle;
		content: '';
	}
}
.login{
	width: 450px;
	background: #fff;
	padding: 20px;
	border-top: 0;
	color: #565656;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.ph-login {
	border-style: solid;
	border-width: 0px 0px 3px;
	color: #FFFFFF !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	transition: all 200ms ease-in-out 0s;
	white-space: nowrap;
	padding: 7px 0px;
	width: 190px;
	margin: 5px 0px 0px 0px;
	font-size: 9pt;
	outline: 0px;
}
.ph-gray:hover {
	background-color: #397CAC;
	border-color: #326E99;
}
.ph-gray {
	border-color: #373737;
	background-color: #626262;
}
.login-form input[type="text"], .login-form input[type="password"] {
	width: 170px;
	padding: 10px;
	border-color: #D1D1D1;
	background-color: #F9F9F9;
	color: #767676;
	outline: 0px;
	font-size: 9pt;
}
.login-form{
	margin: 25px 0px;
}
.login-form p{
	margin: 0px;
}
#username{
	border-radius: 3px 3px 0px 0px;
}
#password{
	border-radius: 0px 0px 3px 3px;
	border-top: 0px;
}


#InstanceName {
	width: 192px;
	padding: 10px;
	border-color: #D1D1D1;
	background-color: #F9F9F9;
	color: #767676;
	outline: 0px;
	font-size: 9pt;
	border-radius: 0px 0px 3px 3px;
	border-top: 0px;
}

#forgot{
	font-size: 8px;
	color: #3D3D3D;
	text-decoration: none;
}
#VirtUnderw{
	font-size: 20pt;
	margin: 10px 0px 0px 0px;
	color:  #5C5C5C;
}
#VirtUnderw img{
	margin-right: 15px;
}
#txt1{
	font-size: 12pt;
	margin: 10px 0px;
}
#txt1:first{
	margin: 5px 0px 10px 0px;
}
#txt2{
	font-size: 7pt;
	color: #3D3D3D;
}
#txt3{
	font-weight: bold;
	font-size: 9pt;
}
#txt3 a{
	font-weight: bold;
	font-size: 9pt;
}
#PositiveSSL img{
	position: absolute;
	margin: -50px 0px 0px 175px;
	width: 60px;
	opacity: 0.7;
}

#FrameLessMode {
	position: absolute;
	margin: 15px 0px 0px 0px;
	width: 60px;
}
