#toplogodiv {
  display: inline-block;
  margin: 22px 20px 25px;
  width: 259px; height: 96px;
  background: url(../images/logo.png) center center no-repeat;
}

#divRegistry #registryActivationInfo {
    text-align: justify;
    visibility: hidden;
}
/*
.wcag-contrast-1 .btn {
  color: #fff !important;
  border-bottom: 1px solid #c1c1c1;
  background: linear-gradient(#fd5d3d 0%, #fd5d3d 100%);
}
.wcag-contrast-1 .btn:hover,
.wcag-contrast-1 .btn.active {
  color: #fd5d3d !important;
  border-bottom: 1px solid #1771ae;
  background: linear-gradient(#fff 0%, #fff 100%);
  text-decoration: none !important;
}

.wcag-contrast-1 .special-box h2 {
  color: #828282;
}

.wcag-contrast-1 a {
  color: #fd5d3d;
  text-decoration: underline;
}

.wcag-contrast-1 span,
.wcag-contrast-1 #tresc table span
{
  color: #828282;
}

.wcag-contrast-1 #tresc span, .wcag-contrast-1 #tresc #notifications_v1 #kontr {
  color: #828282;
}

.wcag-contrast-1 .input-area input,
.wcag-contrast-1 .input-area textarea {
  color: #828282;
  border: 1px solid #fd5d3d;
  box-shadow: 3px 3px 5px 0 #dfdfdf inset;
}

.wcag-contrast-1 #top #info-bar {
  background: linear-gradient(to bottom, #fd5d3d 0%, #fd5d3d 100%) !important;
}

.wcag-contrast-1 #top #info-bar .separator:before, .wcag-contrast-1 #top #info-bar .separator:after {
  background: #fd5d3d !important ;
}

.wcag-contrast-1 .sidebar ul li a i {
  color: #fd5d3d;
}

.wcag-contrast-1 .sidebar ul li a.active i {
  color: #fd5d3d;
}

.wcag-contrast-1 .sidebar ul li a:hover, .wcag-contrast-1 .sidebar ul li a.active {
  border: 1px solid #fd5d3d;
}

.wcag-contrast-1 #menuList li a {
  color: #fd5d3d;
}

.wcag-contrast-1 input, .wcag-contrast-1 select{
  border-color: #fd5d3d;
  color: #828282;
}

.wcag-contrast-1 #customerListHolder > span {
  color: #fff;
}

.wcag-contrast-1 #top nav ul li a i {
  color: #fd5d3d;
}

.wcag-contrast-1 span, .wcag-contrast-1 #tresc table span{
  color: #fd5d3d;
}

.wcag-contrast-1 .box .box-content .invoice-icon {
  color: #fd5d3d;
}

.wcag-contrast-1 #tresc .filters a.active-filter {
  color: #fd5d3d;
}

.wcag-contrast-1 #tresc span#acc_v2_filterstitel {
  color: #fd5d3d;
}

.wcag-contrast-1 #thisContent.module-invoices_v1 #tresc span {
  color: #fd5d3d;
}

.wcag-contrast-1 h2 {
  color: #fd5d3d;
}

.wcag-contrast-1 li.mm_invoice_paid a {
  color: #fd5d3d;
}

.wcag-contrast-1 #acc_v2_mainTable tr span, .wcag-contrast-1 #daneKlientaTabelka tbody tr span a {
  color: #000;
}

.wcag-contrast-1 #notifications_v1 h2 span, .wcag-contrast-1 #notifications_v1 h3 span {
  color: #fd5d3d !important;
}

.wcag-contrast-1 #notifications_v1 .tekst span, .wcag-contrast-1 #notifications_v1 #crmSendMessage .input-area label span, .wcag-contrast-1 #notifications_v1 #crmSendMessage p .podtytul span {
  color: #171515 !important;
}

.wcag-contrast-1 .blank-button i, .wcag-contrast-1 h2 span, .wcag-contrast-1 .doc-download > i, .wcag-contrast-1 h3, .wcag-contrast-1 .doc-download a:not(.btn) {
  color: #fd5d3d !important;
}

.wcag-contrast-1 .doc-download p {
  color: #171515 ;
}

.wcag-contrast-1 .pdfPrintFak span {
  float: none;
}

.wcag-contrast-1 .box nav ul li a:hover, .wcag-contrast-1 .box nav ul li a.active {
  color: #fd5d3d !important;
} 

.wcag-contrast-1 .tytul_settings span {
  color: #171515 !important;
}

.wcag-contrast-1 .box nav ul li a.active:after{
  background-color: #fd5d3d;
}

.wcag-contrast-1 #frmLogin .box .input-area i {
  color: #fd5d3d !important;
}

.wcag-contrast-1 #divRegistry label {
  color: #fd5d3d;
}

.wcag-contrast-2 label, .wcag-contrast-2 span {
  color: #fff;
}

.wcag-contrast-3 span: {
  color: #000;
}

.wcag-contrast-4 span, .wcag-contrast-4 label {
  color: #FFFF00;
}
*/

#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 {
  background-color: transparent;
}