﻿body {
 
}
.box {
  border: 1px solid #c4c4c4;
  padding: 30px 25px 10px 25px;
  background: #C0C0C0;
  margin: 80px auto;
  width: 380px;
}
h1.box-logo a {
  text-decoration:none;
}
h1.box-title {
  color: #000000;
  background: #C0C0C0;
  font-family: Arial, Helvetica, sans-serif;
font-weight: 300;
  padding: 15px 25px;
  line-height: 30px;
  font-size: 22px;
  text-align:center;
  margin: -27px -26px 26px;
}
.box-button {
  border-radius: 5px;
  background: #3C64AA;
  text-align: center;
  cursor: pointer;
  font-size: 19px;
  width: 370px;
  height: 51px;
  padding-left: 20;
  color: #fff;
  border: 0;
  outline:0;
}
.box-register
{
  text-align:center;
  margin-bottom:0px;
}
.box-register a
{
  text-decoration:none;
  font-size:12px;
  color:#666;
}
.box-input {
  font-size: 14px;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 25px;
  padding-left:20px;
  border-radius: 5px;
  width: 347px;
  height: 50px;
}
.box-input:focus {
    outline: none;
    border-color:#5c7186;
}
.sucess{
	text-align: center;
	color: #cccccc;
}
.sucess a {
	text-decoration: none;
	color: #cccccc;
}
p.errorMessage {
    background-color: #ffffff;
    border: #AA4502 1px solid;
    padding: 5px 10px;
    color: #000000;
    border-radius: 3px;
}