@font-face {
	font-family: 'Archistico_Simple';
	src: url('../font/Archistico_Simple.ttf');
}

@font-face {
	font-family: 'Archistico_Bold';
	src: url('../font/Archistico_Simple.ttf');
}
* {
	margin: 0;
}

.content {
	position: relative;
	top: 110px;
	padding-left: 28px;
}

.content label.control-label {
	text-align: left;
}

.login-panel-container {
	height: 100%;
}

.ribbon-container {
  width:  320px;
  height: 320px;
  overflow: hidden;
  position: absolute;
  top:   0;
  right: 0;
}

.ribbon {
  font-size: 32px;
  font-weight: bold;
  color: white;
  text-align: center;
  transform: rotate(45deg);
  position: relative;
  padding: 5px;
  left: 0px;
  top: 80px;
  width: 400px;
  background-image: -webkit-gradient(linear, left top, left bottom,  from(rgb(200,50,50)), to(rgb(255,100,100)));
}

.login-panel {
	width: 650px;
	height: 394px;
	background: transparent url("../images/login/loginbg.png") no-repeat;
	font-weight: bold;
	color: #515354;
	visibility: visible; 
	position: relative; 
	margin-left: auto; 
	margin-right: auto; 
	top: 20%
}

.login-button {
	background-color: #f0f0f0;
	height: 28px;
	width: 75px;
	font-size: 11pt;
	font-weight: bold;
	color: #515354;
	border-color: #515354;
}

.login-logo {
  position: absolute;
  top: 16px;
  height: 60px;
  width: 450px;
  left: 16px;
  background: transparent url("../images/login/logo.png") no-repeat;
  background-size: contain;
}

.login-app-name {
	font-size: 48px;
	position: absolute;
	top: 16px;
	left: 200px;
	height: 70px;
}

.error {
	color: red;
	margin: 0 auto 0 auto;
	font-size: 12px;
	padding: 8px;
	font-weight: normal;
	text-align: left;
}

#loadingBackground {
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter: progid : DXImageTransform.Microsoft.Alpha (Opacity = 30, Style = 0,);
	opacity: 0.3;
	position: absolute;
	top: 50%;
}

.white.awesome {
	background: url("../images/backMenuNiv2Li.jpg") repeat-x scroll left
		bottom #FFFFFF;
	color: #333;
	text-shadow: none;
	border: 1px #999 solid;
}

.large.awesome {
    font-size: 14px;
    padding: 8px 14px 7px;
}

.awesome {
    border: 1px solid #464646;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 0 #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    line-height: 1;
    padding: 7px 10px 6px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
}

.version {
	position: absolute;
  text-align: center;
  font-size: 8pt;
  bottom: 0;
  right:  0;
  left:   0;
}

