#toplogodiv {
  display: inline-block;
  margin: 22px 20px 25px;
  width: 260px; height: 116px;
  background: url(../images/logo.png) center center no-repeat;
}

#divRegistry #registryActivationInfo {
  text-align: center;
}

#passReminder > div > main > form {
  width: 400px;
  min-height: 120px;
  padding: 10px;
  background-color: transparent;
}

button, input[type=button], input[type=submit] {
  border: none;
  border-bottom: 1px solid white;
  margin-bottom: 10px;
}

body {
background-size: cover;
background-color: #ddedfd;
background-position: center 40px;
}

#login .login-box {
    margin-top: 15%;
}

#login {
    background-color: #fff;
    background-position: center 100px;
}