@import url(https://fonts.googleapis.com/css?family=Exo:100,200,400);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:700,400,300);


bodyOyak{
	margin: 0;
	padding: 0;
	background: #fff;
	color: #fff;
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
}

.bodyOyak{
	position: absolute;
	top: -20px;
	left: -20px;
	right: -40px;
	bottom: -40px;
	width: auto;
	height: auto;
	background-size: cover;
	-webkit-filter: blur(5px);
	z-index: 0;
}

.gradOyak{
	position: absolute;
	top: -20px;
	left: -20px;
	right: -40px;
	bottom: -40px;
	width: auto;
	height: auto;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	z-index: 1;
	
}


.loginOyak{
	width: 100%;
	height: 20px;
	margin-bottom: 40px;
}

.loginOyak label{
	font-family: 'Exo', sans-serif;
	font-weight: bold;
	font-size: 16px;
	width: 140px;
	height: 30px;
	color:#838383;
	margin-top: 1px;
	display: block;
	float: left;
	padding: 4px;
}

.loginOyak input.txtNUsername{
	width: 250px;
	height: 30px;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 2px;
	color: #000;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 800;
	margin-top: 1px;
	padding: 4px;
}

.loginOyak input.txtNPassword{
	width: 250px;
	height: 30px;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 2px;
	color: #000;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 800;
	padding: 4px;
	margin-top: 1px;
	
}

.loginOyak input.submitBtnOyak{
	width: 260px;
	height: 35px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight:bold;
	cursor: pointer;
	padding: 4px;
	margin-top: 20px;
	color: #000000;
	margin-left: 150px;
}

.generalContainer{
	width: 688px;
	margin: 0 auto;
}

.contentContainerOyak{
	width: 100%;
	position: relative;
	padding: 180px 0 120px 0;
	margin-top: 60px;
}.contentOyak{
	width: 550px;
	margin: 0 auto;
	padding: 13px 0 33px 20px;
	
	color: white;
	border-radius: 10px;
	-border-radius: 10px;
	position: relative;
	z-index: 2;
}.contentOyak form{
	width: 296px;
}.contentOyak .formTitle{
	font-size: 18px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	padding: 0 0 8px 0;
	margin: 0 0 12px 0;
	border-bottom: 1px solid #a8a8a8;
}.notificationContainer{
	width: 500px;
	background: url(/Claimer.UI/javax.faces.resource/notificationImage.png.xhtml?ln=custom/oyak/ui) 22px 23px no-repeat;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 14px;
	padding: 20px 10px 12px 60px;
	margin: -10px auto 0 auto;
	position: relative;
	z-index: 1;
	border-radius: 0 0 10px 10px;
	height: 26px;
}.font-smaller
{
	font-size: 11px;
}

.top-line, .top-right, .bottom-img
{
	position: absolute;
}

.top-line
{
	top: 18px;
	left: 269px;
}

.top-right
{
	top: 18px;
	right: -11px;
}

.bottom-img
{
	bottom: 8px;
	left: 7px;
}
.warningText{
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	position: absolute;
	margin: 0;
}

