﻿body {
  /* padding: 0;
  overflow-x: hidden;
  background-image: url('../../../Images/Login/bg img.png');
  background-repeat: no-repeat;*/
  background-color: #fff;
  /*background-size: contain;
  background-attachment: fixed;*/
}
body .login-page .top-bg-img {
  display: none;
}
body .login-page .bottom-bg-img {
  display: none;
}
@media only screen and (min-width: 991px) {
  body .login-page .top-bg-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 229px;
    width: 560px;
  }
  body .login-page .bottom-bg-img {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 785px;
    height: 516px;
  }
}
body .img-responsive {
  width: 95%;
  height: 40px;
}
body .nav-custom {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 10px rgba(32, 32, 32, 0.16);
  border-radius: 0px 0px 0px 100px;
  height: 71px;
  top: 0px;
  position: absolute;
  z-index: 10;
  width: 91%;
  display: flex;
  padding: 0 50px;
  align-items: center;
  justify-content: space-between;
  right: 0;
}
body .nav-custom .nav-icon {
  flex-direction: row;
  display: flex;
  width: 33%;
}
body .brand-icons {
  margin: 10px 13px 9px 12px;
  width: 33px;
  height: 33px;
  background: #6777EF 0% 0% no-repeat padding-box;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .brand-icons a {
  color: #fff;
}
body .brand-icons a i {
  margin: 0;
}
body .login-box {
  /*margin-top: 130px;*/
}
body .login-box .card {
  z-index: 9;
}
body .login-box .card .captcha_img {
  width: 95%;
  border-radius: 6px;
  height: 40px;
}
body .mobile-display {
  display: none;
}
@media only screen and (max-width: 991px) {
  body .nav-custom {
    display: none;
  }
  body .mobile-display {
    display: flex;
    justify-content: center;
    padding: 24px 0;
  }
  body .login-box {
    margin-top: 0;
  }
}
body .toUppercase {
  text-transform: uppercase;
}
body marquee {
  color: #fc544b;
  z-index: 1;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  position: absolute;
  top: -1.7rem;
  left: 0;
}

@media only screen and (max-width: 768px) {
  body {
    background-image: none;
  }
}
.field-validation-error {
  color: red;
  bottom: -18px;
  position: relative;
  font-size: 12px;
}

#captchaDiv .field-validation-error {
  bottom: -38px;
}

.theme-white .top-bg-img img, .theme-white .bg-svg {
  filter: invert(41%) sepia(41%) saturate(2749%) hue-rotate(217deg) brightness(102%) contrast(87%);
}

.theme-cyan .top-bg-img img, .theme-cyan .bg-svg {
  filter: invert(68%) sepia(86%) saturate(339%) hue-rotate(117deg) brightness(89%) contrast(84%);
}

.theme-black .top-bg-img img, .theme-black .bg-svg {
  filter: invert(21%) sepia(7%) saturate(1587%) hue-rotate(179deg) brightness(93%) contrast(87%);
}

.theme-purple .top-bg-img img, .theme-purple .bg-svg {
  filter: invert(40%) sepia(33%) saturate(994%) hue-rotate(195deg) brightness(92%) contrast(91%);
}

.theme-orange .top-bg-img img, .theme-orange .bg-svg {
  filter: invert(79%) sepia(31%) saturate(5011%) hue-rotate(344deg) brightness(100%) contrast(104%);
}

.theme-green .top-bg-img img, .theme-green .bg-svg {
  filter: invert(74%) sepia(11%) saturate(2490%) hue-rotate(92deg) brightness(82%) contrast(102%);
}

.theme-red .top-bg-img img, .theme-red .bg-svg {
  filter: invert(40%) sepia(87%) saturate(745%) hue-rotate(318deg) brightness(95%) contrast(93%);
}

.theme-light-blue .top-bg-img img, .theme-light-blue .bg-svg {
  filter: invert(84%) sepia(15%) saturate(727%) hue-rotate(179deg) brightness(102%) contrast(102%);
}

.theme-white .brand-icons {
  background: #6777EF 0% 0% no-repeat padding-box;
}

.theme-cyan .brand-icons {
  background: #3dc7be 0% 0% no-repeat padding-box;
}

.theme-black .brand-icons {
  background: #343a40 0% 0% no-repeat padding-box;
}

.theme-purple .brand-icons {
  background: #6777ef 0% 0% no-repeat padding-box;
}

.theme-orange .brand-icons {
  background: #ffa117 0% 0% no-repeat padding-box;
}

.theme-green .brand-icons {
  background: #4caf4f 0% 0% no-repeat padding-box;
}

.theme-red .brand-icons {
  background: #ea5455 0% 0% no-repeat padding-box;
}

.theme-light-blue .brand-icons {
  background: #C2E7FF 0% 0% no-repeat padding-box;
}

body .brand-icons a:hover {
  color: #fff !important;
}

body.theme-light-blue .brand-icons a {
  color: #001d35 !important;
}

.bottom-bg-img img.img-fluid {
  position: relative;
}

.bottom-bg-img img.img-fluid {
  right: 0;
  bottom: 0;
  position: absolute;
}

body:not(.sidebar-mini).theme-white .sidebar-style-2 .sidebar-menu > li.active > a {
  color: #6777EF;
}

.light-sidebar.theme-white .main-sidebar .sidebar-menu li.active a {
  background-color: rgba(103, 119, 239, 0.11);
}

body:not(.sidebar-mini).theme-cyan .sidebar-style-2 .sidebar-menu > li.active > a {
  color: #3dc7be;
}

.light-sidebar.theme-cyan .main-sidebar .sidebar-menu li.active a {
  background-color: rgba(61, 199, 190, 0.11);
}

body:not(.sidebar-mini).theme-black .sidebar-style-2 .sidebar-menu > li.active > a {
  color: #343a40;
}

.light-sidebar.theme-black .main-sidebar .sidebar-menu li.active a {
  background-color: rgba(52, 58, 64, 0.11);
}

body:not(.sidebar-mini).theme-purple .sidebar-style-2 .sidebar-menu > li.active > a {
  color: #6777EF;
}

.light-sidebar.theme-purple .main-sidebar .sidebar-menu li.active a {
  background-color: rgba(103, 119, 239, 0.11);
}

body:not(.sidebar-mini).theme-orange .sidebar-style-2 .sidebar-menu > li.active > a {
  color: #ffa117;
}

.light-sidebar.theme-orange .main-sidebar .sidebar-menu li.active a {
  background-color: rgba(255, 161, 23, 0.11);
}

body:not(.sidebar-mini).theme-green .sidebar-style-2 .sidebar-menu > li.active > a {
  color: #4caf4f;
}

.light-sidebar.theme-green .main-sidebar .sidebar-menu li.active a {
  background-color: rgba(76, 175, 79, 0.11);
}

body:not(.sidebar-mini).theme-red .sidebar-style-2 .sidebar-menu > li.active > a {
  color: #ea5455;
}

.light-sidebar.theme-red .main-sidebar .sidebar-menu li.active a {
  background-color: rgba(234, 84, 85, 0.11);
}

.theme-light-blue .btn-primary {
  box-shadow: 0 2px 6px rgba(194, 231, 255, 0.5215686275);
  background-color: #C2E7FF;
  border-color: #C2E7FF;
  color: #001d35;
}

.theme-light-blue .btn-primary:hover {
  background-color: #e2f1fb !important;
  border-color: #e2f1fb !important;
}

.theme-light-blue .card.card-primary {
  border-top: 2px solid #C2E7FF;
}

.theme-light-blue a {
  color: #C2E7FF;
}

.blue-icon {
  color: #6777ef;
}

.privacy-policy {
  list-style-type: disclosure-closed;
}

#togglePassword {
  position: absolute;
  right: 13px;
  top: 31px;
  cursor: pointer;
}

.togglepassicon {
  position: absolute;
  right: 13px;
  top: 31px;
  cursor: pointer;
}

.cursor {
  cursor: pointer;
}

@media only screen and (max-width: 1130px) {
  body .img-responsive {
    width: 86%;
    height: 40px;
  }
}
.dark.theme-black.dark-sidebar .login-card .control-label[for=password] {
  color: #96a2b4 !important;
}

.login-window {
  height: 100vh !important;
}
.login-window .logo-section {
  height: 100vh !important;
}
.login-window .logo-section .inst-details {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
}
.login-window .logo-section .inst-details .org-inst-logo {
  width: 200px;
  height: 100px;
}
.login-window .logo-section .inst-details .org-inst-logo img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .login-window {
    height: unset !important;
  }
  .login-window .logo-section {
    height: unset !important;
    padding: 0 12px;
  }
  .login-window .logo-section .login-bg-image {
    display: none !important;
  }
  .login-window .logo-section .inst-details {
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
    width: 100%;
  }
  .login-window .login-card {
    padding: 0 12px;
  }
}
.login-window.theme-white button {
  background-color: #6777ef !important;
  color: #fff !important;
  box-shadow: 0 2px 6px #acb5f6 !important;
}
.login-window.theme-white button:hover {
  background-color: #4f5ece !important;
  color: #fff !important;
}
.login-window.theme-white a {
  color: #6777ef !important;
}
.login-window.theme-white .card.card-primary {
  border-top: 2px solid #6777ef !important;
}
.login-window.theme-cyan button {
  background-color: #3dc9b3 !important;
  color: #fff !important;
  box-shadow: 0 2px 6px rgba(61, 201, 179, 0.5294117647) !important;
}
.login-window.theme-cyan button:hover {
  background-color: #2bad98 !important;
  color: #fff !important;
}
.login-window.theme-cyan a {
  color: #3dc9b3 !important;
}
.login-window.theme-cyan .card.card-primary {
  border-top: 2px solid #3dc9b3 !important;
}
.login-window.theme-black button {
  background-color: #353c48 !important;
  color: #fff !important;
  box-shadow: 0 2px 6px rgba(53, 60, 72, 0.5294117647) !important;
}
.login-window.theme-black button:hover {
  background-color: #252c36 !important;
  color: #fff !important;
}
.login-window.theme-black a {
  color: #353c48 !important;
}
.login-window.theme-black .card.card-primary {
  border-top: 2px solid #353c48 !important;
}
.login-window.theme-purple button {
  background-color: #5864bd !important;
  color: #fff !important;
  box-shadow: 0 2px 6px rgba(88, 100, 189, 0.5294117647) !important;
}
.login-window.theme-purple button:hover {
  background-color: #4a549f !important;
  color: #fff !important;
}
.login-window.theme-purple a {
  color: #5864bd !important;
}
.login-window.theme-purple .card.card-primary {
  border-top: 2px solid #5864bd !important;
}
.login-window.theme-orange button {
  background-color: #ffa117 !important;
  color: #fff !important;
  box-shadow: 0 2px 6px rgba(255, 161, 23, 0.5294117647) !important;
}
.login-window.theme-orange button:hover {
  background-color: #bb740d !important;
  color: #fff !important;
}
.login-window.theme-orange a {
  color: #ffa117 !important;
}
.login-window.theme-orange .card.card-primary {
  border-top: 2px solid #ffa117 !important;
}
.login-window.theme-green button {
  background-color: #28c76f !important;
  color: #fff !important;
  box-shadow: 0 2px 6px rgba(40, 199, 111, 0.5294117647) !important;
}
.login-window.theme-green button:hover {
  background-color: #187441 !important;
  color: #fff !important;
}
.login-window.theme-green a {
  color: #28c76f !important;
}
.login-window.theme-green .card.card-primary {
  border-top: 2px solid #28c76f !important;
}
.login-window.theme-red button {
  background-color: #ea5455 !important;
  color: #fff !important;
  box-shadow: 0 2px 6px rgba(234, 84, 85, 0.5294117647) !important;
}
.login-window.theme-red button:hover {
  background-color: #b3393a !important;
  color: #fff !important;
}
.login-window.theme-red a {
  color: #ea5455 !important;
}
.login-window.theme-red .card.card-primary {
  border-top: 2px solid #ea5455 !important;
}
.login-window.theme-dark-green button {
  background-color: #006934 !important;
  color: #fff !important;
  box-shadow: 0 2px 6px rgba(0, 105, 52, 0.5294117647) !important;
}
.login-window.theme-dark-green button:hover {
  background-color: #013e1f !important;
  color: #fff !important;
}
.login-window.theme-dark-green a {
  color: #006934 !important;
}
.login-window.theme-dark-green .card.card-primary {
  border-top: 2px solid #006934 !important;
}
.login-window.theme-international-red button {
  background-color: #8c0001 !important;
  color: #fff !important;
  box-shadow: 0 2px 6px rgba(140, 0, 1, 0.5294117647) !important;
}
.login-window.theme-international-red button:hover {
  background-color: #5c0203 !important;
  color: #fff !important;
}
.login-window.theme-international-red a {
  color: #8c0001 !important;
}
.login-window.theme-international-red .card.card-primary {
  border-top: 2px solid #8c0001 !important;
}
.login-window.theme-gold button {
  background-color: #b38b11 !important;
  color: #fff !important;
  box-shadow: 0 2px 6px rgba(179, 139, 17, 0.5294117647) !important;
}
.login-window.theme-gold button:hover {
  background-color: #93720d !important;
  color: #fff !important;
}
.login-window.theme-gold a {
  color: #b38b11 !important;
}
.login-window.theme-gold .card.card-primary {
  border-top: 2px solid #b38b11 !important;
}
.login-window.theme-harvard-red button {
  background-color: #a62d38 !important;
  color: #fff !important;
  box-shadow: 0 2px 6px rgba(166, 45, 56, 0.5294117647) !important;
}
.login-window.theme-harvard-red button:hover {
  background-color: #6c131b !important;
  color: #fff !important;
}
.login-window.theme-harvard-red a {
  color: #a62d38 !important;
}
.login-window.theme-harvard-red .card.card-primary {
  border-top: 2px solid #a62d38 !important;
}
