/**********  CSS **********/
img.moblogo {
  width: 40px;
}

.logoimg {
  width: 160px;
  padding: 5px 0 15px;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

.sidebar-toggler {
  display: none !important;
}

@media screen and (max-width: 990px) {
  .sidebar-toggler {
    display: block !important;
    display: flex !important;
  }

  .sidebar {
    top: -15px;
  }
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  transition: 0.5s;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50px;
}

/*** Layout ***/
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 250px;
  height: 100vh;
  overflow-y: auto;
  background-color: #15171f !important;
  transition: 0.5s;
  z-index: 999;
}

.navbar {
  background-color: #15171f !important;
}

.content {
  margin-left: 250px;
  /* min-height: 100vh; */
  background: var(--dark);
  transition: 0.5s;
}

@media (min-width: 992px) {
  .sidebar {
    margin-left: 0;
  }

  .sidebar.open {
    margin-left: -250px;
  }

  .content {
    width: calc(100% - 250px);
  }

  .content.open {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .sidebar {
    margin-left: -250px;
  }

  .sidebar.open {
    margin-left: 0;
  }

  .content {
    width: 100%;
    margin-left: 0;
  }
}

/*** Navbar ***/
.sidebar .navbar .navbar-nav .nav-link {
  padding: 7px 20px;
  color: #fff;
  font-weight: 500;
  border-left: 3px solid var(--secondary);
  border-radius: 0 30px 30px 0;
  outline: none;
}

.sidebar .navbar .navbar-nav .nav-link:hover,
.sidebar .navbar .navbar-nav .nav-link.active {
  color: #e7b300;
  background: var(--dark);
  border-color: #e7b300;
}

.sidebar .navbar .navbar-nav .nav-link i {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--dark);
  border-radius: 40px;
}

.sidebar .navbar .navbar-nav .nav-link:hover i,
.sidebar .navbar .navbar-nav .nav-link.active i {
  background: var(--secondary);
}

.sidebar .navbar .dropdown-toggle::after {
  position: absolute;
  top: 8px;
  right: 15px;
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: 0.5s;
}

.sidebar .navbar .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(-180deg);
}

.sidebar .navbar .dropdown-item {
  padding-left: 25px;
  border-radius: 0 30px 30px 0;
  color: var(--light);
}

.sidebar .navbar .dropdown-item:hover,
.sidebar .navbar .dropdown-item.active {
  background: var(--dark);
}

.content .navbar .navbar-nav .nav-link {
  /* margin-left: 25px; */
  padding: 12px 0;
  color: var(--light);
  outline: none;
}

.content .navbar .navbar-nav .nav-link:hover,
.content .navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

.content .navbar .sidebar-toggler,
.content .navbar .navbar-nav .nav-link i {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--dark);
  border-radius: 40px;
}
.dropdown-menu.show1 {
  display: block !important;
}
.content .navbar .dropdown-item {
  color: var(--light);
}

.content .navbar .dropdown-item:hover,
.content .navbar .dropdown-item.active {
  background: var(--dark);
}

/*** Date Picker ***/
.bootstrap-datetimepicker-widget.bottom {
  top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
  border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
  font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 10px;
  border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: var(--primary);
}

/*** Testimonial ***/
.progress .progress-bar {
  width: 0px;
  transition: 2s;
}

/*** Testimonial ***/
.testimonial-carousel .owl-dots {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border: 5px solid var(--primary);
  border-radius: 15px;
  transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
  background: var(--dark);
  border-color: var(--primary);
}

.profile-icon img {
  width: 40px;
  height: 40px;
  margin: 0px 10px 0px 0px;
  background: #1d202a;
  padding: 8px;
  border-radius: 50%;
}

.Connect-bttn {
  background-color: #002aff;
  color: #ffff;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

/* Fotter  */

.footer-main {
  background: #15171f;
  padding: 40px 0px;
  /* top: 100%; */
}

.footer-cta .headings {
  max-width: 600px;
  margin: 0px auto;
}

.footer-cta {
  background: url(../images/cta.png) no-repeat;
  background-position: top;
  background-size: cover;
  color: #fff;
  padding: 100px 0px;
}

.footer-cta .btn {
  background: #000 !important;
}

.footer-cta .headings h2 {
  font-size: 55px;
}

.footer-cta .headings h5 {
  font-size: 22px;
  margin-top: 10px;
  font-weight: 600;
}

.footer-title {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  margin-bottom: 40px;
}

.footer-logo p {
  color: #fff;
  margin: 0;
  margin-top: 15px;
  font-size: 14px;
  text-align: justify;
}

.social-logo a {
  background: #e7b300;
  border-radius: 15px;
  width: 40px;
  height: 40px;
  color: #fff;
  display: inline-flex;
  margin-right: 5px;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.footer-links {
  padding: 0;
  list-style: none;
}

.footer-links li a {
  color: #808080;
  padding: 7px 0px;
  display: block;
  font-weight: 600;
}

.footer-links li a:hover {
  color: #fff;
}

.footer-services {
  width: 20%;
}

.office-info-box {
  width: 30%;
  padding-left: 60px;
}

.office-info {
  list-style: none;
  padding-left: 0;
}

.office-info li {
  margin-bottom: 15px;
}

.office-info li,
.office-info li a {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 600;
  opacity: 0.6;
}

.office-info li span {
  color: #e7b300;
  font-size: 24px;
  display: block;
  width: 45px;
  display: flex;
  min-width: 45px;
  align-items: center;
}

.office-info li p {
  margin-bottom: 0;
  width: 100%;
}

.copyrights {
  padding: 15px 0px;
  background: #000;
}

.copyrights span {
  color: #808080;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
}

.copyrights a {
  color: #fff;
  display: inline-block;
  margin-left: 30px;
  font-weight: 600;
}

.copyrights a:hover {
  text-decoration: underline;
}

.office-info-box {
  width: 20%;
  padding-left: 0px;
}

.foter-input {
  display: flex;
  align-items: center;
}

.foter-input input {
  padding: 7px;
  border: none;
}

.foter-input input:focus {
  outline: none;
}

.foter-input i {
  background-color: #fff;
  color: #e7b300;
  padding: 8px 13px;
}

.foter-box {
  background: linear-gradient(97.06deg, #e7b300 44.49%, #f9a000 76.92%);
  border-radius: 20px;
  padding: 48px 46px;
}

.foter-box-p1 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #0a2540;
}

.fotter-box-head {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 65px;
  display: flex;
  align-items: flex-end;
  letter-spacing: -0.03em;
  color: #0a2540;
}

.foter-box-p2 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.03em;
  color: #0a2540;
}

.fotter-box-bttn {
  background: url(/image/Group\ 12.png);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fotter-box-bttn a {
  color: #fff;
  background-color: #002aff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 6px;
}

.fotter-section {
  padding: 20px 35px;
}

.input-icons .icon {
  position: absolute;
  right: 0;
  top: 0;
}

.input-icons {
  width: 100%;
  margin-bottom: 10px;
}

.icon {
  padding: 10px;
  min-width: 40px;
  float: left;
  color: #e7b300;
}

.input-icons {
  position: relative;
}

.input-field {
  width: 100%;
  padding: 8px 17px 8px 18px;
  margin-bottom: 3px;
  border: none;
  background: #0f1015;
  border-radius: 8px;
  display: flex;
  color: #fff;
  font-size: 14px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 106px;
}

.input-field:focus {
  outline: #e7b300;
}

.input-field::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  display: flex;
  align-items: flex-end;
  color: #616471;
}

.main-copy-text {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: solid 1px #262935;
}

.copyrights {
  padding: 15px 0px;
  background: #15171f;
}

/* cart css  */

@keyframes chartjs-render-animation {
  from {
    opacity: 0.99;
  }

  to {
    opacity: 1;
  }
}

.chartjs-render-monitor {
  animation: chartjs-render-animation 1ms;
}

.chartjs-size-monitor,
.chartjs-size-monitor-expand,
.chartjs-size-monitor-shrink {
  position: absolute;
  direction: ltr;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  z-index: -1;
}

.chartjs-size-monitor-expand>div {
  position: absolute;
  width: 1000000px;
  height: 1000000px;
  left: 0;
  top: 0;
}

.chartjs-size-monitor-shrink>div {
  position: absolute;
  width: 200%;
  height: 200%;
  left: 0;
  top: 0;
}

.chart-main {
  background-color: #1d202a;
  box-shadow: 0px 2px 6px rgba(13, 10, 44, 0.08);
  border-radius: 20px;
}

.chart-text {
  padding: 15px 30px;
}

.chart-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0px;
}

.chart-text h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
}

/* bttn cart  */

.tabs {
  display: flex;
  position: relative;
  background-color: #363943;
  box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.15),
    0 6px 12px 0 rgba(24, 94, 224, 0.15);
  padding: 8px;
  border-radius: 14.7687px;
  display: flex;
  align-items: center;
}

.tabs a {
  color: #9291a5;
}

.tab-bttn {
  color: #fff !important;
  background-color: #e7b300;
  justify-content: flex-end;
  align-items: center;
  padding: 4px 15px 4px;
  gap: 10px;
  border-radius: 13px;
}

.chart-head {
  display: flex;
  align-items: center;
  justify-content: center;
}

.chartjs-render-monitor {
  width: 800px;
  /* height:427px; */
  display: block;
  padding-right: 75px;
}

.Main-chart-sec {
  padding: 70px 35px 150px;
}

/* chart box  */

/* structure */
.d-display {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #1d202a;
  padding: 20px 30px;
  box-shadow: 0px 2px 6px rgba(13, 10, 44, 0.08);
  border-radius: 20px;
}

details[open],
details summary,
.d-imgs {
  display: block;
  width: 100% !important;
}

details summary {
  display: flex;
  justify-content: space-between;
  align-items: center !important;
  gap: 1rem;
  padding: 3px 15px;
  width: 100%;
  cursor: pointer;
  font-weight: 400;
  font-size: 20px;
}

details summary:after {
  content: "›";
  font-size: 2rem;
  transition: 0.3s;
  transform: rotate(0deg);
  color: #fff !important;
}

/* transitions */
details {
  margin-bottom: 12px;
  height: 60px;
  transition: height 0.3s ease;
}

details[open] {
  height: 10rem;
}

details p {
  height: fit-content;
  padding: 1rem;
}

details[open] summary:after {
  transform: rotate(-90deg);
}

.d-display h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}

.tab-control {
  background-color: #363943;
  border-radius: 14.7687px;
  display: flex;
  align-items: center;
}

.chart-box-icon {
  width: 40px;
  height: 40px;
}

.icon-titel {
  display: flex;
  align-items: center;
}

.d-details {
  width: 100%;
}

/* .................  index2 page css................   */
.progress-head-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px 0px 30px;
}

.chart-second-head {
  padding: 20px 30px 0px 30px;
}

.chart-second-head a {
  color: #fff;
  background: #002aff;
  border-radius: 8px;
  padding: 10px 20px;
  display: inline-block;
}

.chart-second-head h1 {
  font-size: 20px;

  font-weight: 400;
}

.balance-span {
  padding: 20px 0px 0px 20px;
}

.main-box-sec {
  background: #1d202a;
  box-shadow: 0px 2px 6px rgba(13, 10, 44, 0.08);
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.pie-chart {
  width: 100%;
  background-color: #1d202a;
  box-shadow: 0px 2px 6px rgb(13 10 44 / 8%);
  border-radius: 20px;
}

#oilChart {
  display: block;
  width: 447px !important;
  height: 308px !important;
  padding: 30px 30px;
  margin: auto !important;
}

/* Progress bar CSS */

.progress *:not([data-progress]) {
  margin: 5px 0;
  font-size: 14px;
}

.progress {
  width: 100%;
  padding: 20px 30px 35px 30px;
  /* padding: 15px; */
  box-sizing: border-box;
  display: block !important;
  height: 100%;
  background-color: #0000 !important;
}

.progress [data-progress] {
  height: 16px;
  /* box-shadow: 0 0 1px 1px rgba(204, 54, 54, 0.25) inset; */
  background-color: #2f323f;
  border-radius: 2px;
  margin: 5px 0 10px 0;
  overflow: hidden;
  border-radius: 8px;
}

[data-progress]::after {
  content: "";
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-image: linear-gradient(#e4b100, #e7b300 50%, #f0ba0f 50%);
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  font-size: 10px;
  color: white;
  padding: 0 3px;
  transition: 2s;
}

[data-progress].animate-progress::after {
  content: attr(data-progress) "%";
  width: var(--animate-progress);
}

/* End Progress bar CSS */
.progress-head h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 16px;
  color: #ffffff;
}

.progress-head {
  display: flex;
  justify-content: space-between;
}

.progress-head span {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 16px;
  text-align: right;
  color: #e7b300;
}

.Average-chart {
  padding: 50px 35px 0px;
}

/* .................. Admin page css ................  */

.scscc {
  justify-content: center;
  min-height: 230px;
  display: flex;
  border-radius: 20px;
  align-items: center;
  background: #15171f;
  box-shadow: 0px 2px 6px rgb(13 10 44 / 8%);
  border-radius: 20px;
}

.Admin-box-sec {
  text-align: center;
  justify-content: center;
  padding: 25px 25px 25px 25px;
  cursor: pointer;
}

.Admin-box-sec h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
}

.Admin-box-row {
  padding: 40px 35px 0px;
}

.chart-1 {
  width: 50%;
  background-color: #1d202a;
  box-shadow: 0px 2px 6px rgb(13 10 44 / 8%);
  border-radius: 20px;
}

.charts-sec {
  display: flex;
  gap: 20px;
}

/* ............. new css .............. */

.chart-main-sec {
  background-color: #1d202a;
  box-shadow: 0px 2px 6px rgb(13 10 44 / 8%);
  border-radius: 20px;
}

.recharts-cartesian-grid-horizontal line {
  stroke: #363943 !important;
}

.recharts-cartesian-grid-vertical line {
  stroke: #363943 !important;
}

.recharts-layer path:focus {
  outline: none !important;
}

.recharts-surface g {
  outline: none !important;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 10px !important;
  font-size: 1rem;
  color: #6c7293;
  text-align: left;
  background-color: #363943;
  border: 0;
  border-radius: 14px;
  /* border-radius: 0; */
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #000000;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button:focus {
  z-index: 3;
  border-color: #15171f;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(54 57 67);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(./img/dwn-icon.png) !important;
  width: 20px;
  height: 20px;
  background-size: cover;
  transform: rotate(-180deg);
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.accordion-item:last-of-type .accordion-button {
  border-bottom-left-radius: 14px !important;
  border-bottom-right-radius: 14px !important;
}

.accordion-item {
  background: none !important;
}

.accordion-main {
  gap: 10px;
  display: flex;
  justify-content: row;
  flex-direction: column;
}

p.numberWallet {
  font-size: 32px;
}
.chartR{
  width: 40%;
}
.chartL{
  width: 60%;
  padding: 30px 15px;
  position: relative;
}
.spBtn {
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  border: 1px solid #ffffff30;
  display: inline-block;
}
.spBtn:hover {
  color: #fff;
  background: #002aff;
  border-radius: 8px;
  padding: 10px 20px;
  border: 1px solid #ffffff00;
  display: inline-block;
}
.spBtnTable{
    color: #fff;
    background: #002aff;
    border-radius: 8px;
    padding: 10px 20px;
    display: inline-block;
}
.dFlexBtn{
  display: flex;
  gap: 5px;
  position: absolute;
  bottom: 20px;
}
.chart-second-body {
  padding: 0 30px 20px 30px;
}
.chart-second-head1 {
  display: flex;
  gap: 10px;
}
.headerTbl {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  font-weight: 700;
}
.colorBg1 {
  background: #0000005c;
}
.tableox{
  border-radius: 10px !important;
}
.formSb {
  display: flex;
  height: 100%;
  align-items: center;
  max-width: 425px;
  margin: auto;
}
.formSb input{
  width: 100%;
  border: 1px solid #ffffff59;
  background: transparent;
  padding: 10px 10px;
  color: #fff;
  border-radius: 8px;
  margin: 0 0 10px;
}
 .formSb select {
  width: 100%;
  border: 1px solid #ffffff59;
  background: #1d202a;
  padding: 10px 10px;
  color: #fff;
  border-radius: 8px;
  margin: 0 0 10px;
}
.formSb button {
  width: 100%;
  color: #fff;
  background: #002aff;
  padding: 10px 10px;
  color: #fff;
  border: 0;
  border-radius: 8px;
  margin: 0 0 10px;
}
a.dropdown-item:focus-visible, a.dropdown-item:focus {
  border: 0;
  outline: transparent;
  background: transparent;
}
.activeMenu{
  color:#e7b300 !important;
}

.rdt_TableHeader, .rdt_TableHead, .rdt_TableHeadRow, .rdt_TableCol, .rdt_TableRow, .rdt_Pagination{
  background-color: #1d202a !important;
  color: #fff !important;
}
.rdt_Pagination button {
  fill: #fff !important;
}
.rdt_TableHeader, .rdt_Pagination{
  border-radius: 22px;
}
.tableox {
  min-width: 700px;
}
.tableDIv {
  overflow: auto;
}
.barlines {
  display: flex;
  gap: 30px;
  margin: 0 12px 0px;
}
.textpp p {
  margin: 0 0 5px;
  font-size: 13px;
  color: #ffffff8f;
}

.buttonclass button {
  padding: 8px 15px;
  border: 0;
  background: rgb(0 0 1);
  color: #fff;
  border-radius: 5px;
  margin: 0 0 20px;
}
.listinner {
  display: flex;
  gap: 15px;
}

p.iconSymbol {
  background: #fff;
  padding: 1px 8px;
  border-radius: 50%;
  font-size: 15px;
  color: #ffc500;
}
.listinner p {
  color: #e7b300;
  font-size: 15px;
}
.profileImage img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  margin: 15px auto 15px;
}
.editprofile button {
  padding: 5px 12px;
  border: 0;
  background: rgb(0 42 255);
  color: #fff;
  border-radius: 5px;
  margin: 0 0 20px;
}
.editprofile{
  text-align: center;
}
.cardimg {
  text-align: center;
}
.cardimg img {
width: 100%;
max-width: 411px;

}
.tabbutton button {
  background-color: #1d202a;
  color: #ffff;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}
.tabbutton .active {
  background-color: #002aff;

}
.tabbutton {
  margin: 0 0 15px;
}
.innerDivpie h2 {
  font-size: 42px;
}
.innerDivpie {
  padding: 10px 20px;
}
.pieVal {
  display: flex;

}
.boxSd {
  padding: 18px 0;
}
.innerDivpie {
  width: 50%;
}

.plusminus {
  align-items: flex-start;
  display: flex;
  gap: 10px;
}
.plusminus button {
  background-color: #1d202a;
  color: #ffff;
  border-radius: 8px;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.bgcolorcd {
  background: #15171f;
  border-radius: 15px;
}
.FormBOx {
  background: #15171f;
  border-radius: 15px;
  padding: 25px 20px;
  max-width: 500px;
  margin: auto;
}
.headerpage {
  max-width: 500px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.FormBOx label {
  display: block;
  margin: 15px 0 0px;
}

.FormBOx input {
  display: block;
  color: #fff;
  width: 100%;
  padding: 7px 10px;
  border-radius: 10px;
  border: 1px solid #e7b30052;
  background-color: #0000004f;
}

.btnsubmit button {
  padding: 10px 40px;
  border: 0;
  background: rgb(0 42 255);
  color: #fff;
  border-radius: 5px;
  margin: 15px auto 20px;
  display: block;
}
.logoimg11 {
  width: 160px;
  padding: 5px 0 15px;
}