@import url("Fonts/OpenSansRegular/font.css");
@import url("Fonts/gothamPro/style.css");
@import url("Fonts/GothamBook/font.css");
@import url("Fonts/raleway/raleway-webfont.css");

html,
body
    {
	background:	url("images/bkgd7.jpg") repeat scroll center center;
        font-size: 11px;	
		padding:0;
		height: 100%;
		margin: 0;
		
	}

.divTotalEcra{
	background-color:#000; width:100%; height:100%; position:fixed; z-index:99999; left: 0px; top: 0px;  opacity:0.8; display:block;
}

.divTotalEcraDisplay{
	background-color:#000; width:100%; height:100%; position:fixed; z-index:99999; left: 0px; top: 0px;  opacity:0.8; 
}

.divLogTotal {
  display: block;
  left: 50%;
  margin-left: -210px;
  margin-top: -185px;
  position: absolute;
  top: 50%;
  z-index: 99;
}

.divLog {
  border-radius: 2px;
  overflow: hidden;
  padding: 10px 40px;
  width: 300px;
}

.divLogTotal_2{
  display: block;
  left: 50%;
  margin-left: -235px;
  margin-top: -150px;
  position: absolute;
  top: 50%;
  z-index: 99;
}

.divLog_2 {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  overflow: hidden;
  padding: 10px 40px;
  width: 350px;
  height:300px;
}

.inputLog {
  background-color: #fff;
  background-image: none;
  border: 1px solid #e4eaec;
  border-radius: 3px;
  color: #000;
  display: block;
  font-size: 14px;
  height: 36px;
  line-height: 1.57143;
  padding: 6px 15px;
    box-shadow: none;
  width: 100%;
}

.inputLog ::-webkit-input-placeholder {
   color: #76838f;
}

.inputLog :-moz-placeholder { /* Firefox 18- */
   color: #76838f;  
}

.inputLog ::-moz-placeholder {  /* Firefox 19+ */
   color: #76838f;  
}

.inputLog :-ms-input-placeholder {  
   color: #76838f;  
}

.inputDrop{
	
background-color: #fff;
border: 1px solid #e4eaec;
  transition: box-shadow 0.25s linear 0s, border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.25s linear 0s;
	border-radius: 3px;
}

.titulo_v1{
	color: #fff;
    font-size: 18px;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

.titulo_v2{
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
	margin-bottom: 20px;
		margin-top: 22px;
	 color: #37474f;
	line-height: 1.2;
	font-size: 30px;
	font-weight:400;
}

.cInput{color: #76838f;}

.cInput:focus{
   border: 1px solid #a0ce4e;
	box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}
