body {
    font-family: benton-sans,'Helvetica Neue',helvetica,arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #3f3f44;
    background-color: #fff;
    margin: 0;
}

.page-wrap {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.gradient-primary {
    background-image: linear-gradient(to bottom,#654a86,#534292);
    background-color: #534292
}

.container {
    position: relative;
    height: 100%;
    text-align: center;
    padding-top: 60px
}

h1.logo {
    text-align: center;
    margin: 0 0 40px
}

h1.logo a {
    display: inline-block;
    height: 98px;
    width: 69px;
    overflow: hidden;
    /*登录页logo图标*/
    /*background: url(../logo-vertical.png);*/
    background-repeat: no-repeat
}

h1.logo a:before {
    content: "";
    display: block;
    width: 0;
    height: 100%
}

.panel {
    max-width: 430px;
    margin: 0 auto 20px;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
}

.panel .h3 {
    margin: 40px 20px 0;
    line-height: 1.5;
    font-size: 24px;
    color: rgb(102, 73, 134);
}

h2 {
    font-family: inherit;
    font-weight: 200;
    color: #664986;
}
.panel form {
    padding: 40px
}

form {
    display: block;
    margin-top: 0em;
}

form .form-group {
    position: relative;
    margin-bottom: 20px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

form label {
    text-align: left;
    width: 100%;
    color: rgb(98, 116, 142);
    font-size: 12px;
    font-weight: bold;
}


form .input-icon.icon-username {
    background: url("../images/icon-username.png");
    background-repeat: repeat
}

form .input-icon {
    position: absolute;
    bottom: 13px;
    margin-top: -9px;
    left: 12px;
    width: 18px;
    height: 18px;
}

form input[type="text"], form input[type="email"], form input[type="password"], form input[type="number"] {
    height: 44px;
    padding-left: 50px;
}


input:-webkit-autofill {
    box-shadow: inset 0 1px 2px rgba(203,203,210,0.4), inset 0 0 10px 1000px #fffedb;
}

.form-control {
    padding-right: 8px;
}

form .input-icon.icon-password {
    background: url("../images/icon-password.png");
    background-repeat: repeat
}

form .input-icon::after {
    content: '';
    position: absolute;
    right: -11px;
    top: -10px;
    bottom: -10px;
    width: 1px;
    opacity: .5;
    background-color: rgba(212,212,212,0);
    background-image: linear-gradient(to top,rgba(212,212,212,0) 0,#d4d4d4 30%,#d4d4d4 70%,rgba(212,212,212,0) 100%);
}

.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border: 1px solid #cbcbd2;
    border-radius: 4px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
}

form .btn {
    border: 1px solid transparent;
}

.btn-lg, .btn-group-lg>.btn {
    font-weight: normal;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-primary {
    color: #fff;
    background-color: #60467e;
    background-image: -webkit-linear-gradient(left bottom,rgba(159,88,150,0) 0,rgba(159,88,150,0.6) 100%);
}

.btn {
    border-radius: 5px;
    padding-left: 18px;
    padding-right: 18px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.btn {
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
}

.panel-footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.panel-footer {
    padding: 20px;
    display: block;
    font-size: 17px;
    color: #4a5568;
}

a.panel-footer {
    text-decoration: none;
}

a.panel-footer>span {
    color: #79589f;
    text-decoration: underline;
}

.alert {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    background-color: #fdf6f6;
    border-color: #de7575;
    color: #c20707;
}


form li {
    list-style-type:none;
    text-align : left
}

.error {
    color: #c20707;
}