html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #325c80;
	color: #fff;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.container {
	width: 100%;
	height: 100%;
	display: table;
}

.content {
	display: table-row;
	vertical-align: middle;
}

.responsive-portal {
	padding: 0;
	margin: 0 auto;
	width: 75%;
	display: table;
}

.bpm-logo {
	width: 75%;
	margin: 10px auto 0 auto;
	display: table;
}

.bpm-logo > .bpm,
.bpm-logo > .logo {
	display: table-cell;
	vertical-align: middle;
}

.rtl .bpm-logo > .bpm,
.rtl .bpm-logo > .logo {
	
}

.bpm-logo > .bpm {
	font-weight: normal;
	font-size: 1.3em;
	word-spacing: 10000px;
	text-align: right;
	padding-right: 1em;
}

.rtl .bpm-logo > .bpm {
	text-align: left;
	padding-right: 0;
	padding-left: 1em;
}

.bpm-logo > .logo {
	height: 100px;
}

.responsive-portal .login {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: table-row;
	vertical-align: middle;
}

.responsive-portal .login-form {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.responsive-portal .loginForm {
	width: 100%;
	margin: 0 auto;
}

.responsive-portal .login-text {
	text-align: left;
}

.rtl .responsive-portal .login-text {
	text-align: right;
}

.responsive-portal .login-field {
	width: 100%;
	height: 30px;
	margin: 3px 0 10px 0;
	border: 1px solid #fff;
	outline: none;
	padding-left: 1em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rtl .responsive-portal .login-field {
	margin: 3px 0 10px 0;
	padding-left: 0;
	padding-right: 1em;
}

.responsive-portal .login-field:first-of-type { 
	margin-bottom: 3em;
}

.responsive-portal .login-field:last-child {
	margin-bottom: 0;
}

.responsive-portal .sign-in {
	font-weight: normal;
	font-size: 1.3em;
}

.responsive-portal .button {
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 40px;
}

.responsive-portal .button.ok {
	float: right;
	height: 40px;
}

.responsive-portal .button.ok > .submit-text,
.responsive-portal .button.ok > .arrow {
	vertical-align: middle;
}

.responsive-portal .button.ok > .submit-text {
	padding-right: 1em;
}

.responsive-portal .button.ok > .arrow {
	width: 25px;
	height: 25px;
	border: none;
	outline: none;
}

.rtl .responsive-portal .button.ok {
	float: left;
}

.responsive-portal .copyright {
	font-size: 10px;
	text-align: justify;
	margin: 0 auto;
	padding-top: 3em;
	clear: both;
}

.responsive-portal .ibm-logo {
    /* Chico 20221016 - Customized */
	/* width: 15%; */
	width: 100%;
	margin-top: 1em;
}

.rtl .responsive-portal .ibm-logo {
	
}

.hidden-submit {
	border: 0 none;
	height: 0;
	width: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#login-error {
	width: 75%;
	padding: 10px 8px;
	margin: -15px auto 10px auto;
	color: #fff;
	border: 1px solid #fff;
	font-size: 0.85em;
	text-align: center;
}

@media only screen and (min-width: 1025px) {
	/* large form factor */
	.responsive-portal,
	.bpm-logo {
		width: 50%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	/* tablet */
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
	/* tablet in portrait mode */
}

@media only screen and (max-width: 767px) {
	/* smartphones */
	.responsive-portal .copyright {
		font-size: 8px;
	}

	.responsive-portal .sign-in {
		margin-top: 0;
	}

	.responsive-portal .login-field:first-of-type {
		margin-bottom: 1em;
		padding-left: 0.5em;
	}

	.bpm-logo > .bpm {
		font-size: 0.85em;
	}

	.bpm-logo > .logo {
		height: 50px;
	}

	.responsive-portal .button.ok > .submit-text {
		padding-right: 0.5em;
	}
}

@media only screen and (max-width: 480px) and (orientation: landscape) {
	/* landscape smartphones with lower aspect ratios, e.g., iPhone 3/4 */
	.responsive-portal .copyright {
		font-size: 8px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) and (orientation: landscape) {
	/* landscape smartphones with higher aspect ratios, e.g., iPhone 5+ */
	.responsive-portal .copyright {
		font-size: 8px;
	}
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
	/* portrait smartphones */
	.responsive-portal .copyright {
		font-size: 8px;
	}
}
