/*

My Custom CSS
=============

Author:  Pay Sin Yee

*/


/* --------------------------------------
   Layout
   -------------------------------------- */
html, body{
	height:100%;
}

/* --------------------------------------
   Typography
   -------------------------------------- */
@font-face {
	font-family: 'Futura';
	src: url('../fonts/Futura-Medium.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Futura-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/Futura-Medium.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/Futura-Medium.woff') format('woff'), /* Pretty Modern Browsers */
	url('../fonts/Futura-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('../fonts/Futura-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
}
a:hover, a:focus{
	text-decoration: none;
}
body{
	font-family: 'Futura', sans-serif;
	background-color: #000;
}
h1,h2,h3{
	font-family: 'Futura', sans-serif;
	margin:0px 0px 10px 0px;
	color:#fff;
}
h1{
	font-size:20px;
}
h2{
	font-size:24px;
}
h3{
	font-size: 18px;
}
p{
	font-size:18px;
	clear: both;
	font-family: 'Futura', sans-serif;
	color:#808285;
}

/* --------------------------------------
   Navbar
   -------------------------------------- */

/* --------------------------------------
   Footer
   -------------------------------------- */

/* --------------------------------------
   Carousel
   -------------------------------------- */

/* --------------------------------------
   Global Styles
   -------------------------------------- */
.logo{
	max-width:200px;
	width:100%;
}
.header{
	background-color:#fff;
	border-bottom:5px solid #A97C50;
	padding:15px 0px 15px 0px;
}
.login-form{
	margin-top:40px;
	max-width: 300px;
}
.margin-top-70{
	margin-top:70px;
}
#error-pane{
	/*font-family: 'Futura', sans-serif;*/
	margin: 0px 0px 10px 0px;
	/*color: #fff;
	font-size: 14px;*/

	font-size: 18px;
	clear: both;
	font-family: 'Futura', sans-serif;
	color: #808285;
}
.blue-btn{
	font-family: 'Futura', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	width:300px;
	padding:20px 0px;
	text-align: center;
	background-color:#A97C50;
	color:#fff;
	cursor: pointer;
	margin:0 auto 40px auto;
}
.green-btn{
	font-family: 'Futura', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	width:300px;
	padding:20px 0px;
	text-align: center;
	background-color:#A89F9E;
	color:#fff;
	cursor: pointer;
	margin:0 auto;
}
.blue-btn:hover, .green-btn:hover{
	background-color:#a7a9ac;
}
.background-1{
	background-image: url('../images/bg_1.png');
}

.background-2{
	background-image: url('../images/bg_2.jpg');
}

.background-3{
	background-image: url('../images/bg_3.png');
}

.background-4{
	background-image: url('../images/bg_4.jpg');
}

.background_style{
	-webkit-background-size:cover;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#inner-container{
	display:table;
}
#inner-container>span{
	display:table-cell;
	vertical-align: middle;
}
.form-input{
	max-width: 500px;
	width: 100%;
	background-color: transparent !important;
	border: none;
	color: #fff;
	font-size: 14px;
	border-bottom: 3px solid #fff;
	font-family: 'Futura', sans-serif;
	outline: none;
	padding-bottom: 3px;
}
input:-webkit-autofill{
	background-color: transparent !important;
}
.margin-bottom-60{
	margin-bottom:15px;
}
.margin-top-30{
	margin-top: 30px;
}
.margin-botton-15{
	margin-bottom: 15px;
}
::-webkit-input-placeholder {
	color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
	color: #fff;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #fff;
}

:-ms-input-placeholder {
	color: #fff;
}
.forgot_password{
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}
.forgot_password:hover{
	color: #A97C50;
}
.submit-btn{
	font-size:14px;
	color:#fff;
	background-color:transparent;
	border: none;
	border-bottom: 3px solid #fff;
	padding-bottom: 3px;
	outline:none;
}
.submit-btn:hover{
	border-bottom: 3px solid #A97C50;
	color:#A97C50;
}
.overlay{
	position: fixed;
	top:0px;
	left: 0px;
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.3);
}
#forgot_password, #force-pass-change, #forgot_password2, #forgot_password3, #reset_password, #forgot_password5, #new_client, #thank_you
{
	position: absolute;
	width: 500px;
	padding:35px 30px;
	background-color: rgba(232, 232, 232, 0.9);
}
.margin-bottom-50{
	margin-bottom: 50px;
}
.overlay_form h1, .overlay_message h1{
	color:#808285;
}

.overlay_form{
	margin-top: 30px;
}
.overlay_form input[type=text]{
	outline:none;
	padding:1px 10px;
	color:#808285;
	width:100%;
	background-color: rgba(232, 232, 232, 0.9);
	border:2px solid #808285;
	font-size: 18px;
}
.password-field{
	outline:none;
	padding:1px 10px;
	color:#808285;
	width:100%;
	background-color: rgba(232, 232, 232, 0.9);
	border:2px solid #808285;
	font-size: 18px;
}
.overlay_form input[type=submit] {
	font-size:18px;
	font-family: 'Futura', sans-serif;
	color:#808285;
	float: right;
	background-color: transparent;
	border:none;
	outline:none;
	margin-top: 46px;
}
.margin-top-zero{
	margin-top:0px !important;
}
.form-label{
	font-size:18px;
	font-family: 'Futura', sans-serif;
	color:#808285;
	float: left;
	margin-bottom: 3px;
}
.form-label-dots{
	font-size:18px;
	font-family: 'Futura', sans-serif;
	color:#808285;
	padding-left: 20px;
	float: left;
	margin-bottom: 3px;
}
.cross-btn{
	cursor: pointer;
}
.message{
	min-height: 200px;
	display: table;
}
.message>span{
	display: table-cell;
	vertical-align: middle;
}
.overlay_btn{
	font-size:18px;
	font-family: 'Futura', sans-serif;
	color:#808285;
	float: right;
	background-color: transparent;
	border:0px;
	margin-top:20px;
	outline:none;
	cursor: pointer;
}
.margin-bottom-25{
	margin-bottom: 25px;
}
.margin-right-minus{
	margin-right: -10px;
}
.margin-left-minus{
	margin-left: -10px;
}

input[type="text"].grey-placeholder::-webkit-input-placeholder {
	color: #808285;
}

input[type="text"].grey-placeholder:-moz-placeholder { /* Firefox 18- */
	color: #808285;
}

input[type="text"].grey-placeholder::-moz-placeholder {  /* Firefox 19+ */
	color: #808285;
}

input[type="text"].grey-placeholder:-ms-input-placeholder {
	color: #808285;
}
.client_btn{
	border: 2px solid #fff;
	max-width: 300px;
	width: 100%;
	text-align: center;
	padding: 15px 0px;
	margin-bottom: 20px;
	cursor: pointer;
	text-transform: uppercase;
	color: #fff;
}
.client_btn h2{
	margin:0px;
}
/* --------------------------------------
   Media Queries
   -------------------------------------- */


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.background-2{
		background-image: url('../images/bg_4.jpg');
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.background-2{
		background-image: url('../images/bg_4.jpg');
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.background-2{
		background-image: url('../images/bg_mobile_2.jpg');
	}

	.margin-bottom-60{
		margin-bottom:30px;
	}

	h1{
		font-size: 24px;
	}

	#error-pane, .form-input, .submit-btn{
		font-size: 19px;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 600px) {


}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {


}
.loader {
  border: 5px solid #555555;
  border-radius: 50%;
  border-top: 5px solid #999999;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display:none;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
