﻿body{
  /*background:#1e2a32;*/
 /* background:#888;
  color:#000;*/
 /*background:#1e2a32;*/
  font-family: 'Ubuntu Mono', sans-serif;
  /*text-transform:uppercase;*/
}
 
.box{
  width:100%;
  height:auto;
  margin:0 auto;
  margin-top:1px;
  /*background:#888;*/
  background:#253F56; 
  border-radius:0px;
  /*box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.9);*/
  color:black;
}
 
.contentLogin{
  width:100%;
  height:auto;
  margin:0 auto;
  padding:30px 0px;
  background:#253F56;
  text-align:center; 
  border-radius:0px;
  /*float:none !important;*/ 
}
 
.contentLogin h1{
  font-size: 16px;
  font-weight:100; 
  color:White;
  letter-spacing:0.125em;
  text-align:center;
  display:inline-block;
}
 
.field{
  width:80%;
  margin:2px auto;
  padding:2px;
  background:white;
  border:none;
  box-shadow: 0px 1px 0px 0px #111;
  border-radius:3px;
  outline:none;
  color:black;
  font-weight:700;
  letter-spacing:0.100em;
  text-align:center;
  /*text-transform:uppercase;*/
}
  
::-webkit-input-placeholder{ /* WebKit browsers */
  color:#808080;
}
:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
  color:#808080;
}
::-moz-placeholder{ /* Mozilla Firefox 19+ */
  color:#808080;
}
:-ms-input-placeholder{ /* Internet Explorer 10+ */
  color:#808080;
}
 
 
.btn{
  width:80%;
  margin: 20px auto;
  padding:5px;
  background:#cfcbcb;
  border:none;
  box-shadow: 0px 1px 0px 0px #111;
  border-radius:3px;
  outline:none;
  color:black;
  font-weight:700;
  letter-spacing:0.125em;
  text-align:center;
  /*text-transform:uppercase;*/
}
 
.btn:hover{
  background:#B6C4CF;
  color:white;
  /*color:#cfcbcb;
  B6C4CF*/
}
 
.btn:active{
  background:#cfcbcb;
  color:white;
}