/* basic */
* {margin: 0;padding: 0;outline: none;}
body {background: none repeat scroll 0 0 #f7f7f7;font-size-adjust: none;font-stretch: normal;font-style: normal;font-size:14px;font-family:Arial, Helvetica, sans-serif;font-weight:500;font-variant: normal;line-height: normal;color: #333;text-align:left;cursor: default;position: relative;z-index: 1;}
.floatLeft {float: left !important;}
.floatRight {float: right !important;}
.fullWidth {width: 100% !important;}
.alignLeft {text-align: left !important;}
.alignRight {text-align: right !important;}
a {color: #121212;transition: all 0.15s linear 0s;}
a:hover {color: #BA363E;}
a.accreditation-torgi223 {color:#EE4048;}
a.accreditation-torgi223:hover {color:#792521;}

/* login */
.login {margin: 0 auto;width: 800px;}
.login-logo {margin: 50px 0;text-align: center;}

.login-tabs ul {float: left;width: 100%;list-style-type: none;}
.login-tabs ul li {float: left;color: #fff;text-align: center;cursor: pointer;padding: 9px 0;font-size: 14px;height: 17px;white-space: nowrap;width: 400px;}
.login-tabs ul li.active {background: #d5230f;}
.login-form, .login-ecp {border: 1px solid #5d6567;padding: 45px 20px 5px;width: 758px;}
div.post-login-page {padding-top: 50px;font-family:Arial, Helvetica, sans-serif;font-weight:500;line-height: 27px;color:#333;padding-bottom: 50px;}
div.left-list-post-text span.post-login-text {display: block;}
div.login-logo img {border:none !important;outline:none !important;}
span.password-restoration {padding-left: 10px; margin-top: 17px;float: left;line-height: 10px;}
div.login-action {height: 30px;}

div.footer {padding: 15px 0;text-align:center;}
div.сopyright-data {margin-top: 15px;}

#login-tabs ul {background:linear-gradient(to bottom, #792521, #EE4048) repeat scroll 0 0 rgba(0, 0, 0, 0);font-weight: bold;float: left;list-style-type: none;width: 100%;}
#login-tabs ul li  {cursor: pointer;float: left;font-size: 14px;height: 30px;text-align: center;white-space: nowrap;width: 400px;}
#login-tabs ul li span {color: #fff;text-decoration: none;float:left;width: 100%;padding: 7px 0;}
#login-tabs ul li:hover {background: none repeat scroll 0 0 #792521;cursor: pointer;}
#login-tabs ul li.active {background: none repeat scroll 0 0 #792521;cursor: inherit;}
span.login-error {padding-left: 15px;}

span.bold {font-weight: 700;}

/* bootstrap */
.col-sm-8 {width: 66.6667%;}
.col-sm-4, .col-sm-8{min-height: 1px;padding-left: 15px;padding-right: 15px;position: relative;}

/* button*/
.btn {
    -moz-user-select: none;
    background-image: none;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 1.4285;
    margin-bottom: 0;
    padding: 6px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-shadow: 0 1px 0 #fff;
}
.btn-default, .btn-primary, .btn-login,.btn-default:focus, .btn-primary:focus, .btn-login:focus
{
    background:linear-gradient(to bottom, #792521, #EE4048) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #fff !important;
    cursor: pointer;
    float: left;
    text-shadow: none;
    white-space: nowrap;
}
.btn-login{
    text-transform: uppercase;
    font-weight: bold;
}
 /* form */
.form-control {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 4px;
    font-size: 16px;
    padding: 4px;
    height: 38px;
    width: 100%;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.form-horizontal .form-group {margin-left: -15px;margin-right: -15px;}
.form-group {margin-bottom: 10px;}
.panel-body {padding: 15px;}
.panel-body .ecp-indicator {margin-top: 15px;}
.mte-form-panel .button-wrapper:last-child {padding: 45px 40px 0 0;}

/* loginForm */
.fieldset-ecp {min-height: 1px;padding-left: 15px;padding-right: 15px;position: relative;width: 96.04222164%;}

button, input, select, textarea {font-family: inherit;font-size: 100%;margin: 0;}
input:focus, textarea:focus, select:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
fieldset {border: 0 none;margin: 0;padding: 0;}
label {display: inline-block;}

/* error layout*/
.text-danger {color: #a94442;}

.pass-invisible {
    background: url("/images/ico/eye_closed.svg");
}
.pass-visible {
    background: url("/images/ico/eye_opened.svg");
}
#icon-showpass {
    position: absolute;
    right: 10px;
    top: 30%;
    width: 22px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}

.container-showpass {width: 100%;position: relative;}
input#login-password::-ms-clear {display: none;}
input#login-password::-ms-reveal {display: none;}
input#login-password {filter: none;}