* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}

ul,
li,
ol {
  list-style: none;
}

a,
a:hover {
  text-decoration: none;
}

:root {
  --sec-bg: rgba(243, 242, 248, 1);
  --img-overcolor: rgba(18, 21, 40, 0.83);
  --black: #000000;
  --white: #ffffff;
  --primary-ora: rgba(255, 137, 3, 1);
  --secondary-dark: rgba(18, 21, 40, 1);
  --defoult-link: rgb(43, 43, 195);
}

body {
  background-color: var(--sec-bg);
}

/* ----login-page ------ */
.login-form input {
  padding: 5px 8px;
  border-radius: 6px;
  outline: none;
  border: 1px solid var(--black);
  font-size: 16px;
}

.login-box {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.login-form .login-signin {
  background-color: var(--primary-ora);
  padding: 5px 8px;
  border-radius: 6px;
  display: block;
  width: 100%;
  text-align: center;
  outline: none;
  border: none;
  font-size: 16px;
  color: var(--white);
  font-weight: 400;
  transition: all ease-in-out .5s;
}

.login-form .login-forgotpassword {
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
  transition: all ease-in-out .5s;
}

.login-form .login-forgotpassword:hover {
  color: var(--primary-ora);
}

.text-link-hov {
  transition: all ease-in-out .5s;
  text-decoration: underline;
  color: var(--defoult-link);
  margin-left: 8px;
}

.text-link-hov:hover {
  color: var(--primary-ora);
}

.eye-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 20px;
  font-size-adjust: none;
}

.login-signin:hover {
  background-color: var(--secondary-dark);
}

.login-imgcor img {
  height: 50vh;
  object-fit: cover;
}













/* .login-imgcor::after {
  content: "";
  position: absolute;
 bottom: 0;
 top: 0;
 left: 0;
 right: 0;
  clip-path: path("M541.83 459.411C410.671 447.477 125.96 389.98 0 362.724V-7.44751L1593 -8V364.934C1573.01 377.752 1214.12 433.259 1037.17 459.411C926.709 464.383 672.989 471.345 541.83 459.411Z");
  background-color: var(--img-overcolor);
  z-index: 1;
} */
@media (min-width: 576px) {

  .signleader>label,
  .signleader>input {
    width: 50% !important;
  }
}

@media (min-width: 768px) {
  .login-imgcor img {
    height: auto;
    object-fit: cover;
  }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

label.error {
  font-size: 13px;
  margin: -30px 0 0;
  font-weight: 600;
  color: var(--danger);
  position: absolute;
  top: 0px;
  padding: 0px 3px;
  background: #d95c5c;
  border-radius: 6px;
  color: #fff !important;
  width: auto;
  text-align: center;
  right: 0;
  z-index: 11;
  text-transform: none;
  padding-left: 11px;
  padding-right: 11px;

}


label.error::before {
  position: absolute;
  content: "";
  width: 0.6em;
  height: 0.6em;
  background-image: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transition: background 0.1s linear;
  margin-left: -0.3em;
  top: auto;
  background: #d95c5c;
  right: 11px;
  bottom: -4px;
  left: auto;
}


.dataTables_wrapper table.dataTable thead th,
.dataTables_wrapper table.dataTable thead td {
  border: -24px solid #d2d2d2 !important;
  font-weight: 700 !important;
  text-align: center !important;
  background-color: #d0d0d4 !important;
  color: #000000 !important;
}

.rmv {
  cursor: pointer;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #fff;
  background: rgb(217 92 92);
  /* margin: 13px -10px; */
  position: relative;
  top: -50px;
  left: -15px;
  height: 22px;
  width: 22px;
  line-height: 20px;
  text-align: center;
  padding: 0;
}