@charset "utf-8";

html, body, div, p, h1, h2, h3, ul, li, form {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	min-height: 100%;
	background: #fff;
}

.clear {
	clear: both;
	line-height: 0;
}

/* Portrait phones and down */
@media screen and (max-width: 480px) {
}

@media screen and (min-width: 992px) {
	.login-body {
		background: url("/tofs-e/javax.faces.resource/images/bg-login.png.xhtml?ln=babylon-layout") no-repeat;
		background-position: top right;
		background-size: cover;
	}
	
	.login-body .login-panel{
		opacity: 1;
	}
}
/* =================================================================================================
    login
   ============================================================================================== */   
.logo-login {
	margin-bottom: 90px;
}

.logo-login img {
	display: inline-block;
	width: 400px !important;
	height: auto;
	margin-bottom: 0 !important;
	vertical-align: top;
}

.login-body .login-content button{
	width: 100%;
}

body .ui-button.ui-button-text-icon-left .ui-icon{
	left:35% ;
}

.link-control {
	text-align: right;
}

.link-control a {
	color: #2C8BDC;
	text-decoration: none;
	background-color: transparent;
}

#forkongithub {
	display: none;
}

#forkongithub.show {
	display: block;
}

#forkongithub a {
	background: #000;
	color: #fff;
	text-decoration: none;
	font-family: arial, sans-serif;
	text-align: center;
	font-weight: bold;
	padding: 5px 40px;
	font-size: 1rem;
	line-height: 2rem;
	position: relative;
	transition: 0.5s;
}

#forkongithub a:hover {
	background: #c11;
	color: #fff;
}

#forkongithub a::before, #forkongithub a::after {
	content: "";
	width: 100%;
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	height: 1px;
	background: #fff;
}

#forkongithub a::after {
	bottom: 1px;
	top: auto;
}

/* Removing the clear and reveal password icons from Internet Explorer */
input::-ms-clear, input::-ms-reveal {
    display: none;
}