body {
  background: #1c242d;
}
.box {
  border: 1px solid #c4c4c4;
  #padding: 30px 25px 10px 25px;
  padding: 100px 150px 60px 150px;
  background: white;
  margin: 20px auto;
  width: 700px;
  border-radius: 35px;
}
h1.box-logo a {
  text-decoration:none;
  width: 700px;
}
h1.box-title {
  color: #AEAEAE;
  background: #f8f8f8;
  font-weight: 300;
  padding: 5px 25px;
  line-height: 60px;
  font-size: 90px;
  text-align:center;
  #margin: -27px -26px 26px;
  
}
.box-button {
  border-radius: 10px;
  background: #d2483c;
  text-align: center;
  cursor: pointer;
  font-size: 60px;
  width: 102%;
  #width: 700px;
  height: 71px;
  padding: 0;
  color: #fff;
  border: 0;
  outline:0;
}
.box-register
{
  text-align:center;
  margin-bottom:0px;
}
.box-register a
{
  text-decoration:none;
  font-size:25px;
  color:#666;
}
.box-input {
  font-size: 30px;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 25px;
  padding-left:10px;
  border-radius: 5px;
  width: 700px;
  height: 50px;
}
.box-input:focus {
    outline: none;
    border-color:#5c7186;
}
.sucess{
	text-align: center;
	color: white;
}
.sucess a {
	text-decoration: none;
	color: #58aef7;
}
p.errorMessage {
    background-color: #e66262;
    border: #AA4502 1px solid;
    padding: 5px 5px;
    
    color: #FFFFFF;
    border-radius: 10px;
    font-size: 30px;
    width: 700px;
    
}