/* ======================================================================
  Login Page (#23949)
======================================================================== */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

/* =============================
  Font face
=============================
@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/roboto/Roboto-Light.eot');
    src: url('../../fonts/roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'),
       	 url('../../fonts/roboto/Roboto-Light.woff2') format('woff2'),
         url('../../fonts/roboto/Roboto-Light.woff') format('woff'),
         url('../../fonts/roboto/Roboto-Light.ttf') format('truetype'),
         url('../../fonts/roboto/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/roboto/Roboto-Regular.eot');
    src: url('../../fonts/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/roboto/Roboto-Regular.woff2') format('woff2'),
         url('../../fonts/roboto/Roboto-Regular.woff') format('woff'),
         url('../../fonts/roboto/Roboto-Regular.ttf') format('truetype'),
         url('../../fonts/roboto/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/roboto/Roboto-Black.eot');
    src: url('../../fonts/roboto/Roboto-Black.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/roboto/Roboto-Black.woff2') format('woff2'),
         url('../../fonts/roboto/Roboto-Black.woff') format('woff'),
         url('../../fonts/roboto/Roboto-Black.ttf') format('truetype'),
         url('../../fonts/roboto/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;900&display=swap');


/* =============================
  Body
============================= */
.ha-login {
	background-color: #3B5772; /* ba corp navy */
	background-image: url('/hotel_admin/images/bg-logout.jpg');
	background-position-y: 60%;
	background-repeat: repeat-x;
	/*color: #F9F9F9;*/ /* ba subtle grey */
	position: relative;
	height: 100vh;
	width: 100%;
	overflow: hidden;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.4;
}
.ha-login-container {
  	height: 100vh;
  	background: linear-gradient(84deg, rgba(58,87,114,0.5) 70%, #DBDFE1 30%);  /* slash ba corp navy to ba bluegrey */
}

/* =============================
  Header
============================= */
.ha-login-header {
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.ha-login-logo,
.ha-login-header-actions,
.ha-login-header-actions .ha-login-select,
.ha-login-header-actions a {
	display: inline-block;
}

.ha-login-logo {
	position: absolute;
	top:26px;
	left:72px;
	width:131px;
}

.ha-login-header-actions {
	float: right;
	position:relative;
	top:-10px;
	margin: 10px 20px;
	display: flex;
    align-items: center;
    border-radius: 25px;
    padding:10px;
    background-color: #DBDFE1; /* ba bluegrey */
}

.ha-login-header-actions .ha-login-select,
.ha-login-header-actions a {
	color: #3B5772; /* ba corp navy */
	font-size: 14px;
}

.ha-login-header-actions a {
	text-decoration: none;
	display: flex;
	align-items: center;
}

.ha-login-location-icon {
	width: 18px;
	height: 18px;
	display: inline-block;
	margin: 0 8px 0 0;
	fill: #3B5772; /* ba corp navy */
}

/* =============================
  Select
============================= */
.ha-login-select-container {
	margin-left: 40px;
	display: inline-block;
	position: relative;
}

.ha-login-select {
	border: 0;
	background-color: transparent;
	color: #FFFFFF; /* white */
	text-transform: capitalize;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 20px;
}

.ha-login-select:focus {
	outline: none;
}

.ha-login-select-icon, .ha-login-lang-icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	right: 0;
	top: 2px;
	margin-right:2px;
	fill: #3B5772; /* ba corp navy */
}

/* ============================================
  Main
============================================= */
.ha-login-container {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	display: table;
	position: absolute;
	top: 0;
	left: 0;
}


.ha-login-inner-container {
	display: table-cell;
	vertical-align: middle;
    padding: 0;
    margin: 0;
}

.ha-login-main {
	max-width: 1100px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* =============================
  Tips
============================= */
.ha-login-tips {
	max-width: 550px;
	margin-right: 40px;
}

.ha-login-tips h1 {
	margin: 0 0 5px;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 900;
	font-size: 28px;
	letter-spacing: -0.02em;
	line-height: 1.1;
	color: #fff;
}

.ha-login-tips p {
	margin: 0 0 30px;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 600;
	font-size: 21px;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #45AEB1; /* ba corp green-blue */
}

.ha-login-tips ul {
	margin: 0 0 0 20px;
}

.ha-login-tips li {
	font-weight:300;
	letter-spacing: -0.03em;
	color: #efefef;
	margin: 0 0 10px 0;
}

.ha-login-tips li a {
	color: #F9F9F9; /* ba subtle grey */
	font-weight: 400;
}

/* =============================
  Login Box
============================= */
.ha-login-box {
	padding: 60px 40px;
	background-color: #FFF;
	border-radius: 6px;
	max-width: 350px;
	text-align: center;
	box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
}

.ha-login-box-info {
	font-size: 12px;
	margin: 40px 0 0 0;
	color: #3B5772;
	text-align: left;
}

.ha-login-message {
	margin: 0;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	border-radius: 6px;
	padding: 10px;
}

.ha-login-message + .ha-login-input {
	margin-top: 40px;
}

.ha-login-box-actions {
	margin: 40px 0 0 0;
	text-align: center;
}

/* =============================
  Input
============================= */
.ha-login-input {
	position: relative;
	margin: 0 0 30px;
	height: 40px;
	padding-left: 30px;
}

input,
button,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.ha-login-input input {
	border-width: 0 0 1px 0;
	border-style solid;
	border-color: #999;
	border-radius: 0;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 6px 0 6px 30px;
	background-color: transparent;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.ha-login-input input:focus {
	outline: none;
	border-color: #333;
}

.ha-login-input input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.ha-login-input input:-webkit-autofill + label {
	transform: translate(0, -5px) scale(0.70);
	text-transform: uppercase;
}

.ha-login-input input:focus + label,
.ha-login-input input:valid + label {
	transform: translate(0, -5px) scale(0.70);
	text-transform: uppercase;
}


.ha-login-input label {
	color: #999999; /* ba medium grey */
	top: 0;
    left: 30px;
    position: absolute;
    z-index: 1;
    display: block;
    text-align: left;
    -ms-transform: translate(0, 0) scale(1);
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    -webkit-transition: transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    -o-transition: transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    transition: transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
	transform-origin: top left;
	width: 100% ;

}

#errors ol{
	text-align:left;
}

.ha-login-input .ha-login-input-icon {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	z-index: 3;
	fill: #CCC;
}


/* =============================
  Link
============================= */
.ha-login-forgot-link {
	margin-top:-20px;
	display: block;
    text-align: right;
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
    color: #45AEB1; /* ba corp green-blue */
    }

/* =============================
  Button
============================= */
.ha-login-button {
	font-family: 'Roboto', Arial, sans-serif;
	border: 0;
	border-radius: 25px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1), 0 0 20px 0 rgba(0, 0, 0, 0.05);
	display: inline-block;
	padding: 15px 20px;
	min-width: 200px;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 14px;
	cursor: pointer;
}

.ha-login-button-primary {
	color: #F9F9F9; /* ba subtle grey */
	background-color: #45AEB1; /* ba corp green-blue */
}

.ha-login-button-primary:hover {
	color: #FFFFFF; /* white */
	background-color: #6CBBE3; /* ba wd blue */
}

.ha-login-button-secondary {
	background-color: #999999; /* ba medium grey */
}

/* =============================
  Banner
============================= */
.ha-login-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 60px;
	background-color: #6CBBE3; /* ba wd blue */
	opacity:0.95;
	font-weight: 400;
	z-index: 9;
	-webkit-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-animation: slideUp .6s 1s;
	-o-animation: slideUp .6s 1s;
	animation: slideUp .6s 1s;
	animation-fill-mode: forwards;
}

.ha-login-banner p {
	position: relative;
	padding-right: 40px;
	display: flex;
	align-items: center;
	color:#FFFFFF; /* white */
}

.ha-login-banner .ha-login-banner-close-link {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	text-transform: uppercase;
	font-weight: 900;
	cursor: pointer;
	font-size:14px;
	font-weight:900;
	color: #F9F9F9; /* ba subtle grey */
	background-color: #6CBBE3; /* ba wd blue */
	border-radius: 25px;
	border: 1px solid #efefef;
	padding: 10px 20px;
}
.ha-login-banner-close-link:hover {
	background-color: #45AEB1; /* ba corp green-blue */
}

.ha-login-banner-icon {
	display: inline-block;
	margin-right: 10px;
	min-width: 32px;
	min-height: 32px;
	width: 32px;
	height: 32px;
	fill: #FFFFFF; /* white */
}

@keyframes slideUp {
	0% {
		-webkit-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%);
	}
	100% {
		-webkit-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);
	}
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%);
	}
	100% {
		-webkit-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);
	}
}

/* =========================================
  IE10 - IE11
========================================= */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.ha-login-main {
		display: table;
	}

	.ha-login-tips {
		display: table-cell;
		padding-right: 80px;
		vertical-align: middle;
	}

	.ha-login-box {
		display: table-cell;
	}

	.ha-login-select option {
		color: #222;
	}

	select::-ms-expand {
		display: none;
	}
}

/* =========================================
  Responsive
========================================= */

@media screen and (max-width: 1200px) {

	.ha-login-main {
		max-width:900px;
	}
	.ha-login-tips {
		max-width:450px;
	}
	.ha-login-tips h1 {
	line-height:1.1;
	}
	.ha-login-tips li {
	font-size:14px;
	}
}

@media screen and (max-width: 992px) {

	.ha-login-header-actions {
		margin-right:0;
	}
	.ha-login-header-actions a {
		display:none;
	}

	.ha-login-tips {
		display:none;
		color: inherit;
	}
	.ha-login-box {
		padding: 40px 30px;
		min-width: 340px;
		text-align:center;
		position: relative;
		position:fixed;
		top:45%;
		left:50%;
		transform: translate(-50%, -50%);
	}
}