html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-image:url("../img/bg.png");
	background-size:cover;
	background-position: bottom;
	color: #454545;
	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: 40px;
	margin: 0 auto;
	width: 75%;
	display: table;
	margin-top:30px;
}

.bpm-logo {
	width: 75%;
	margin: 0px auto 0 auto;
	display: table;
	padding-bottom: 20px;
}

.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 {
	
	display: block;
    margin: 0px auto;
}

.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;
	width: 25%;
	display: inline-block;
	float: left;
    line-height: 35px;
	font-weight: 600;
}

.rtl .responsive-portal .login-text {
	text-align: right;
}

.responsive-portal .login-field {
	width: 75%;
	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;
	border: 1px solid #cacaca;
}
.responsive-portal .login-field:focus{
	border:1px solid red;
}

.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:1.5em;
}

.responsive-portal .login-field:last-child {
	margin-bottom: 0;
}

.responsive-portal .sign-in {
	font-weight: 700;
    font-size: 1.2em;
}

.responsive-portal .button {
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 40px;
}

.responsive-portal .button.ok {
	float: right;
    height: 40px;
    padding: 0px 25px;
    border-radius: 7px;
    color: #fff;
    background-color: #8e2b25;
    transition:all 0.4s;
}
.responsive-portal .button.ok:hover {
    background-color: #912824;
    box-shadow: 0px 3px 5px #9d2e27;
    
} 

.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 {
	width: 15%;
	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: #f92c2c;
	border: 1px solid #f92c2c;
	font-size: 0.85em;
	text-align: center;
}

@media only screen and (min-width: 1025px) {
	/* large form factor */
	.responsive-portal,
	.bpm-logo {
		width: 30%;
	}
	
	.responsive-portal{
		border: 1px solid #795548;
		border-radius:5px;
		/*background-color:#fff;
		box-shadow: -2px 1px 10px #fff;*/
	}
}

@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;
	}
}
/* new styles */
h3 {
    text-align: center !important;
}
