.container-logon {
    background: url(../ico/logon/61.png) center repeat #252222;
}

.logon-box {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    margin: -175px 0 0 -250px;
    padding: 25px;
    color: #000;
    border-color: #a2a2a2;
    border-bottom-color: #707070;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    text-shadow: none;
    background-image: none;
    line-height: normal;
    width: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px 0px 2px 4px #ffffff;
    opacity: 0.9;
    background: #83b740;
    background: -moz-linear-gradient(top, #83b740 0%, #6bab1a 5%, #357506 95%, #417c15 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #83b740), color-stop(5%, #6bab1a), color-stop(95%, #357506), color-stop(100%, #417c15));
    background: -webkit-linear-gradient(top, #83b740 0%, #6bab1a 5%, #357506 95%, #417c15 100%);
    background: -o-linear-gradient(top, #83b740 0%, #6bab1a 5%, #357506 95%, #417c15 100%);
    background: -ms-linear-gradient(top, #83b740 0%, #6bab1a 5%, #357506 95%, #417c15 100%);
    background: linear-gradient(to bottom, #83b740 0%, #6bab1a 5%, #357506 95%, #417c15 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83b740', endColorstr='#417c15', GradientType=0);
}

.logon-box .form-group {
    margin-bottom: 10px;
    position: relative;
}

.logon-box .form-group label,
.logon-box .form-group label a {
    font-weight: bold;
    text-shadow: 1px 1px 1px #1b0a61;
    font-size: 16px;
    line-height: 32px;
    cursor: pointer;
}

.logon-box .form-group label {
    color: #ffe556;
}

.logon-box .form-group > :first-child {
    width: 250px;
    padding-left: 40px;
}

.logon-box .form-group > :last-child {
    margin-left: 250px;
}

.logon-box > .form-horizontal > .form-group > div > input[type]:not([type=radio]):not([type=checkbox]):not([type=button]) {
    height: 32px;
    font-size: 16px;
    padding: 3px 5px;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.logon-box h3 {
    font-size: 1.7em;
    margin: 4px 0 24px;
    color: #ffe556;
    font-weight: bold;
    text-shadow: 2px 2px 1px #1b0a61;
    text-align: center;
}

.logon-box input[type=checkbox], .logon-box input[type=radio], .tabs input[type=radio] {
    opacity: 0;
    left: -9999px;
}

.logon-box input[type=checkbox] ~ label, .logon-box input[type=radio] ~ label {
    padding-left: 31px;
    position: absolute;
    left: 10px;
    line-height: 34px;
}

.logon-box :not(.tabs) input[type=checkbox] ~ label:before, .logon-box :not(.tabs) input[type=radio] ~ label:before {
    content: "";
    background-image: url(../ico/logon/buttons-20-green.png);
    position: absolute;
    left: 0;
    top: 7px;
    width: 20px;
    height: 20px;
}

.logon-box input[type=checkbox] ~ label:before {
    background-position: 0px -20px;
}

.logon-box input[type=radio] ~ label:before {
    background-position: -80px -80px;
}

.logon-box input[type=checkbox]:checked ~ label:before {
    background-position: -20px -20px;
}

.logon-box input[type=radio]:checked ~ label:before {
    background-position: -20px 0px;
}

.logon-box input[type=checkbox][disabled] ~ label:before {
    background-position: -40px -20px;
}

.logon-box input[type=radio][disabled] ~ label:before {
    background-position: -40px -80px;
}

.logon-box input[type=checkbox][disabled]:checked ~ label:before {
    background-position: -60px -20px;
}

.logon-box input[type=radio][disabled]:checked ~ label:before {
    background-position: -60px 0px;
}

.tabs {
    position: relative;
    top: -30px;
    height: 0px;
    z-index: 1000;
    display: block;
}

.tabs input[type=radio] + label {
    position: relative;
    display: inline-block;
    left: -10px;
    top: -24px;
    margin-left: -18px;
    padding: 4px 11px;
    background-color: #82b73e;
    border: 3px solid #659e3b;
    border-radius: 4px 4px 4px 4px;
    color: #2a5d06;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    box-shadow: 0px 0px 1px 2px #c4e499;
}

.tabs input[type=radio]:checked + label {
    background: #ffefa3;
    color: #2b69bd;
    border-color: #ffa700;
    box-shadow: 0px 0 2px 4px #ffffff;
}

[class^=inline-icon-] {
    background-repeat: no-repeat;
    background-size: 32px 32px;
}

.inline-icon-firm {
    background-image: url(../ico/logon/firm.png);
}

.inline-icon-login {
    background-image: url(../ico/logon/user.png);
}

.inline-icon-key {
    background-image: url(../ico/logon/key.png);
}

.inline-icon-email {
    background-image: url(../ico/logon/email.png);
}

.inline-icon-phone {
    background-image: url(../ico/logon/phone.png);
}

.inline-icon-code {
    background-image: url(../ico/logon/bar-code.png);
}

.btn.btn-default-primary {
    font-weight: bold;
}

#error-text {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 6px;
    color: #8a0d0d;
    font-weight: bold;
    background-color: #fff;
    border-radius: 4px;
    -webkit-animation: blink 2s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
    animation: blink 2s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
}

#error-text:empty {
    padding: 0;
}

@-webkit-keyframes blink {
    100% {
        color: rgba(34, 34, 34, 0);
    }
}

@keyframes blink {
    100% {
        color: #ff2000;
    }
}

#error-text * {
    font-size: 14px;
    line-height: 18px;
}

#error-text li {
    list-style: none;
    text-align: left;
}

img.logo-main {
    position: absolute;
    left: 50%;
    margin: -270px 0 0 -207px;
}

.ps-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 600px;
    margin: -300px 0 0 -300px;
    background: url(../ico/logon/ps-icon.svg) center no-repeat transparent;
    background-size: contain;
    opacity: 0.8;
}