
body{
	margin:0px;
}

* {margin: 0; padding: 0;}

#HeaderWrapper{
	width:100%;
	height:120px;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: relative;
}

#headerLogo{
	width: 20%;
	height: 100%;
	display: inline-block;
}

#Logo{
	
	width:225px;
	height:auto;
	margin-left: 50px;
	margin-top: 40px;
	
}

#headerCopy{
	font-family: Mont-SemiBold;
    font-size: 22px;
    font-weight: normal;
    width: 70%;
display: inline-block;
position: relative;
line-height: 120px;
text-align: right;
	
}

.logoCopy{
	
	position: absolute;
	font-family: Mont-SemiBold;
    font-size: 22px;
    font-weight: normal;
    top: 58px;
left: 120px;
letter-spacing: 5px;
display: none;
	
}

#downloadWrapper{
	
position: relative;
width:100%;
max-width: 950px;
text-align: center;
margin-left: auto;
margin-right:auto;
padding-top: 50px;

}



.DownloadContainer{
	
	position: relative;
	display: inline-block;
	background-color: white;
	width:280px;
	height: 195px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	margin-right: 10px;
margin-left: 10px;
margin-top: 20px;
margin-bottom: 20px;
	
}

.Top_Half{
	width: 100%;
height: 95px;
font-size: 0;
text-align: left;
}

.bottom_Half{
	
		width: 100%;
	height: 60px;
	text-align: left;
	font-size: 0;

	
}

.Download{
	
	position: relative;
	text-align: center;
	width: 100%;
	height: 40px;
	background-color: #52A3C9;
	
	
}

.BTN-txt{
	color: white;
	 font-family: Mont-SemiBold;
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    position: absolute;
top: 2px;
left: 100px;
	
}

.Icon{
	position: relative;
	width:110px;
	display: inline-block;
	text-align: left;
	height: 100%;
}

.Title{
	
	position: relative;
	width:150px;
	
	  font-family: Mont-SemiBold;
    font-size: 20px;
    font-weight: normal;
    display: inline-block;
    height: 75px;
    vertical-align: top;
    padding-top: 20px;
	
}

.DownloadIMG{
	position: relative;
	width:70px;
	height:70px;
	margin-left: 20px;
	margin-top: 20px;
	box-shadow: 2px 2px #888888;
	
}

.Ver{
width:85px;
font-family: Mont-Book;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    display: inline-block;
    padding-top: 20px;
    padding-left:25px;
	
}

.OP{

width:50%;
font-family: Mont-Book;
    font-size: 20px;
    font-weight: normal;
      position: relative;
    display: inline-block;
    width:150px;
    text-align: right;

}




a {
	text-decoration: none;
	display: block;
	width:100%;
	height:100%;
}

/* Login Area */

#user_details{
	width:280px;
	height:235px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	padding-top: 50px;
}

.login_field{
	
	width:280px;
	height:40px;
	position: relative;
	margin-bottom: 10px;
margin-top: 10px;
border-style: solid;
border-width: 1px;
border-color: #b3b8bd;
}
	
input:not([type=submit]):not([type=file]) {
-webkit-appearance: none;
color: #b3b8bd;
font-family: Mont-Book;
    font-size: 20px;
    font-weight: normal;	
    text-indent:10px;
    width:278px;

}


button:matches([type=submit]){
-webkit-appearance: none;
cursor: pointer;
 font-family: Mont-SemiBold;
    font-size: 16px;
    font-weight: normal;
	color: white;
border-width: 0px;
width:280px;

}


.btn_submit{
	
		position: relative;
	text-align: center;
	width: 100%;
	height: 40px;
	background-color: #FCA315;
	width:280px;
	margin-top: 30px;
	
}

.login_error{
	
	position: absolute;
	left:0px;
	font-family: Mont-Book;
    font-size: 14px;
    font-weight: normal;	
}

input:-internal-autofill-selected {
	background-color: #FCA315!important;
}

.hidden{
	display: none!important;
}


@media only screen and (min-width: 768px) {
  /* For desktop: */
  
 
 .logoCopy{
	 display: block;
	 
 }
 
 }