@font-face {
    font-family: 'goldplay_bold';
    src: url("/sso-web/javax.faces.resource/fonts/GOLDPLAY/Goldplay_Bold.otf.xhtml?ln=sentinel-layout");
    font-weight: normal;
    font-style: normal;		
}
@font-face {
    font-family: 'goldplay_semiBold';
    src: url("/sso-web/javax.faces.resource/fonts/GOLDPLAY/Goldplay_SemiBold.otf.xhtml?ln=sentinel-layout");
    font-weight: normal;
    font-style: normal;		
}
@font-face {
    font-family: 'goldplay_medium';
    src: url("/sso-web/javax.faces.resource/fonts/GOLDPLAY/Goldplay_Medium.otf.xhtml?ln=sentinel-layout");
    font-weight: normal;
    font-style: normal;		
}

body {
    background-image: url("/sso-web/javax.faces.resource/sentinel-layout/images/NewLookAndFeel/BG-01.jpg.xhtml");
    background-size: cover;
    background-repeat: no-repeat; 
    background-attachment:fixed;		
}
.box-tittle{
	margin: 7em 3em 1em;
}
.ui-g-title div {
	font-family: "Segoe UI";        
    text-align: center;
    font-weight: bold;
    margin:-0.3% auto;
}
.box-tittle{
	margin: 7em auto 1em;
}
   .ui-g-title div {        
		text-align: center;
		margin:-0.3% auto;
   }
   .ui-g-title1 div {
   	font-family: goldplay_semiBold;
   	font-size: 200%;
   	color: #FFFFFF;
   }
   .ui-g-title2 div {
   	font-family: goldplay_bold;
   	font-size: 300%;
   	color: #ffef40;
   }
   .imge{		
	height: auto;
	max-width: 100%;
}
/* box login */
.box-login{
	background-color: #ffffff00;
	float: none !important;
	margin-left: auto;
   	margin-right: auto;
   	width: 50%;
   	border: solid 1px #C0C5C7;
    min-height: 290px; 
   	margin-bottom: 50px;
   	overflow: hidden;
   	-webkit-border-radius: 10px;
   	display: block;
}

.button-enter span{
	background: linear-gradient(to right, #ff7f1b 0%, #ecdd38 100%);
	font-family: goldplay_semiBold !important;
	font-size: 18px !important;
    color: #ffffff;
    font-weight: bold;
    text-shadow: initial !important;
    border-radius: 10px !important;
}
.ui-button{
	background-color: #ffffff00;
	width: 50% !important;
	height: 30px;	
}

.input-box{
	text-align: center;
	max-width: 90%;
	margin-left: auto;
   	margin-right: auto;
   	float: none !important;
}

* {box-sizing: border-box;}

/* Style the input container */
.input-container {
  display: inline-flex;
  width: 85%;
  margin-bottom: 15px;
}

/* Style the form icons */
.icon {
  	padding: 1px;
    background: linear-gradient(to bottom, #d8d5d5 0%, #848484 100%);
    color: #636363;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 40px;
    height: 40px;
    font: normal normal normal 22px/1.3 FontAwesome;
    border: 1px solid #ababab;
    line-height: 1.7em;
}
.button-icon {
	color: #fd7b11 !important;
    padding: 5px;
}

/* Style the input fields */
.input-field {
	font-family: goldplay_medium !important;
  	width: 100%;
    padding: 10px;
    outline: none;
    color: #666a6d !important;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    background: linear-gradient(to bottom right, #f7f7f7 0%, #bdb8b8 100%);
}

.input-field:focus {
  border: 2px solid white;
}

.empty-box-login40 {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
}
.empty-box-login15 {
    display: block;
    width: 100%;
    height: 15px;
    overflow: hidden;
}
.empty-box-login50 {
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
}