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


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


/* Login */
#secure_main{
	width: 100%;
	height: 100%;
	/* background-color: #cfdde8; */
	background-color: #000000;
}
#secure_containerWrapper {
	background-image: url('img/bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#secure_formWrapper {
	width: 600px;
	height: 500px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#secure_formWrapper_logo {
	text-align: center;
	height:100px;
}
#secure_formWrapper_logo img{
	width:auto;
	height:35px;
	margin-top:30px;
}

#secure_formWrapper_titleWrapper {
	position:relative;
	margin:auto auto;
	width:100%;
}

#secure_formWrapper_title {
	/* position:absolute; */
	left:70px;
	top:5px;
	text-align:center;
	font-family:AvenirLTStd-Light;
	font-size:21px;
	color:#ffffff;
	/* font-weight:bold; */
	margin-top:20px;
	margin-bottom:20px;
}
	

#secure_userWrapper {
	width: 300px;
	height: 40px;
	position: absolute;
	top: 220px;
	left: calc(50% - 300px / 2);
}

#secure_passWrapper {
	width: 300px;
	height: 40px;
	position: absolute;
	top: 300px;
	left: calc(50% - 300px / 2);
}

#validation {
	position: absolute;
	bottom: 10%;
	left: calc(50% - 75px);
	height: 35px;
	width: 150px;
	background-color:#ffffff;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	float: center;
	text-align:center;
	color:#000000;
}
#validation p{
	text-align:center;
	color:#000000;
	font-family:AvenirLTStd-Light;
	font-size:15px;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	line-height: 35px; 
}

.secure_input {
	height: 40px;
	width: 100%;
	border: 1px solid #ffffff; 
	background-color: #fff;
	color: #000000;
	text-align: center;
	font-size: 20px;
	padding:0 0 0 0;
}

#secure_remember {
	display: block;
	width: 100%;
	float: left;
	margin-top: 10px;
}

/* currency */
#currency_main{
	width: 100%;
	height: 100%;
	background-color: #000000;
	font-family:AvenirLTStd-Light;
}

#currency_containerWrapper {
	background-image: url('img/bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
#currency_formWrapper {
	width: 500px;
	height: 450px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#currency_formWrapper_logo {
	text-align: center;
	height:150px;
}
#currency_formWrapper_logo img{
	width:auto;
	height:35px;
	margin-top:55px;
}
#currency_formWrapper_titleWrapper {
	position:relative;
	margin:auto auto;
}
#currency_formWrapper_title {
	/* position:absolute; */
	left:70px;
	top:5px;
	text-align:center;
	font-family:AvenirLTStd-Light;
	font-size:21px;
	color:#ffffff;
	/* font-weight:bold; */
	margin-top:20px;
	margin-bottom:20px;
}
#currency_selectWrapper {
	width: 350px;
	height: 50px;
	position: absolute;
	top: 220px;
	left: calc(50% - 350px / 2);
	text-align:center;
}
#currency_select {
	width: 220px;
	height: 40px;
	margin-top:5px;
}
#currency_validate {
	position: absolute;
	bottom: 10%;
	left: calc(50% - 75px);
	height: 35px;
	width: 150px;
	background-color:#ffffff;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	float: center;
	text-align:center;
	color:#000000;
}
#currency_validate p{
	text-align:center;
	color:#000000;
	font-family:AvenirLTStd-Light;
	font-size:15px;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	line-height: 35px; 
}



/* queries */
@media all and (max-width: 700px) {
	#secure_formWrapper {
		width: 90%;
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
	#currency_formWrapper {
		width: 90%;
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
}

@media all and (max-width: 500px) {
	#secure_formWrapper {
		width: 90%;
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
	#secure_userWrapper {
		top: 35%;
		width: 90%;
		left:5%;
	}
		#secure_userWrapper input{
			width: 100%;
		}
	#secure_passWrapper {
		top: 50%;
		width: 90%;
		left:5%;
	}
		#secure_passWrapper input{
			width: 100%;
		}
	#validation {
		top: 70% !important;
	}
	
	#currency_formWrapper {
		width: 90%;
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
	
}

@media all and (max-height: 500px) {
	#secure_formWrapper {
		width: 90%;
		height: 90%;
	}
	#secure_formWrapper_logo {
		height:70px !important;
	}
	#secure_formWrapper_logo img{
		margin-top:20px !important;
	}
	#secure_formWrapper_titleWrapper {
		position: absolute !important;
		top:20% !important;
	}
	#secure_userWrapper {
		top: 40% !important;
	}
	#secure_passWrapper {
		top: 60% !important;
	}
	#validation {
		top: 80% !important;
	}
	
	#currency_formWrapper {
		width: 90%;
		height: 90%;
	}
	#currency_formWrapper_logo {
		height:70px !important;
	}
	#currency_formWrapper_logo img{
		margin-top:20px !important;
	}
	#currency_formWrapper_titleWrapper {
		position: absolute !important;
		top:25% !important;
	}
	#currency_selectWrapper {
		top: 40% !important;
	}
	#currency_validation {
		top: 80% !important;
	}
}
