#toplogodiv {
  display: inline-block;
  margin: 22px 20px 25px;
  width: 259px; height: 50px;
  background: url(../images/logoa.png) center center no-repeat;
}

#divRegistry #registryActivationInfo {
    text-align: justify;
    visibility: hidden;
}

#btnShowPassword {
  position: absolute;
  right: 3px; top: 5px;
  height: 75%;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  background: transparent;
}

#btnShowPassword:hover {
  background: transparent;
}

#btnShowPassword:active {
  background: transparent;
}

.btnSettingsShowPassword {
  width: 40px;
  height: 30px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  margin-left: 4px;
  background: transparent;
}

.btnSettingsShowPassword:hover {
  background: transparent;
}

.btnSettingsShowPassword:active {
  background: transparent;
}

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