body {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.carousel[_ngcontent-c1] {
  position: fixed;
}

/* .eip-messagebox-popup .mat-dialog-container {
  width: 270px !important;
  overflow: visible;
  padding: 0px;
} */

/* //Responsive Slider CSS */

.rslides {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  list-style: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: -1;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: auto;
  border: 0;
  /* background-size: 100% 100%; */
  overflow: hidden;
  position: fixed;
}

.tabNavs ul li {
  width: 50%;
  text-align: center;
}

.tabNavs .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #0370c0;
  background: none;
  border-bottom: 2px solid #0370c0;
  border-radius: 0;
}

.tabNavs .nav-pills .nav-link {
  color: #8e8e8e;
  background: none;
  font-size: 22px;
  font-family: Roboto-Medium;
  border-bottom: 2px solid #a6a6a6;
  border-radius: 0;
  padding: 0;
  height: 40px;
}

.tabNavs {
  width: 100%;
  display: block;
  height: 40px;
}

.logo-title {
  text-align: center;
  font-family: Roboto-Bold;
}

.panel-login {
  padding: 0 15px;
}

.login-btn {
  margin-bottom: 30px;
}

.login-btn .btn-login {
  border-color: #1579ab;
  background-color: #1579ab !important;
  color: #fff;
  font: normal 20px Roboto-Medium;
  height: 50px;
  line-height: 0.428571;
  outline: none;
  padding: 14px 0;
}

.login-btn .btn:hover {
  background-color: #14436a;
  box-shadow: 5px 5px 15px 5px #aaaaaa;
  color: #ffffff;
}

.img-center {
  display: block;
  margin: auto;
}

.unlk-acnt, .unlk-acnt:hover, .unlk-acnt:focus, .frgt-pwd, .frgt-pwd:hover, .frgt-pwd:focus {
  color: #0370c0;
  font-family: Roboto-Medium;
  text-decoration: none !important;
}

.new-user, .new-user:focus, .new-user:hover {
  color: #0370c0;
  font-family: Roboto-Medium;
  text-decoration: none !important;
  padding-left: 0;
}

.user-links {
  margin-bottom: 30px;
  font-size: 14px;
}

.logo-header {
  margin-top: 42px;
}

.logo-footer {
  bottom: 0;
  position: fixed;
  margin-bottom: 2rem;
}

.label-control {
  font-weight: 500;
  color: #575757;
  font-size: 16px;
  margin-bottom: 10px;
  font-family: Roboto-Regular;
}

.btm-20 {
  margin-bottom: 20px;
}

.btm-30 {
  margin-bottom: 30px;
}

.label-control {
  font-weight: 500;
  color: #575757;
  font-size: 16px;
  margin-bottom: 10px;
  font-family: Roboto-Regular;
}

.login-footer {
  color: #ffffff;
  font-size: 14px;
  font-family: Roboto-Regular;
  text-align: center;
  /* max-width: 460px; */
}

.top-30 {
  margin-top: 30px;
}

.emp-logo {
  margin: 60px 30px 48px 30px;
}

.panel {
  border-color: none;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.88);
  border-radius: 15px;
  /* margin: 25% 0 4%; */
  min-width: 460px;
}

.panel-heading {
  margin-bottom: 16px;
}

.logo {
  padding: 29px 0px 0px;
}

.field-icon {
  cursor: pointer;
  /* margin-top: -35px; */
  /* margin-right: 15px; */
  font-size: 20px;
  float: right;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 10;
}

.panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] {
  border: 1px solid #959595;
  color: #000000;
  height: 49px;
  font-size: 16px;
  font-family: Roboto-Medium;
  padding-left: 20px;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
  height: 49px;
  background-color: #959595;
}

.fa-refresh {
  color: white;
}

.refresh-btn {
  margin-left: -2px;
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label, .input-group>.custom-select:focus, .input-group>.form-control:focus {
  box-shadow: none;
}

.user-pl-0 {
  padding-right: 0 !important;
}
.profiledropdown #profiledropdownbtn, 
.profiledropdown .profileicon.col-xs-3.d-none.d-md-block, 
.profiledropdown .profileinfo {
  max-width: 100% !important;
  width: auto !important;
  padding-right: 0px;
}
.profileinfo  .row.m-0.text-right{
  padding-right: 0px !important;
}

@media (max-width: 575px) {
  .panel-login {
    padding: 0;
  }
  .user-pl-0 {
    padding-left: 15px;
  }
  .panel {
    margin: 4% 0 4%;
    /* 	min-width: 460px;
    */
    width: 100%;
  }
  .panel {
    margin: 20px 0 0;
    max-width: 100%;
    width: 100%;
    min-width: auto;
  }
  .logo-footer {
    margin-bottom: 0;
    bottom: 10px;
    width: 35px;
    left: 10px;
  }
  .logo-title {
    font-size: 20px;
  }
  .tabNavs {
    height: 30px;
  }
  .tabNavs .nav-pills .nav-link {
    font-size: 14px;
    height: 30px;
  }
  .top-30 {
    margin-top: 10px;
  }
  .tab-content .panel-body .label-control {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] {
    height: 38px;
    font-size: 14px;
    padding-left: 10px;
  }
  .login-btn .btn-login {
    height: 38px;
    padding: 10px 0;
    font-size: 16px;
  }
  .logo {
    padding: 15px 0 0;
  }
  .login-footer {
    font-size: 12px;
    max-width: initial;
  }
  .login-form {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
  }
  .emp-logo {
    margin: 15px auto;
  }
  .panel-body .emp-logo picture img {
    width: 50px;
  }  
  .field-icon {
    position: absolute;
    top: 10px;
    right: 15px;
  }
}

@media (min-width: 600px) {

  .login-form {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75%;
  }

}

@media (min-width: 1920px) {
  .rslides img {
    width: 100%;
  }
}

@media (min-width: 1920px) {
  .panel {
    margin: 32% 0 4%;
    max-width: 460px;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .panel {
    /* margin:30% 0 4%; */
    max-width: 460px;
    width: 100%;
  }
}

@media (max-width:800px) {
  .user-links {
    font-size: 12px;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .logo-header {
    margin-top: 15px;
    width: 35%;
  }
}

@media (max-width: 375px) { 
  .btm-30 {
    margin-bottom: 10px;
  }
  .btm-20 {
    margin-bottom: 5px;
  }
  .user-links {
    margin-bottom: 5px;
  }
  .form-group {
    margin-bottom: .5rem;
  }
}

@media only screen and (max-width:767px) and (min-width:426px) {
  .user-pl-0 {
    padding-left: 15px;
  }
}