@import url("normalize.css");
/* Please only amend on this section  */
@font-face {
    font-family: 'ArialNarrow';
    src: url('../fonts/ArialNarrow.eot');
    src: url('../fonts/ArialNarrow.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ArialNarrow.woff2') format('woff2'),
         url('../fonts/ArialNarrow.woff') format('woff'),
         url('../fonts/ArialNarrow.ttf') format('truetype'),
         url('../fonts/ArialNarrow.svg#ArialNarrow') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ArialNarrowBold';
    src: url('../fonts/ArialNarrowBold.eot');
    src: url('../fonts/ArialNarrowBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ArialNarrowBold.woff2') format('woff2'),
         url('../fonts/ArialNarrowBold.woff') format('woff'),
         url('../fonts/ArialNarrowBold.ttf') format('truetype'),
         url('../fonts/ArialNarrowBold.svg#ArialNarrowBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KnockoutHTF48FeatherweightRegular';
    src: url('../fonts/KnockoutHTF48FeatherweightRegular.eot');
    src: url('../fonts/KnockoutHTF48FeatherweightRegular.eot#iefix') format('embedded-opentype'),
         url('../fonts/KnockoutHTF48FeatherweightRegular.woff2') format('woff2'),
         url('../fonts/KnockoutHTF48FeatherweightRegular.woff') format('woff'),
         url('../fonts/KnockoutHTF48FeatherweightRegular.ttf') format('truetype'),
         url('../fonts/KnockoutHTF48FeatherweightRegular.svg#KnockoutHTF48FeatherweightRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Baskerville10Pro';
    src: url('../fonts/Baskerville10Pro.eot');
    src: url('../fonts/Baskerville10Pro.eot#iefix') format('embedded-opentype'),
         url('../fonts/Baskerville10Pro.woff2') format('woff2'),
         url('../fonts/Baskerville10Pro.woff') format('woff'),
         url('../fonts/Baskerville10Pro.ttf') format('truetype'),
         url('../fonts/Baskerville10Pro.svg#Baskerville10Pro') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Baskerville10ProBold';
    src: url('../fonts/Baskerville10ProBold.eot');
    src: url('../fonts/Baskerville10ProBold.eot#iefix') format('embedded-opentype'),
         url('../fonts/Baskerville10ProBold.woff2') format('woff2'),
         url('../fonts/Baskerville10ProBold.woff') format('woff'),
         url('../fonts/Baskerville10ProBold.ttf') format('truetype'),
         url('../fonts/Baskerville10ProBold.svg#Baskerville10ProBold') format('svg');
  font-weight: normal;
  font-style: normal;
}




/**/
	
.link-ResetPassword{
	color:#ffffff!important;
    display: inline-block;
	margin:0 0 8px 0;
	font:normal 20px "ArialNarrowBold", Helvetica, sans-serif!important; /* Amend this font size */
	letter-spacing:0.015em; 
    text-decoration: none!important;
	}
	
.link-ResetPassword:hover{
	color:#ffffff!important;
    text-decoration: none!important;
	}
	
.links-email{
	color:#ffffff!important;
	font-weight:normal!important;
    text-decoration: none!important;
	}
	
.links-email:hover{
	color:#ffffff!important;
    text-decoration: none!important;
	}


.errormsg{
	color:#fff600;
	}


/* ----------------------------------  */


body {
	font:normal 13px "ArialNarrow", Helvetica, sans-serif; 
	line-height: 1.42857143;
	color:#5d6065;
	background:#ffffff;
	overflow-x:hidden;
	height:100%;
}
html, body, .container-fluid {
	width:100%;
}
html {
	overflow-y: auto !important;
}
div, object, embed, a, input {
	outline:none;
}

.img-responsive {
	height:auto;
	width:100%;
	display:inline-block
}
.img-left {
	float:left;
	margin:0 15px 15px 0;
}
.container-fluid {
	width: 100%;
	position:relative;
	height:100%;
	min-height:100%;
}
.container-fluid {
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}


.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.f-left {
	float:left;
}
.f-right {
	float:right;
}
hr {
	margin:15px 0;
}

.clearfloat {
	clear:both;
}

.sep {
	color:#d3edf4;
	background-color:#d3edf4;
	height:1px;
	border:none;
}



h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
}


h1 {
	font:normal 120px "KnockoutHTF48FeatherweightRegular", Helvetica, sans-serif;
	line-height:120px;
	color:#ffffff; 
	padding-bottom:35px;
    text-transform: uppercase;
	} 

.w768 h1{
    font-size:84px;
    line-height: 84px;
}

.w600 h1{
    font-size:48px;
    line-height: 48px;
    padding-bottom: 20px;
}


a{
	text-decoration:none;
	}

/*Animation*/

.ani-all-linear{
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;	
	}
	
.ani-bg-linear{
	transition:background 0.5s linear;
	-webkit-transition:background 0.5s linear;
	-moz-transition:background 0.5s linear;
	-ms-transition:background 0.5s linear;	
	}
	


/*Structure*/

/* Main	Structure*/
.bgCover.bg{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
	
.bg{
	background:url(../images/login-background.jpg) left bottom no-repeat;
	}
	

.wrapper{
	width:100%;
	margin:0 auto 0 auto;
	position:relative;
	}

.w600 .wrapper{
	padding:0;
	}
	
.header{
	width:100%;
	display:block;
    padding:0 2.5rem;
	}
.w768 .header,
.w600 .header{
   padding:0 20px;  
}

.header-container{
    width:100%;
	display:block;
    border-bottom:.0625rem solid rgba(255,255,255,.2);
    padding:33px 0;
}

.logo{
    width:100%;
	max-width:242px;
	display:block;
	}

.w600 .logo{
    max-width:164px;
}

.logo img{
	display:block;
	width:100%;
	}


/* Login Box */



.login-box{
	width:100%;
    position: relative;
    min-height: 833px;
	}
.w768 .login-box,
.w600 .login-box{
    min-height: 0;
}

.login-box h2 {
	font:normal 20px "ArialNarrowBold", Helvetica, sans-serif;
	padding:0 0 20px 0;
	color:#ffffff;
}


/*temporary lockout*/
.login-box h2 p{
    padding:0;
    margin:0;
}
/*session expired*/
.login-box h2 div{
	display:inline;
}




	
/*Login Page*/


.form{
	display:block;
	width:100%;
    max-width:1200px;
    padding:125px 2.5rem 100px 2.5rem;
    margin:0 auto;
    color:#ffffff;
	}

.w768 .form{
    padding:80px 20px 50px 20px; 
}

.w600 .form{
    padding:50px 20px 50px 20px; 
}

.form-holder{
	width:100%;
	max-width:760px;
    border-top:4px solid #d9b860;
    background:#002247;
    padding:45px 35px;
	}

.w600 .form-holder{
  padding:30px 20px; 
}

.txt-info{
    width:100%;
    max-width:480px;
    font-size:16px;
    letter-spacing: 0.015em;
    padding:20px 0 0 35px;
}
.w600 .txt-info{
    padding:20px 0 0 20px;
}

.login-box-L {
    width:100%;
    max-width:600px;
    position:relative;
    display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow:row wrap;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
    justify-content: flex-start;
    padding-bottom: 20px;
}
	

.form label{
	display:block;
	width:100%;
	font:normal 14px "ArialNarrow", Helvetica, sans-serif; 
	padding:0 0 5px 0;
	color:#000000;
	vertical-align:middle;
	}
	
.form .form-row{
	 width: calc(100%/2 - 15px);
    width: -webkit-calc(100%/2 - 15px);
    width: -moz-calc(100%/2 - 15px);
	display:inlin-block;
	margin-right:15px;
	}

.form .form-row:last-of-type{
    margin-right:0;
}

.w600 .form .form-row{
    width:100%;
    margin-right:0;
    margin-bottom: 15px;
}

.login-btn {
    width:100%;
    max-width:157px;
    height:60px;
    display:block;
   margin-bottom:30px;
}

	


.forgot-password{
	display:block;
	font-size:16px;
	font-weight:normal!important;
    letter-spacing: 0.02em;
	width:100%;
    max-width: 340px;
	color:#ffffff;
    padding:0;
	}


.text-input{
	width:100%;
	color:#ffffff!important;
	border:1px solid #ffffff;
	background:transparent;
	padding:18px 15px;
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
    letter-spacing: 0.02em;
    opacity:1;
	}
	
.w600 .text-input{
	width:100%;
	margin:0;
	}
	
input[type="text"],
input[type="password"]  {
    -webkit-appearance:none;  /* Remove default shadow */
}



.text-input:focus {
    background-color: rgba(255,255,255,0.2);
  
}
	

.btn-send{
	width:100%;
    height:100%;
	color:#002247!important;
	border:0px solid #7f7f84;
	position:relative;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow:row wrap;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
    justify-content: center;
    align-items: center;
	background:#d9b860;
	font:normal 16px "Baskerville10Pro", Times New Roman, serif!important;
	line-height:60px;
	padding:0;
	-webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition:         all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

.btn-send span{
    display:inline-block;
    width: calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    padding-top:3px;
}
	
.btn-send:hover{
    color:#002247!important;
	background:#ebc768!important;
	}

.btn-send:after{
    content:'';
    width:50px;
    height:100%;
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg class='svg--arrow' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3.344v1.312h9.438L7.062 7.063 8 8l4-4-4-4-.938.938 2.375 2.406z' class='svg--fill' fill-rule='nonzero'%3E%3C/path%3E%3C/svg%3E");
    background-position: center center;
    background-size:14px auto;
    background-repeat: no-repeat;
    background-color:#ddbf70;
    position:absolute;
    right:0;
    -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition:         all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-send:hover::after{
    background-color:#edcd77;
    background-position: right 15px center;
}

	
/* Footer */	
.footer{
	width:100%;
    padding-top:70px!important;
	}
	
.footer-bg{
	width:100%;
	background:#a8b3c0;
    font:normal 12px "Baskerville10Pro", Times New Roman, serif
	}


.footer-c{
	width:100%;
	max-width: 1190px;
	margin:0 auto;
	padding:30px 2.5rem;
	font-size:14px;
	color:#000000;
	}

.w768 .footer-c,
.w600 .footer-c{
   padding:30px 20px; 
}

.footer-holder{
    width:100%;
    display: block;
    font:normal 11px "Baskerville10Pro", Times New Roman, serif!important;
	line-height:15.95px;
    padding-bottom: 15px;
}

.footer-holder p{
    padding:0 0 25px 0;
    margin:0;
}

.footer-holder a{
    color:#000000;
    text-decoration:underline!important;
}


.footer-holder a:hover{
	text-decoration:none!important;
	}

.footer-holder span{
    padding:0 5px;
}

.footer-note{
    width:100%;
    display: block;
    font:normal 11px "Baskerville10Pro", Times New Roman, serif!important;
}

.footer-note strong{
    font:normal 11px "Baskerville10ProBold", Times New Roman, serif!important;
	line-height:11px;
    display: block;
    width:100%;
    padding-bottom: 10px;
}

	
/*Session Expired*/
.link-login{
	color:#d9b860!important;
  font-weight:normal!important;
    text-decoration: none!important;
	}
	
.link-login:hover{
	color:#ffffff!important;
    text-decoration: none!important;
	}

/* fix error messages */
.errorMessage {
	display:none;
}

 
.errormsg,
.errorMsg {
  margin: 0 !important;
  font-size: 15px;
  font-weight:normal!important;
	color:#d9b860;
  width:100%!important;
  padding:0 0 10px 0;
  max-width:400px;
 }
 
.statusmsg {
  width:100%!important;
  margin: 0 !important;
  font-size: 15px;
  font-weight:normal!important;
	color:#d9b860;
  padding:0 0 10px 0;
 }

.statusmsg a{
    color:#ffffff!important;
	font-weight: normal!important;
}

.statusmsg a:hover{
    text-decoration: underline!important;
}

/*Reset Password warning*/
.reset-warning{
	width:100%;
	max-width:400px;
	padding:0 0 20px 0;
	display:block;
	color:#ffffff;
	font:normal 18px "ArialNarrowBold", Helvetica, sans-serif!important;
	line-height:18px;
	}

.reset-warning ul{
	padding:0;
	margin:5px 0 0 15px;
	}

.reset-warning ul li{
    padding:0 0 3px 0;
    list-style: disc;
    font:normal 16px "ArialNarrow", Helvetica, sans-serif!important;
}
/*link with underline when hover*/

.forgot-password a,
.form-holder h2 a{
    position:relative;
}

.forgot-password a:after,
.form-holder h2 a:after{
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 0;
    background: #ffffff;
    -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	left:0;
	 bottom: -4px;
}

.forgot-password a:hover:after,
.form-holder h2 a:hover:after{
    width: 100%;
}

/*maintainance*/
.maintainance{
    width:100%;
    max-width:280px;
    display: block;
    font:normal 27px "ArialNarrow", Helvetica, sans-serif!important;
    letter-spacing: 0.02em;
	color:#ffffff; 
}