@charset "utf-8";
/* CSS Document */
body {
	font-size: 13px;
	font-family: 'Source Sans Pro', 'PT Sans', Calibri, sans-serif;
	background-image: url("../images/sign_in.png");
	background-repeat: no-repeat;
	background-size: 100vw 100vh;
	background-attachment: fixed;
}

* {
	font-family: inherit;
	font-size: inherit;
}

.contents {
	width: 410px;
	min-height: 100px;
	margin: 80px auto 124px;
	border-radius: 4px;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .3);
	background-color: #fff;
}

#main {
	padding: 1px;
	padding-top: 10px;
	min-height: 100px;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.product_logo {
	margin-top: 150px;
	width: 292px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#error {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 5px;
	font-weight: bold;
}

.error_msg {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 5px;
	font-weight: bold;
}

.green_msg {
	color: #008000;
}

.red_msg {
	color: #FF0000;
}

#login, #forgotPwd{
    margin: 0 auto;
    width: 350px;
	min-height: 100px;
	padding: 5px;
}

#loginForm, #forgotPwdForm { 
    padding-top: 0px;
	text-align: center;	
} 

#login input {
	margin: 4px 0 10px 0;
}

#login input[type="image"] {
	float: right;
}

#login form {
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

#main a:link {
	text-decoration: none;
}
.ssoLogin {
	padding-top: 20px;
}

.input_size {
	width: 315px;
}

.btn_size {
	width: 160px;
	padding-top: 50px;
	white-space: normal;
	word-wrap: break-word;
}

.welcome_label {
	color: #1774e5;
	font-size: 25px;
	line-height: 1.61;
	text-align: center;
	font-weight: normal;
	padding-top: 20px;
	float: inherit;
}

.app_label {
	width: 330px;
	height: auto;
}

.app_name_label {
	display: inline-block;
	color: #1774e5;
	font-size: 28px;
	font-weight: normal;
	padding-top: 10px;
	text-align: center;
	float: inherit;
	
}

.sign_label {
	font-family: 'Source Sans Pro', 'PT Sans', Calibri, sans-serif;
	color: #606060;
	font-size: 13px;
	font-weight: normal;
}

.sign_label2 {
	font-family: 'Source Sans Pro', 'PT Sans', Calibri, sans-serif;
	color: #0081cb;
	font-size: 13px;
	font-weight: normal;
}

#footer {
	font-family: 'Source Sans Pro', 'PT Sans', Calibri, sans-serif;
	font-size: 9px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	height: 35px;
}

#footer .right {
	float: right;
}

.clear {
	clear: both;
}

.bluelink {
	float: right;
	width: 220px;
	padding: 5px;
	display: block;
}

.productlink {
	color: #0066CC;
	display: inline;
}

.logoutlink {
	float: right;
	color: #0066CC;
	margin-top: 50px;
	margin-right: 10px;
}

.signOnButton {
	color: #FFFFFF;
	background-color: #518FDE;
	padding: 8px;
	font-weight: bold;
	border-radius: 3px;
}

.copyright_label {
	color: white !important;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	position: fixed;
	padding: 10px 10px 0px 10px;
	bottom: 0;
	width: 100%;
	height: 40px;
}

.copyright_label a {
    color: white !important;
}

.custom-disclaimer {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30%;
}

.heading{
    color: #212121;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
}

.forgot_password {
	display: inline-block;
	color: #727272;
	font-size: 19px;
	font-weight: normal;
	float: inherit;
	
}

.info_label {
	color: #727272;
	text-align: center;
	font-weight: normal;
	font-size: 13px;
}

.info_label_red {
	color: #db0000;
	text-align: center;
	font-weight: normal;
	font-size: 13px;
}

.captcha {
    display: inline-block; 
    margin-bottom: 10px; 
    margin-top: 15px;
}

.selfreg{
    margin: 0 auto;
    width: 500px;
	min-height: 100px;
	padding: 5px;
}

.reg-contents {
	width: 750px;
	min-height: 100px;
	margin: 80px auto 124px;
	border-radius: 4px;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .3);
	background-color: #fff;
}

input#addr:disabled {
    background: white;
}

.top-pad-15 {
    padding-top: 15px;
}

.top-class {
    z-index: 10;
    position: relative;
}

.back-help a:link, a:visited {
    cursor: pointer;
    text-decoration: underline !important;
	color: #0081cb;
	color: #0081cb;
}