@font-face {
  font-family: "proxima_novaregular";
  src: url('fonts/proximanova-regular-webfont.woff2') format('woff2'), url('fonts/proximanova-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_Proxima Nova Bold';
  src: url('fonts/Proxima Nova Bold.eot');
  src: local('☺'), url('fonts/Proxima Nova Bold.woff') format('woff'), url('fonts/Proxima Nova Bold.ttf') format('truetype'), url('fonts/Proxima Nova Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #525965;
}

::-webkit-scrollbar-thumb:active {
  background: #525965;
}

::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
  background: transparent;
}

::-webkit-scrollbar-track:active {
  background: transparent;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

body {
  font-size: 0.9rem;
  font-family: "proxima_novaregular";
  background: #fff !important;
}

.f-w-600 {
  font-weight: 600;
}

.m-0 {
  margin: 0px;
}

.no-padding {
  padding: 0px;
}

.btn-bg-blue {
  line-height: 48px;
  padding: 0 45px;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  border: 1px solid transparent;
  background:#4CA49A;
  cursor: pointer;
  background-size: 200% auto;
  background-origin: border-box;
  box-shadow: inset 0 1px 0 #fff, 0 5px 0 #007eb7, 1px 7px 7px 3px rgba(0,0,0,.3);
  transition: all .3s ease 0s;
}

.cursor-pointer {
  cursor: pointer;
}

#login-left-content {
  min-height: 100vh;
  height: 100%;
  width: 100%;
  background-color:  #4CA49A;
  /* background-image: url("../images/sitelogo.jpg") ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
}

.login-content {
  position: absolute;
  top: 20%;
  color: #fff;
}

.login-content p {
  font-size: 15px;
  font-weight: lighter;
  line-height: 26px;
  color: #d4d1d1;
  margin: 20px 0px;
}

.btn-outline {
  border: 1px solid #eee;
  background: transparent;
  color: #fff;
  margin-left: 15px;
}

.Login-left-buttons .btn {
  line-height: 48px;
  padding: 0 45px;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  border: 1px solid transparent;
  background: #4CA49A;
  cursor: pointer;
  background-size: 200% auto;
  background-origin: border-box;
  box-shadow: inset 0 1px 0 #fff, 0 5px 0 #007eb7, 1px 7px 7px 3px rgba(0,0,0,.3);
  transition: all .3s ease 0s;
}

.login-tabs {
  /* width: 230px; */
  margin: 0 auto;
  border-bottom: 0px;
  padding: 50px 0px 10px 0px;
}

.login-tabs .nav-link {
  font-weight: 600;
  color: #000;
  background: #eee;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 28px;
  width: 50%
}
.nav-tabs .nav-item{
  width: 50%;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #4CA49A;
  /* border-color: #dee2e6 #dee2e6 #fff; */
}

.nav-tabs .login-tab-button {
  border: 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 0px;
  text-align: center;
  width: 100%
}

.nav-tabs .register-tab-button {
  border: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 5px;
  text-align: center;
  width: 100%
}

.login-forn-content h2 {
  font-family: 'Conv_Proxima Nova Bold', Sans-Serif;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 28px;
}

.login-forn-content {
  width: 270px;
  margin: 0 auto;
  /* display: flow-root; */
  /* top: 50%; */
  /* position: relative; */
  padding-top: 20px;
}

.login-submit-button{
  width: 100%;
  background:#4CA49A !important;
  padding: 12px 0px;
  border-color: #4CA49A !important;
}

.bridge-input {
  background-color: #f2f2f2;
  border: 0px;
  padding: 12px 0px;
}

.bridge-input:focus {
  background-color: #f2f2f2;
  box-shadow: none;
}

.login-search .form-control {
  padding-left: 2.375rem;
}

.login-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.575rem;
  
  line-height: 48px;
  text-align: center;
  pointer-events: none;
  color: rgb(102, 102, 102);
}

@media only screen and (max-width: 768px) {
  .mobile-right-content {
      display: none;
  }
}

/*anusha(integrated change done by suraj) */
@media only screen and (max-width: 1024px) {
  .Login-left-buttons .btn {
      padding: 12px 41px;        
  }     
}

.Login-form-footer {
  padding-top: 15px;
}

.login-footer-terms {
  color: #4CA49A;
  text-decoration: underline;
  padding: 15px 0px;
  border-top: 1px dashed #d2d2d2;
  cursor: pointer;
}

.login-page-footer-text {
  padding: 5px 15px;
  -webkit-box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
  z-index: 1020;
  display: flow-root;
  position: fixed;
  bottom: 0px;
  width: 100%;
}

.login-page-footer-text p {
  font-size: 12px;
  color: #000;
  margin-bottom: 2px;
  padding: 5px 0px;
  font-weight: 600;
}

.reset-password-content {
  padding: 35px;
  border: none;
  border-radius: 10px;
}

.reset-model-header {
  padding: 1rem;
}
.tab-content{
  padding-bottom: 30px;
}
.reset-model-header h2 {
  font-family: 'Conv_Proxima Nova Bold', Sans-Serif;
  color: #000;
}

@media (min-width: 576px) {
  .reset-pass-dialog {
      max-width: 400px;
      margin: 1.75rem auto;
      padding-top: 162px;
  }
}
.reset-password-content{
  position: relative;
}

#resetPasswordClose1.close{
  position: absolute;
  right: 20px;
  top: 20px;
}

.field-icon {
  float: right;
  margin-right: 8px;
  margin-top: -29px;
  position: relative;
  z-index: 2;
  cursor:pointer;
}
