.App {
  text-align: center;
}

.App-logo {
  animation: App-logo-spin infinite 20s linear;
  height: 80px;
}

.App-header {
  background-color: #222;
  height: 150px;
  padding: 20px;
  color: white;
}

.App-title {
  font-size: 1.5em;
}

.App-intro {
  font-size: large;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/*����ƫ��*/
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}

.full-win {
  height: 100%;
  overflow: hidden;
}
.full-win > #root,
.full-win > #root > div {
  height: 100%;
}
.header > .ant-menu > li .anticon {
  margin-right: 4px;
}
.header > .ant-menu > li {
  padding: 0 10px;
}
.pub-bread {
  padding: 10px;
  background-color: #ececec;
}
.ant-layout .main {
  flex: 1;
  overflow: hidden;
  height: 100%;
}
.main-layout {
  height: 100%;
  overflow: hidden;
}
.right-layout {
  height: 100%;
  overflow: auto;
}
.left-menu {
  float: left;
  height: 100%;
  width: 220px;
  background-color: #001529;
}
.right-layout .ant-layout-content {
  padding: 10px;
}
.ant-table-thead > tr > th,
.ant-table-tbody > tr > td {
  padding: 10px;
}
.pagination {
  font-size: 0;
  padding: 0;
  margin: 0;
}
.pagination > li {
  width: 32px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #ccc;
  text-align: center;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  cursor: pointer;
  margin-left: 4px;
}
.pagination > li:first-child {
  margin-left: 0;
}
.pagination-warper {
  margin-top: 10px;
}
.pagination > .pagination-disabled {
  color: #dfdfdf;
  border-color: #dfdfdf;
}
.pagination .pagination-active {
  background-color: #1890ff;
  border-color: #1890ff;
  color: #fff;
}
.search-center {
  background-color: #fafafa;
  padding: 10px;
  margin-bottom: 10px;
}
.search-center .ant-input {
  width: 180px;
  margin-right: 10px !important;
}
.search-center .ant-select {
  margin-right: 10px;
}
.search-center .search-right {
  text-align: right;
}
.search-center .ant-btn {
  padding: 0 8px;
}
.search-center .search-right .ant-btn {
  margin-left: 10px;
}
.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
  margin-left: 4px;
}
.editmod {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 4px rgba(200, 200, 200, 0.4);
}
.editmod .hd .tit {
  background-color: #f5f5f5;
  font-size: 14px;
  line-height: 40px;
  margin: 0;
  border-bottom: 1px solid #dcdcdc;
  padding-left: 16px;
  position: relative;
}
.edituser {
  /* display: flex;
  height: 100%; */
}
.left-edit {
}
.right-edit {
  /* flex: 1;
  margin-left: 10px;
  height: 100%;
  overflow: auto; */
}
.editmod .bd {
  padding: 10px;
}
.editmod .acth-list {
  overflow: hidden;
}
.acth-list > li {
  display: block;
  float: left;
  margin-right: 10px;
}
.acth-list > li > .ant-checkbox-wrapper {
  display: block;
}
.acth-list > li > .ant-checkbox-wrapper .ant-checkbox {
  display: none;
}
.acth-list > li > .ant-checkbox-wrapper .ant-checkbox + span {
  display: block;
  background-color: #ececec;
  color: #999;
  padding: 0 4px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 3px;
  transition: all 300ms linear 0ms;
}
.acth-list > li > .ant-checkbox-wrapper .ant-checkbox-checked + span {
  background-color: #3697cd;
  color: #fff;
}
.acth-list > .cur {
  background-color: #3697cd;
  color: #fff;
}
.role-editmod {
  margin: 0 30px;
}
.role-editmod .bd {
  height: 300px;
  overflow: auto;
}

.submit-center {
  padding: 10px;
  text-align: center;
}
.submit-center .ant-btn {
  margin-right: 20px;
}
.submit-center .ant-btn:last-child {
  margin-right: 0;
}

/*�������Ű�*/
.modal-col {
  display: flex;
}
.modal-row {
  margin-bottom: 10px;
}
.ant-modal-body .modal-row:last-child,
.addoperate .modal-row:last-child {
  margin-bottom: 0;
}
.modal-col > .lab-text {
  width: 90px;
  padding-left: 6px;
  padding-right: 6px;
  line-height: 32px;
  text-align: right;
}
.modal-col > .lab-text .red {
  color: #f00;
  font-weight: bold;
  margin-right: 3px;
}
.modal-col > .lab-contr {
  flex: 1;
}
.modal-col .ant-select {
  width: 100%;
}
.pub-textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  resize: none;
  height: 70px;
  padding: 4px 11px;
  transition: all 300ms linear 0ms;
}
.pub-textarea:focus {
  outline: 0 none;
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.modal-col120 > .lab-text {
  width: 120px;
}

.pagina {
  text-align: right;
  margin-top: 20px;
}
.ant-pagination > li:last-child > div {
  margin-right: 0;
}
.m-table-cont {
  background-color: #fff;
}

.ant-modal-content .ant-input-number {
  width: 100%;
}
.ant-modal-content .ant-form-item-children {
  display: block;
  width: 100%;
}
.ant-modal-content .ant-input-number-input-wrap {
  width: 100%;
}
.pub-a {
  display: inline-block;
}
.pub-a .anticon {
  margin-right: 2px;
}
.main-container {
  display: flex;
}
.main-container > .left-main {
  width: 220px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  max-height: 700px;
  overflow-y: auto;
  overflow-x: hidden;
}
.main-container > .right-main {
  flex: 1;
  margin-left: 10px;
}
.pub-modal .ant-form-item {
  margin-bottom: 16px;
}
.pub-modal .ant-form-item-label,
.pub-modal .ant-form-item-control {
  line-height: 32px;
}
.pub-modal textarea {
  resize: none;
}
.col-cont {
  overflow: hidden;
}
.roletable .ant-table td {
  white-space: nowrap;
}
.roletable .ant-table-thead > tr > th {
  white-space: nowrap;
}
.roletable .ant-table .column-info > span {
  display: block;
  width: 500px;
  white-space: inherit;
}
.roletable .ant-table td.column-info {
  white-space: inherit;
}
.ant-table-tbody > tr > td.column-a {
  cursor: pointer;
  color: #096dd9;
}
.useredit-layout.right-layout .ant-layout-content {
  height: 85%;
  overflow: hidden;
}
.but-a {
  text-align: center;
}
.but-a .ant-btn {
  margin: 0 20px;
}
.ant-tree li .ant-tree-node-content-wrapper {
  overflow: hidden;
  width: 85%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.editmod .tit .red {
  color: #f00;
  margin-left: 20px;
  font-weight: bold;
}
.comfixed .ant-spin {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
.comfixed .ant-spin .ant-spin-dot {
  top: 50%;
}
.span-line {
  white-space: nowrap; /*强制span不换行*/
  display: inline-block; /*将span当做块级元素对待*/
  overflow: hidden; /*超出宽度部分隐藏*/
  text-overflow: ellipsis;
}

/*自定义滚动条*/
::-webkit-scrollbar {
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  width: 8px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

/*资源管理编辑的时候只读*/
.ant-modal.readOnly .justread {
  position: relative;
  overflow: hidden;
}
.ant-modal.readOnly .justread:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.search-center .ant-calendar-picker-input {
  width: 100%;
}
.search-center .ant-calendar-picker {
  width: 180px;
  margin-right: 10px;
}
.login-main {
  /* background: url(login.jpg) no-repeat 0 0;
  background-size: cover; */
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.login-main.new-login-main{
  position: relative;
  background: url(bg.png) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
}
.new-login-main-logo{
  position: absolute;
  left: 76px;
  top: 56px;
  width: 95px;
  height: 23px;
  /* left: 135px;
  top: 99px;
  width: 169px;
  height: 41px; */
  background: url(logo1.png) no-repeat center center;
  background-size: 100% 100%;
  transform: scale(1.2);
}

.new-login {
  background: url(bg_yuan.png) no-repeat 0 0;
  background-size: cover;
  min-height: 100vh;
}
.new-login .login-logo .text {
  position: relative;
  padding-left: 20px;
}
.new-login .login-logo .text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  bottom: -3px;
  border-left: 2px solid #888b92;
}
.new-login .login-det {
  margin-top: 100px;
}
.new-login .ant-btn {
  background: #e57449;
  border-color: #e57449;
}
.new-login .ant-btn:hover {
  background: #f75217;
  border-color: #f75217;
}
.login-det-cont {
  flex: 1;
  padding: 30px;
}
.login-det-cont.new-login-det-cont{
  padding: 0;
  flex: none;
  /* margin-right: 81px; */
  margin-right: 144px;
}
.login-main .login-cont {
  width: 980px;
  margin: 0 auto 0;
  box-shadow: 0 0 10px #ddd;
}
.login-det-cont.new-login-det-cont .login-cont{
  width: 332px;
  min-height: 334px;
  background: linear-gradient(34deg, #EDF9FF, #FFFFFF, #FFF5FE);
  border-radius: 25px;
  border: 2px solid #FFFFFF;
  opacity: 0.83;
  /* width: 589px;
  height: 593px;
  background: linear-gradient(34deg, #EDF9FF, #FFFFFF, #FFF5FE);
  border-radius: 44px;
  border: 3px solid #FFFFFF;
  opacity: 0.83; */
  margin:0;
  box-shadow:none;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  transform: scale(1.2);
}
.login-main .login-cont .tit {
  border-bottom: 2px solid #f5f5f5;
  padding-bottom: 30px;
  margin: 0 -30px;
}
.login-det-cont.new-login-det-cont .login-cont .tit {
  font-family: Alibaba PuHuiTi 3.0;
  font-weight: bold;
  font-size: 19px;
  color: #242424;
  line-height: 1;
  text-align: center;
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 33px;
}
.login-main .login-cont .ant-input-affix-wrapper .ant-input-prefix{
  border-right: 1px solid #e8e8e8;
  margin-right: 11px;
  padding-right: 11px;
}
.login-main .login-cont .ant-input-affix-wrapper .ant-input {
  height: 38px;
  border: 1px solid #E4E4E4 ;
  border-radius: 4px;
  font-size: 12px;
  padding-left: 54px;
}
.login-main .login-cont .ant-btn {
  /* height: 50px; */
  height: 38px;
  font-size: 12px;
  padding: 0;
}
.login-main .login-cont .ant-btn-primary {
  height: 37px;
  background: linear-gradient(91deg, #306EF5, #4EA7FF);
  box-shadow: 0px 1px 4px 0px rgba(84,140,255,0.47);
  border-radius: 4px;
  font-family: Alibaba PuHuiTi 3.0;
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 9px;
}
.new-login .login-cont {
  width: 1200px;
}
.login-cont .login-img {
  width: 50%;
}
.login-cont .login-img img {
  width: 100%;
  vertical-align: top;
}
.login-cont .login-det {
  flex: 1;
  padding: 30px;
}
.login-det-cont.new-login-det-cont .login-cont .login-det{
  padding: 43px 36px 45px 41px;
}
.login-agreement{
  margin-top: 12px;
  font-family: Alibaba PuHuiTi 3.0;
  font-weight: normal;
  font-size: 11px;
}
.login-agreement .ant-checkbox-wrapper{
  font-size: 11px;
  height: 11px;
  line-height: 11px;
  color: #306FF5;
  display: flex;
  align-items: center;
}
.login-agreement .ant-checkbox-wrapper span{
  line-height: 1;
}

.login-agreement .ant-checkbox-wrapper .ant-checkbox{
  font-size: 11px;
  top: 0;
  margin-right: 3px;
  border-color: #1890ff;
}
.login-agreement .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-input{
  width: 11px;
  height: 11px;
}
.login-agreement .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner{
  width: 11px;
  height: 11px;
  border-color: #1890ff;
} 
.login-agreement .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner::after{
  width: 4px;
  height: 7.1px;
} 
/* .login-agreement .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner:after{
  border-color: #fff;
}  */

.hide-calendar .ant-fullcalendar-header .ant-select-dropdown {
  width: 100%;
}
.login-copy {
  color: #fff;
  background-color: #2d2d2d;
  /* position: absolute;
  left: 0;
  right: 0;
  bottom: 0; */
  text-align: center;
  line-height: 20px;
  padding: 30px 0;
}
.login-copy p {
  margin-bottom: 0;
}
.login-copy .link {
  margin-bottom: 10px;
}
.login-copy a {
  color: #fff;
  margin-right: 10px;
}
.ant-menu-item:hover {
  background: #1890ff !important;
}
.login-main .ant-form-explain {
  position: absolute;
}
.ant-carousel .slick-slide {
  text-align: center;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}

.ant-layout-header .ant-carousel {
  width: 160px;
  display: inline-block;
  padding-top: 12px;
  font-size: 14px;
  color: #727272;
  vertical-align: middle;
}
.ant-layout-header .index__action___1N2nc {
  vertical-align: middle;
}
.ant-layout-sider {
  height: 100vh;
  overflow: auto;
  background: #fff !important;
}
.homecard .ant-col-xl-6 {
  width: 20%;
}

.order-det .item {
  display: flex;
  padding-bottom: 8px;
}
.order-det .item .tit {
  width: 70px;
  color: #a8a8a8;
}
.order-det .item .in-p {
  color: #414141;
}
.order-det .item .in-p .red {
  color: #f00;
  font-weight: bold;
}
.order-det .item .in-p .green {
  color: #008000;
  font-weight: bold;
}
.order-list {
  max-height: 400px;
  overflow: auto;
}
.order-list .ant-list-item {
  display: flex;
  align-items: inherit;
  border-bottom: 1px dashed #e1e1e1;
  padding: 10px 0;
}
.order-list .ant-list-item .ant-list-item-meta-content {
  margin-left: 16px;
  flex: 1;
}
.order-list .ant-avatar-image {
  width: 50px;
  height: 50px;
}
.my-reply {
  margin-top: 20px;
}
.my-reply .ant-input {
  resize: none;
  height: 80px;
  width: 40%;
}
.my-reply .but {
  margin-top: 10px;
}

.fix-upload .ant-upload-list {
  display: inline-block;
}
.ant-layout-footer {
  display: none;
}
.main-container {
  padding-bottom: 10px;
}
.quill .ql-container {
  min-height: 200px;
}

.for-layout .ant-modal-body {
  position: relative;
}
.for-layout .layout {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.balance .balance-item {
  display: inline-block;
  padding-right: 50px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.balance .balance-item .num {
  font-size: 24px;
  font-family: Arial;
  line-height: 50px;
  color: #333;
  display: block;
}
.balance .balance-item .num::first-letter {
  font-size: 20px;
}
.balance .balance-item:first-child .num {
  font-size: 32px;
}
.balance .balance-item:first-child .num::first-letter {
  font-size: 28px;
}
.balance .balance-item:after {
  content: '+';
  font-size: 30px;
  color: #333;
  position: absolute;
  bottom: 4px;
  right: 15px;
  line-height: 50px;
}
.balance .balance-item:first-child:after {
  content: '=';
}
.balance .balance-item:last-child:after {
  content: '';
}
.balance-tit {
  height: 50px;
  line-height: 50px;
  background-color: #f7fbff;
  padding: 0 20px;
  font-size: 18px;
  color: #000;
}
.balance-c {
  padding: 20px;
  display: flex;
  align-items: flex-end;
}
.balance-c .anticon-money-collect {
  font-size: 32px;
  color: #cdcdcd;
  width: 50px;
  height: 50px;
  line-height: 54px;
  border: 1px solid #cdcdcd;
  margin-right: 20px;
  border-radius: 50%;
}
.disby {
  padding: 4px 20px;
  border: 1px solid #91d5ff;
  margin-bottom: 22px;
  background: #e6f7ff;
  border-radius: 3px;
}
.ant-layout-sider-children .img-c {
  display: inline-block;
  width: 39px;
  height: 24px;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
}
.ant-layout-sider-children .img-c:after {
  content: '';
  position: absolute;
  left: 14px;
  top: 11px;
  width: 10px;
  height: 2px;
  background-color: #fff;
  -webkit-animation: start 1000ms infinite 500ms linear;
}
.ant-layout-sider-children .img-c img {
  vertical-align: top;
}
.login-main .login-logo .img-c {
  display: inline-block;
  width: 39px;
  height: 24px;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
}
.login-main .login-logo .img-c:after {
  display: none;
  content: '';
  position: absolute;
  left: 14px;
  top: 11px;
  width: 10px;
  height: 2px;
  background-color: #fff;
  -webkit-animation: start 1000ms infinite 500ms linear;
}
@-webkit-keyframes start {
  from {
    left: -10px;
  }
  to {
    left: 39px;
  }
}
.sample {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.sample .sample-c {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 600px;
  padding: 20px;
}
.sample .sample-c .samp {
  max-height: 600px;
  overflow: auto;
}
.sample .anticon-close-circle {
  position: absolute;
  right: -10px;
  top: -10px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}
.ant-form-item-control .red-tag {
  display: block;
  color: #f00;
  line-height: 20px;
}
@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ant-notification .justforone {
  display: none !important;
}
.ant-notification .justforone:last-child {
  display: block !important;
}
.red-notice {
  font-size: 16px;
  color: #f00;
  font-weight: bold;
  margin-bottom: 20px;
}
.off-pie .index__legend___q03ab,
.off-pie .legend___q03ab {
  width: 320px;
}
.ill-cont {
  background-color: #fff;
  padding: 20px 20px 40px;
}
.ill-table {
  width: 100%;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  text-align: center;
}
.ill-table .ill-tr th {
  height: 50px;
  font-size: 16px;
}
.ill-table th {
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  background: #f6f6f6;
  height: 38px;
  padding: 0 10px;
}
.ill-table td {
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  height: 28px;
  padding: 0 10px;
}
.ill-table .ill-td {
  background: #f6f6f6;
  font-weight: bold;
}
.notdpadding .ant-table-tbody > tr > td,
.notdpadding .ant-table-thead > tr > th {
  padding: 16px 4px;
}
.pub-search .ant-form-item-children,
.pub-search .ant-calendar-picker {
  display: block;
  width: 100% !important;
}
.fixed-table table {
  table-layout: fixed;
}
.span-line {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profitLayout .ant-row {
  margin: 0 -12px;
}
.profitLayout .ant-row > div {
  padding: 0 12px;
}
.view-info {
  padding: 0 20px;
}
.view-info .red {
  color: #f00;
  font-weight: bold;
  margin: 0 2px;
}
.fileimg {
  max-width: 80%;
}
.more-det {
  max-width: 40%;
  margin-top: -42px;
  color: #333;
  font-weight: bold;
}
.more-det .num {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 0 2px;
  color: #f00;
}
.white-table .ant-table-tbody > tr > td {
  background: #fff !important;
}
.white-table .ant-table-tbody > tr:hover td {
  background: #e6f7ff !important;
}
.off-pie .notext {
  display: block;
  text-align: center;
  padding: 50px 30px 30px;
  color: #999;
}
.notice-red .ant-form-explain {
  color: #f00;
}

/*2022-07-28 Ui修改*/
.ant-layout {
  background: #f2f5fa !important;
}
.ant-menu-dark {
  background: #fff !important;
  overflow-y: auto;
  height: calc(100vh - 64px);
  border-right: 1px solid #ddd !important;
}
.ant-menu-dark .ant-menu-item-selected > a,
.ant-menu-dark .ant-menu-item-selected > a:hover {
  color: #333 !important;
}
.ant-menu-dark {
  color: #333 !important;
}
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background: none !important;
  box-shadow: none !important;
}
.ant-menu-dark .ant-menu-item,
.ant-menu-dark .ant-menu-item-group-title,
.ant-menu-dark .ant-menu-item > a {
  color: #333 !important;
}
.ant-menu-dark .ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-active,
.ant-menu-dark .ant-menu-submenu-active,
.ant-menu-dark .ant-menu-submenu-open,
.ant-menu-dark .ant-menu-submenu-selected,
.ant-menu-dark .ant-menu-submenu-title:hover {
  color: #333 !important;
}
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  background: #333 !important;
}

.ant-table-thead > tr:first-child > th:first-child {
  border-radius: 0 !important;
}

.analysis-card {
  background: none !important;
}
.login-logo {
  background: #f8f8fa;
  border-bottom: 1px solid #e8e8ea;
}
.login-det .ant-input {
  /* height: 50px; */
  height: 38px;
  font-size: 12px;
}
/*不显示分页组件最后一条的按钮*/
.ant-pagination-jump-next + .ant-pagination-item {
  display: none;
}

.gutter-row-c {
  display: flex;
  margin-bottom: 12px;
}
.gutter-row-c .gutter-tit {
  font-weight: bold;
  width: 80px;
  text-align: right;
}
.gutter-row-c .gutter-box {
  flex: 1;
}

.back-config-list > li {
  border-bottom: 1px dashed #dcdcdc;
  padding: 10px;
  text-indent: 2em;
}

.justcontract td {
  padding: 0 !important;
}
.justcontract td .color {
  display: block;
  padding: 16px;
  line-height: 20px;
  min-height: 20px;
  box-sizing: content-box;
}

@media screen and (max-width: 1600px) {
  .login-main .login-cont {
    margin-top: 30px;
    width: 800px;
  }
}

@media screen and (max-width: 1420px) {
  .login-main .login-cont {
    margin-top: 30px;
    width: 800px;
  }
  .login-copy {
    padding: 10px 0;
  }
  .login-logo {
    padding: 10px 30px !important;
  }
}
