/*
 * 注册登录页面样式
 * llidaa
 * 2023-12-15
 */

/* 公共样式 */
html {
    overflow-x: hidden;
    overflow-y: auto;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #eee;
}
.content-center {
    max-width: 500px;
    padding: 15px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 30px 50px;
}
.form-control {
    height: 45px;
    border: 1px solid #ccc;
}
.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}
.form-horizontal .has-feedback .form-control-feedback {
    top: 38px;
    right: 15px;
    position: absolute;
    font-size: 18px;
}
.btn {
    height: 45px;
}

.form-group {
    clear: both;
    width: 100%;
    float: left;
    font-size: 14px;
    color: #333;
    margin: 10px 0;
}
.form-group > label {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.form-group > .form-control {
    float: left;
    clear: both;
    width: 100%;
}
.form-group > .form-control > input {
    color: #555;
}
.auto-option {
    display: inline;
    float: left;
}
.auto-option > .opt-left {
    float: left;
}
.auto-option > .opt-right {
    float: right;
}
a {
    color: #337ab7;
    text-decoration: none;
}
.btn-info {
    color: #fff !important;
    background-color: #5bc0de;
    border-color: #46b8da;
    width: 100%;
}
.div-forgot-box > div.row {
    padding: 30px 10px;
}
.div-forgot-box button.btn {
    margin-top: 10px;
}
.hide {
    display: none;
}

