﻿/*mobile*/
@media screen and (max-width: 1000px) {
		#devPasswordBox {
		position: fixed;
		background-color: #fff;
		top: 0;
		Left: 0;
		width: 100%;
		bottom: 0;
		z-index: 100000000000;
	}

	.passwordBG {
		position: fixed;
		background-color: #000;
		-ms-opacity: 0.8;
		opacity: 0.8;
		top: 0;
		Left: 0;
		right: 0;
		bottom: 0;
		z-index: 100000000001;
	}

	.blackText {
		color: #000;
	}

	.AccessCode {
		width: 30%;
		font-size: 1.1em;
		
		font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
		border: none;
		padding: 0.5em;
		font-weight: normal;
		clear: both;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}

	.BtnAccess {
		color: /*text-field-color*/#000000;/*sameer*/
		font-size:0.8em;    
		font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
		text-transform:uppercase;
		border: none;
        outline:none;
		padding:0.8em .5em;    
		background-color:/*bg-header-green*/#3c948b ; 
		cursor:pointer;
		font-weight: normal;
		margin-bottom: 10px;
		margin-top: 10px;
		text-align: center;
		width: 100%;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}
}

/*Desktop*/
@media screen and (min-width: 1001px) {
		#devPasswordBox {
		position: fixed;
		background-color: #fff;
		top: 10%;
		Left: 20%;
		width: 60%;
		z-index: 100000000000;
	}

	.passwordBG {
		position: fixed;
		background-color: #000;
		-ms-opacity: 0.8;
		opacity: 0.8;
		top: 0;
		Left: 0;
		right: 0;
		bottom: 0;
		z-index: 100000000001;
	}

	.blackText {
		color: #000;
	}

	.AccessCode {
		width: 20%;
		font-size: 1.1em;
		
		color: /*text-field-color*/#000000;  
		font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
		border: none;
		padding: 0.5em;
		font-weight: normal;
		clear: both;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}

	.BtnAccess {
		color: /*text-field-color*/#000000;
		font-size:0.8em;    
		font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
		text-transform:uppercase;
		border: none;
        outline:none;
		padding:0.8em 1em;    
		background-color:#e56e6e; 
		cursor:pointer;
		font-weight: normal;
		margin-bottom: 10px;
        margin-left: 10px;
		text-align: center;
	}
    .BtnAccess:hover{
        color:#e56e6e !important;
    }
}
