@font-face {
	font-family: "Ubuntu Light";
	src: url("/cv/font/Roboto-Light.ttf");
}
@font-face {
	font-family: "Ubuntu Regular";
	src: url("/cv/font/Roboto-Regular.ttf");
}
@font-face {
	font-family: "Ubuntu Medium";
	src: url("/cv/font/Roboto-Medium.ttf");
}

@font-face {
	font-family: "Ubuntu Bold";
	src: url("/cv/font/Ubuntu-Bold.ttf");
}

* {
    padding: 0;
    margin: 0;
}
*:focus {
	outline: 0;
}
#body {
	min-width: 400px;
	font-size:0.8em;
}
body{
	background-image: none;
	background: url('/cv/image/login/bg.jpg') no-repeat center
	center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Ubuntu Light', sans-serif;
	position: relative;
}

.ui-widget {
     font-family: 'Ubuntu Light', sans-serif; 
}

#body div.loginContainer {
	background-image: none;
	background: url('/cv/image/login/bg.jpg') no-repeat center
		center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Ubuntu Light', sans-serif;
	position: relative;
}

#body div.loginContainer>div {
	background: none;
}

.loginPanel {
	position: absolute;
	top: 100px;
	left: 50%; //
	height: 600px;
	width: 300px;
	margin-left: -250px;
	text-align: center;
	background-image: url("/cv/image/login/login-panel.png");
	background-repeat: no-repeat;
	background-position: center 200px;
}

#content .loginPanel input {
	width: 240px;
	height: 18px;
	font-family: 'Ubuntu Regular', sans-serif;
	font-size: 1.1em;
	font-style: normal;
	margin: 6px;
	padding: 0.5em 0.8em;
}

#content .loginPanel tr {
	padding: 2px;
}

#content .loginPanel a {
	color: white;
	text-decoration: none;
}

#content .loginTitle {
	font-size: 2em;
	color:white;
}

#content .loginPanel input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.table-align-center{
	width: 100%;
}
.table-align-center tr {
	height: 40px;
}
.table-align-center tr td {
	text-align: center;
}

#content input.loginSubmitButton {
	margin-top: -9px;
	margin-right: 5px;
	height: 90px;
	background: none;
	background-color: transparent;
	border: 0 white none;
	color: white;
	font-size: 2em;
	font-family: 'Ubuntu Light';
	cursor: pointer;
}
#body .ui-password-panel{
	background: rgba(255,255,255,0.4);
	border: 0 white none;
	color:white;
	
}

#content input.loginSubmitButton:hover {
	background-image:
		url("/cv/image/login/login-panel-hover.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#content input.loginSubmitButton:active {
	background-image: none;
}

#content .ui-messages-error-icon{
	background: none;	
	background-image: none;
}

#content .ui-messages-error-icon:BEFORE{
	content: '\f071';
	font-family: 'FontAwesome';
	font-size: 2em;
	color:#B94A48;
}

#content input.loginSubmitButtonMfa {
	border: none;
	border-radius: 2px;
	display: inline-block;
	height: 36px;
	width: 303px;
	line-height: 36px;
	outline: 0;
	font-size: 13px;
	padding: 0 2rem;
	text-transform: uppercase;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
	text-decoration: none;
	color: #fff;
	background-color: #26bcac;
	text-align: center;
	letter-spacing: .5px;
	transition: .2s ease-out;
	cursor: pointer;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0
		rgba(0, 0, 0, 0.12);
    
    
}

#content input.loginSubmitButtonMfa:hover {
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0
		rgba(0, 0, 0, 0.15);
	background: #2ad1bf;
}

#content input.loginSubmitButtonMfa:active {
	background-image: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #999999;
	background: #FFF;
	font-weight: bold;
	color: #ffffff;
}