:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #575962; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #485664; /* Color for headings, subheadings and title throughout the website */
  --primary-color: #039BE5; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --primary-active-color: #1d6791; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --accent-color: #039BE5; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}
html {
	height: 100%;
	box-sizing: border-box;
}
body {
	background: url(../img/bgmemberlogin.png) no-repeat center center fixed; 
/*	background: url(../img/tropical-sea-beach.jpg) no-repeat center center fixed;*/
	background-blend-mode: multiply;
	position: relative;
	font-family: "Lato", sans-serif;
	background-color: #f7f7f7;
	min-height: 100%;
	padding-bottom: 2rem;
}
body.member {
	background: url(../img/bgmemberlogin.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*padding-top: 5rem;*/
	font-family: "Lato", sans-serif;
}
body.tvagent {
	background: url(../img/tropical-sea-beach.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*padding-top: 5rem;*/
}
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(247, 247, 247, 0.3);
	z-index: -1;
}
main {
	min-height: 100%;
	padding-top: 1rem;
}
a {
	color: #38afda;
}
a:hover {
	text-decoration: none;
	color: #308cad;
}
.card {
  border-radius: 5px;
  background-color: var(--background-color);
  border: none; 
  -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; 
}
.card-login {
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 1.0);
/*	padding: 14px;*/
	margin-bottom: 100px;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; 
}
.bl-login {
	padding: 20px;
}
.img-logo-hotel img {
	max-width: 100%;
 	height: 72px;
}
.img-logo-admin img {
	max-width: 100%;
 	height: 70px;
}
.nama-hotel {
	font-size: 20px;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 0.4px;
	font-weight: 600;
	line-height: 20px;
}
.title-admin {
	font-size: 22px;
  	letter-spacing: 1px;
}
.title-admin-small {
	font-size: 14px;
  	letter-spacing: 1px;
}
.alamat-hotel {
	font-size: 14px;
}
.login-member {
	font-size: 18px;
}
.border-bottom {
	border-bottom: solid 1px #a3a3a3;
}
.font12 {
	font-size: 12px;
}
.img-lang {
	width: 20px;
	height: 20px;
	border: 1px solid #999999;
}
.text-contact {
	font-size: 13px;
	color: #333333;
	letter-spacing: 0.3px;
	line-height: 1.69;
}

/* Forms
-------------------------------------------------- */
.form-group {
    margin-bottom: .2rem;
}
.form-group label {
	font-size: 12px;
	letter-spacing: 0.3px;
	color: #333333;
	margin-bottom: 0;
}
.form-control {
  	height: 35px;
	border-radius: 2px;
	background-color: #ffffff;
	border: solid 1px #e3e3e3;
	font-size: 12px;
}
.btn {
	border-radius: 5px;
}
.btn-info {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-disabled {
    background-color: #e3e3e3;
    border-color: #e3e3e3;
}
.btn-account {
    background-color: #ffffff;
	border-color: #dfdfdf;
	color: #333333;
}
.img-account-logo {
	height: 18px;
	margin-top: -3px;
}

/* Modal
-------------------------------------------------- */
.modal-content {
	border: none;
	border-radius: 3px;
}
.modal-header {
	border-bottom: none;
}
.modal-footer {
	border-top: none;
}


/* Sticky footer styles
-------------------------------------------------- */
.footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-top: 10px;
	height: auto; /* Set the fixed height of the footer here */
	line-height: 30px; /* Vertically center the text there */
}
.footer .top {
	border-top: 1px solid #c2c2c2;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer .bottom {
	background-color: rgba(0, 0, 0, 0.1);
}
.footer .bottom {
	font-size: 12px;
	letter-spacing: 0.3px;	
	color: #333333;
	text-align: center;
}
.footer .bottom .bold {
	font-weight: 600;
}
.img-footer-logo {
	margin-top: 5px;
}
.img-footer-payment {
	margin-top: 10px;
}
.bold {
	font-weight: bold;
}
.btn-login {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1rem;
	height: 50px;
}
.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

/* Slider
--------------------------------------------------- */
.fader {
    height: 300px;
}
.fader img.slide {
    height: 100%; 
    border-radius: 0 0 5px 5px;
}
.fader .pager_list {
    height: 10px;
    padding-left: 0;
}
.fader .pager_list li, .fader .page li {
    width: 12px;
    height: 12px;
    margin: 0px 5px;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
	.form-control {
    	height: 45px;
    }
    .form-group {
    	margin-bottom: .5rem;
    }
    .form-group label {
    	margin-bottom: .5rem;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	main {
		min-height: 100%;
		padding-top: 10vh;
	}
	.fader {
	    height: 500px;
	}
	.fader .pager_list {
	    height: 10px;
	}
	.fader img.slide {
	    height: 100%; 
	    border-radius: 5px 0 0 5px;
	}
	.card-login {
		border-radius: 5px;
		background-color: rgba(255, 255, 255, 1.0);
/*		padding: 36px;*/
		-webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  		box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; 
	}
	.bl-login {
		padding: 30px 40px 30px 15px;
	}
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}