﻿html, body {
    height: 100%;
}

.layout {
    background: #ebebeb;
    min-height: 580px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

/*header*/
.pt-header {
    display: block;
    margin: 0;
    padding: 0;
    color: White;
    background-color: #565656;
    min-height: 32px;
}

.pt-header a {
    color: #999;
    text-decoration: none;
    cursor: default;
}

.pt-header .pt-nav {
    background: transparent url(images/global.png?v=2018.05.11) repeat-x;
    background-position: 0 -200px;
    width: 100%;
}

.pt-header .pt-header-inner .pt-nav-logo {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 32px;
    width: 100px;
    float: left;
    background-repeat: no-repeat;
    background-image: url(images/home/logo-PT.png);
}

/*body*/
.pt-logon-body {
}

.pt-logon-body .pt-container {
    height: auto;
    width: 100%;
    padding: 0px;
}

.pt-logon-body .pt-logon-banner {
    text-align: center;
    margin: 20px auto 20px;
    img{
           width:600px;
       }
}

.pt-logon-body .pt-logon-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.pt-logon-body .pt-logon-content {
    text-align: left;
    width: 100%;
    margin: 10px auto;
    padding: 20px;
    border: 1px solid #e5e5e5;
    background: #f1f1f1;
    margin: 20px auto 0;
}

@media screen and (min-width: 768px) {
    .pt-logon-body .pt-logon-content {
        width: 50%;
    }
}

@media screen and (min-width: 992px) {
    .pt-logon-body .pt-logon-content {
        width: 30%;
    }
}

.pt-logon-body .form-horizontal {
}

.pt-logon-body .form-horizontal .input-group-addon {
    border: 1px solid #e6e6e6;
    border-left: 0;
    background: #fff;
}

.pt-logon-body .form-horizontal .pt-logon-tip {
    font-size: 16px;
    color: #666666;
}


.pt-logon-body .form-horizontal .ctVcode {
    margin-bottom: 15px;
}

.pt-logon-body .form-horizontal .ctVcode img {
    width: 98px;
    height: 36px;
    cursor: pointer;
    border: 1px solid #e4eef9;
}

.pt-logon-body .form-horizontal .form-group {
    margin-bottom: 10px;
}

.pt-logon-body .form-horizontal .form-control {
    border-color: #e6e6e6;
    line-height: 20px;
    padding: 8px;
    border: 1px solid #e6e6e6;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    -webkit-appearance: none;
    height: auto;
}

.pt-logon-body .form-horizontal .placeholder {
    position: absolute;
    top: 9px;
    left: 12px;
    font-style: normal;
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    display: none;
    zoom: 1;
    z-index: 2;
}

.pt-logon-body .form-horizontal .pt-controls {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

.pt-logon-body .form-horizontal .pt-controls .pt-addon {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    width: 98px;
}


.pt-logon-body .form-horizontal .links {
    text-align: center;
    margin: 10px 0;
}

.pt-logon-body .form-horizontal .pt-error-area {
    color: red;
}

.pt-logon-body .form-horizontal button.btn-primary {
    margin-top: 32px;
}

.modal-backdrop {
    z-index: 2;
}

/*footer*/
.pt-footer {
    color: #fff;
    background-color: #A4A4A4;
    line-height: 25px;
    padding: 0 0 0 36px;
    margin: 5px auto 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.ie8 .glyphicon {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("images/glyphicons-halflings.png");
    /*background-repeat: no-repeat;*/
}

.ie8 .glyphicon.glyphicon-user {
    background-position: -168px 0px;
}
.ie8 .glyphicon.glyphicon-lock {
    background-position: -287px -24px;
}
