﻿body 
{
  
    font: 13px/20px "Lucida Bright", Georgia, serif;
    color: #404040;
    background: #FFFFFF;
    margin: 200px auto 0px auto;

}




.container {
  margin: 50px auto;
  width: 640px;

}
 
.login {
  position: relative;
  margin: 0 auto;
  padding: 30px 30px 30px;
  width: 640px;
    top: -7px;
    left: 1px;
}
.login p.submit {
  text-align: right;
}
 
.login-help {
  margin: 30px 0;
  font-size: 12px;
  color: black;
  text-align: center;
}

.login-help a {
  color: #bfc2c3;
  text-decoration: none;
}
 
.login-help a:hover {
  text-decoration: underline;
}
 
:-moz-placeholder {
  color: #c9c9c9 !important;
  font-size: 13px;
}
 
::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
}





.login:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);

}
 
.login h1 {

    margin: -25px -25px 21px;
    line-height: 80px;
    font-size: 18px;
    font-weight: bold;  
    color: #555;
    text-align: center;
    border-bottom: 1px solid #cfcfcf;
    background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
    -webkit-box-shadow: 0 1px whitesmoke;
    height: 100px;
    width: 685px;
    background-color: #f3f3f3;
    background-repeat: repeat;
 
}
.login p {
  margin: 20px 0 0;
}
 
.login p:first-child {
  margin-top: 0;
}
 
.login input[type=text], .login input[type=password] {
  width: 278px;
}

input 
{
  font-family: "Lucida Bright", Georgia, serif;
  font-size: 14px;
}

input[type=text], input[type=password]{
  margin: 5px;
  padding: 0 10px;
  width: 200px;
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;

  outline: 5px solid #d9dcdd;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  
}

input[type=text]:focus, input[type=password]:focus {
  border-color: #aeb1b2;
  outline-color: #eceef0;
  
}

input[type=submit] {
  border-left: 1px solid #b3c0c8;
    border-right: 1px solid #b3c0c8;
    border-top: 1px solid #b4bbbd;
    border-bottom: 1px solid #c4cccc;
    background-position: 0% 0%;
    padding: 0 18px;
    font-size: 12px;
    font-weight: bold;
    color: #7a8081;
    outline: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
  background-image: linear-gradient(to bottom, #edf5f8, #dfe4e7);
    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
    background-color: #dfe4e7;
    background-repeat: repeat;
    background-attachment: scroll;
    margin-left:560px;
}

input[type=submit]:active {
  background: #dfe4e7;
  border-color: #b4bbbd #b3c0c8 #c4cccc;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);

}
 
 select {
border: 1px solid #D0D0D0;
background: -moz-linear-gradient(19% 75% 90deg,#ededed, #fbfbfb);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
color: #444;
}
 
