@media screen and (max-width: 768px) {
  .containerlogin {
    width: 100%;
    height: calc(100vh - 280px);
    background: url("../images/bgbg.jpg") no-repeat center center #f0f0f0;
    position: relative;
  }
  .logincontain {
    width: 90%;
    background: #FFFFFF;
    position: absolute;
    right: 1rem;
    top: 10%;
    padding: 30px;
    border-radius: 10px;
  }
  .logincontain .form-control {
    height: 50px;
    line-height: 50px;
  }
  .logincontain .form-group {
    position: relative;
  }
  .logincontain .msg-box {
    color: #ff0000;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 14px;
  }
  .logincontain .has-error .control-label {
    color: #ff0000;
  }
  .logincontain .has-error .form-control {
    border: 1px solid #ff0000;
  }
  .logincontain .pull-right a {
    color: #b67e5e;
  }
  .logincontain .tijiao {
    margin-top: 35px;
  }
  .logincontain .tijiao .btn-primary {
    background: #749564;
    border: none;
  }
  .logincontain .tijiao .zhuce {
    font-size: 1rem;
  }
  .xiugaimima {
    padding: 16px;
  }
  .xiugaimima .hide {
    display: none;
  }
  .xiugaimima .form-group {
    position: relative;
  }
  .xiugaimima .form-group label {
    width: 120px;
  }
  .xiugaimima .msg-box {
    color: #ff0000;
    position: absolute;
    top: -30px;
    right: 0px;
    font-size: 14px;
  }
  .xiugaimima .has-error .control-label {
    color: #ff0000;
  }
  .xiugaimima .has-error .form-control {
    border: 1px solid #ff0000;
  }
  .xiugaimima .yanzm .input-group {
    display: table;
  }
  .xiugaimima .yanzm .input-group .form-control {
    display: table-cell;
    margin-top: 2px;
  }
  .xiugaimima .yanzm .input-group .input-group-btn {
    display: table-cell;
    width: 130px;
    margin-top: -5px;
  }
  .xiugaimima .yanzm .input-group .btn-primary {
    height: 45px;
    background: #749564;
    color: #FFFFFF;
    border: none;
    line-height: 30px;
    margin-top: -5px;
  }
  .xiugaimima .form-control {
    height: 45px;
  }
  .form-footer {
    text-align: center;
  }
  .form-footer .btn-primary {
    background: #749564;
    color: #FFFFFF;
    border: none;
  }
  .ucenter {
    padding: 20px;
  }
  .ucenter .list-group {
    list-style: none;
  }
  .ucenter .list-group .list-group-heading {
    height: 45px;
    line-height: 45px;
    font-size: 1.1rem;
  }
  .ucenter .list-group .list-group-item a {
    color: #111111;
    font-size: 1rem;
  }
  .ucenter .list-group .list-group-item a:hover {
    color: #b67e5e;
  }
  .ucenter .list-group .list-group-item.active {
    background: none;
    border-color: rgba(0, 0, 0, 0.125);
  }
  .ucenter .list-group .list-group-item.active a {
    color: #749564;
    font-weight: 600;
  }
  .ucenter .btn-primary, .ucenter .btn-change, .ucenter .btn-info {
    background: #749564;
    color: #FFFFFF !important;
    border: none;
  }
  .ucenter .btn-primary a, .ucenter .btn-change a, .ucenter .btn-info a {
    color: #FFFFFF !important;
  }
  .ucenter .panel-body {
    font-size: 1rem;
  }
  .ucenter .panel-body a {
    color: #749564;
  }
  .ucenter .panel-body a:hover {
    color: #b67e5e;
  }
  .ucenter .panel-body .label-channel {
    background: #1e7e34;
    color: #FFFFFF;
    padding: 2px 5px;
  }
  .ucenter .panel-body .img-zoom {
    border-radius: 6px;
  }
  .ucenter .panel-body .newselect button {
    display: none;
  }
  .ucenter .panel-body .newselect .form-control {
    padding: 0;
    border: none;
    height: auto;
  }
  .ucenter .panel-body .plupload-preview img {
    width: 100%;
  }
  .ucenter .panel-body .plupload-preview li {
    display: inline-table;
    width: 50%;
    padding: 20px;
  }
  .ucenter .panel-body .alert {
    padding: 20px;
    background: #f2dede;
  }
  .ucenter .panel-body a.btn-danger {
    color: #FFFFFF !important;
  }
  .ucenter .user-center .avatar-img img {
    height: 100px;
    width: 100px;
    border-radius: 100px;
  }
  .ucenter .sidenav {
    left: unset;
    top: unset;
    position: unset;
    height: unset;
    width: 100%;
    min-width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 922px) {
  .containerlogin {
    width: 100%;
    height: calc(100vh - 480px);
    background: url("../images/bgbg.jpg") no-repeat center center #f0f0f0;
    position: relative;
  }
  .logincontain {
    width: 450px;
    background: #FFFFFF;
    position: absolute;
    right: 25%;
    top: 100px;
    padding: 30px;
    border-radius: 10px;
  }
  .logincontain .form-control {
    height: 50px;
    line-height: 50px;
  }
  .logincontain .form-group {
    position: relative;
  }
  .logincontain .msg-box {
    color: #ff0000;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 14px;
  }
  .logincontain .has-error .control-label {
    color: #ff0000;
  }
  .logincontain .has-error .form-control {
    border: 1px solid #ff0000;
  }
  .logincontain .pull-right a {
    color: #b67e5e;
  }
  .logincontain .tijiao {
    margin-top: 35px;
  }
  .logincontain .tijiao .btn-primary {
    background: #749564;
    border: none;
  }
  .logincontain .tijiao .zhuce {
    font-size: 1rem;
  }
  .xiugaimima {
    padding: 30px;
  }
  .xiugaimima .hide {
    display: none;
  }
  .xiugaimima .form-group {
    position: relative;
  }
  .xiugaimima .form-group label {
    width: 120px;
  }
  .xiugaimima .msg-box {
    color: #ff0000;
    position: absolute;
    top: -30px;
    right: 0px;
    font-size: 14px;
  }
  .xiugaimima .has-error .control-label {
    color: #ff0000;
  }
  .xiugaimima .has-error .form-control {
    border: 1px solid #ff0000;
  }
  .xiugaimima .yanzm .input-group {
    display: table;
  }
  .xiugaimima .yanzm .input-group .form-control {
    display: table-cell;
    margin-top: 2px;
  }
  .xiugaimima .yanzm .input-group .input-group-btn {
    display: table-cell;
    width: 130px;
    margin-top: -5px;
  }
  .xiugaimima .yanzm .input-group .btn-primary {
    height: 45px;
    background: #749564;
    color: #FFFFFF;
    border: none;
    line-height: 30px;
    margin-top: -5px;
  }
  .xiugaimima .form-control {
    height: 45px;
  }
  .form-footer {
    text-align: center;
  }
  .form-footer .btn-primary {
    background: #749564;
    color: #FFFFFF;
    border: none;
  }
  .regtop {
    top: 80px !important;
    width: 450px;
    z-index: 100;
  }
  .ucenter {
    padding: 60px 3vw;
  }
  .ucenter .list-group {
    list-style: none;
  }
  .ucenter .list-group .list-group-heading {
    height: 45px;
    line-height: 45px;
    font-size: 1.1rem;
  }
  .ucenter .list-group .list-group-item a {
    color: #111111;
    font-size: 1rem;
  }
  .ucenter .list-group .list-group-item a:hover {
    color: #b67e5e;
  }
  .ucenter .list-group .list-group-item.active {
    background: none;
    border-color: rgba(0, 0, 0, 0.125);
  }
  .ucenter .list-group .list-group-item.active a {
    color: #749564;
    font-weight: 600;
  }
  .ucenter .btn-primary, .ucenter .btn-change, .ucenter .btn-info {
    background: #749564;
    color: #FFFFFF !important;
    border: none;
  }
  .ucenter .btn-primary a, .ucenter .btn-change a, .ucenter .btn-info a {
    color: #FFFFFF !important;
  }
  .ucenter .panel-body {
    font-size: 1rem;
  }
  .ucenter .panel-body a {
    color: #749564;
  }
  .ucenter .panel-body a:hover {
    color: #b67e5e;
  }
  .ucenter .panel-body .label-channel {
    background: #1e7e34;
    color: #FFFFFF;
    padding: 2px 5px;
  }
  .ucenter .panel-body .img-zoom {
    border-radius: 6px;
  }
  .ucenter .panel-body .newselect button {
    display: none;
  }
  .ucenter .panel-body .newselect .form-control {
    padding: 0;
    border: none;
    height: auto;
  }
  .ucenter .panel-body .plupload-preview img {
    width: 100%;
  }
  .ucenter .panel-body .plupload-preview li {
    display: inline-table;
    width: 50%;
    padding: 20px;
  }
  .ucenter .panel-body .alert {
    padding: 20px;
    background: #f2dede;
  }
  .ucenter .panel-body a.btn-danger {
    color: #FFFFFF !important;
  }
  .ucenter .user-center .avatar-img img {
    height: 100px;
    width: 100px;
    border-radius: 100px;
  }
  .ucenter .sidenav {
    left: unset;
    top: unset;
    position: unset;
    height: unset;
    width: 100%;
    min-width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 922px) {
  .containerlogin {
    width: 100%;
    height: calc(100vh - 140px);
    background: url("../images/bgbg.jpg") no-repeat left center #f0f0f0;
    position: relative;
  }
  .logincontain {
    width: 450px;
    background: #FFFFFF;
    position: absolute;
    right: 160px;
    top: 100px;
    padding: 30px;
    border-radius: 10px;
  }
  .logincontain .form-control {
    height: 50px;
    line-height: 50px;
  }
  .logincontain .form-group {
    position: relative;
  }
  .logincontain .msg-box {
    color: #ff0000;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 14px;
  }
  .logincontain .has-error .control-label {
    color: #ff0000;
  }
  .logincontain .has-error .form-control {
    border: 1px solid #ff0000;
  }
  .logincontain .pull-right a {
    color: #b67e5e;
  }
  .logincontain .tijiao {
    margin-top: 35px;
  }
  .logincontain .tijiao .btn-primary {
    background: #749564;
    border: none;
  }
  .logincontain .tijiao .zhuce {
    font-size: 1rem;
  }
  .xiugaimima {
    padding: 30px;
  }
  .xiugaimima .hide {
    display: none;
  }
  .xiugaimima .form-group {
    position: relative;
  }
  .xiugaimima .form-group label {
    width: 120px;
  }
  .xiugaimima .msg-box {
    color: #ff0000;
    position: absolute;
    top: -30px;
    right: 0px;
    font-size: 14px;
  }
  .xiugaimima .has-error .control-label {
    color: #ff0000;
  }
  .xiugaimima .has-error .form-control {
    border: 1px solid #ff0000;
  }
  .xiugaimima .yanzm .input-group {
    display: table;
  }
  .xiugaimima .yanzm .input-group .form-control {
    display: table-cell;
    margin-top: 2px;
  }
  .xiugaimima .yanzm .input-group .input-group-btn {
    display: table-cell;
    width: 130px;
    margin-top: -5px;
  }
  .xiugaimima .yanzm .input-group .btn-primary {
    height: 45px;
    background: #749564;
    color: #FFFFFF;
    border: none;
    line-height: 30px;
    margin-top: -5px;
  }
  .xiugaimima .form-control {
    height: 45px;
  }
  .form-footer {
    text-align: center;
  }
  .form-footer .btn-primary {
    background: #749564;
    color: #FFFFFF;
    border: none;
  }
  .regtop {
    top: 80px !important;
    width: 450px;
    z-index: 100;
  }
  .ucenter {
    padding: 60px 12vw;
  }
  .ucenter .list-group {
    list-style: none;
  }
  .ucenter .list-group .list-group-heading {
    height: 45px;
    line-height: 45px;
    font-size: 1.1rem;
  }
  .ucenter .list-group .list-group-item a {
    color: #111111;
    font-size: 1rem;
  }
  .ucenter .list-group .list-group-item a:hover {
    color: #b67e5e;
  }
  .ucenter .list-group .list-group-item.active {
    background: none;
    border-color: rgba(0, 0, 0, 0.125);
  }
  .ucenter .list-group .list-group-item.active a {
    color: #749564;
    font-weight: 600;
  }
  .ucenter .btn-primary, .ucenter .btn-change, .ucenter .btn-info {
    background: #749564;
    color: #FFFFFF !important;
    border: none;
  }
  .ucenter .btn-primary a, .ucenter .btn-change a, .ucenter .btn-info a {
    color: #FFFFFF !important;
  }
  .ucenter .panel-body {
    font-size: 1rem;
  }
  .ucenter .panel-body a {
    color: #749564;
  }
  .ucenter .panel-body a:hover {
    color: #b67e5e;
  }
  .ucenter .panel-body .label-channel {
    background: #1e7e34;
    color: #FFFFFF;
    padding: 2px 5px;
  }
  .ucenter .panel-body .img-zoom {
    border-radius: 6px;
  }
  .ucenter .panel-body .newselect button {
    display: none;
  }
  .ucenter .panel-body .newselect .form-control {
    padding: 0;
    border: none;
    height: auto;
  }
  .ucenter .panel-body .plupload-preview img {
    width: 100%;
  }
  .ucenter .panel-body .plupload-preview li {
    display: inline-table;
    width: 50%;
    padding: 20px;
  }
  .ucenter .panel-body .alert {
    padding: 20px;
    background: #f2dede;
  }
  .ucenter .panel-body a.btn-danger {
    color: #FFFFFF !important;
  }
}

/*# sourceMappingURL=user2.css.map */
