  .navbar .navbar-brand1 {
    position: relative;
    color: inherit;
    height: 50px;
    font-size: 1.5rem;
    line-height: 30px;
    padding: 0.625rem 0;
    font-weight: 400;
    letter-spacing: 2px;
    margin-left: 0.5rem; }

  .navbar-brand1 {
    position: relative;
    color: inherit;
    height: 50px;
    font-size: 24px;
    line-height: 32px;
    padding: 0.625rem 0;
    font-weight: 400;
    letter-spacing: 2px;
    margin-left: 0.5rem; }


.form-control1 {
  background-color: #FFFFFF;
  background:  url("/assets/img/select.png") no-repeat 95% 50%;
  padding: 5px 25px 5px 10px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  color: #66615b;
  line-height: normal;
  font-size: 14px;
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
}


select::-ms-expand {
    display: none;
}

.form-control1:focus {
  border: 1px solid #9A9A9A;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
  color: #66615B;
}

.form-control2 {
  /*display: block;*/
  width: 100%;
  padding: 0.4375rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #495057;
  /*background-color: rgba(0, 0, 0, 0);*/
  background-clip: padding-box;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control2::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control2:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #9acffa;
    outline: 0;
    box-shadow: none, 0 0 0 0.2rem rgba(33, 150, 243, 0.25); }
  .form-control2::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control2:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control2::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control2::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control2:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }


.btn-s {
  font-size: 1.2rem;
  padding: 10px;
}

.nav-tabs1 {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs1 .nav-item {
  margin-bottom: -1px;
}
.nav-tabs1 .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs1 .nav-link:hover, .nav-tabs1 .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs1 .nav-item.show .nav-link,
.nav-tabs1 .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

.section-image {
  background-size: contain;
  background: url(/assets/img/login1.jpg) left center no-repeat;
/*
  -webkit-filter: brightness(0.30);
  filter: brightness(0.30);
*/
}
.login-panel {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
}

.login-panel>.container {
  min-height: calc(100vh - 250px);
  margin-top: 100px;
}

.block {
  display: inline;
}

.block1 {
  display: inline;
}

.block2 {
  margin-top: 5px;
  display: block;
}

.block3 {
  height: 30px;
  display: block;
}

.card-title1{
padding: 3px 10px 1px;
border-left: 8px solid #00b1ec;
margin: 5px 10px;
}

.card-title2{
padding: 3px 10px 1px;
border-left: 8px solid #c0c0c0;
margin: 5px 10px;
}

.text-title {
font-size: 1.5rem;
font-weight: 700;
}

.text-title2 {
font-size: 1.2rem;
font-weight: 400;
}
.text-1 {
  color:#512774;
  font-weight:500;
}
.text-2 {
  color:#b61e77;
  font-weight:500;
}
.text-3 {
  color:#1651a2;
  font-weight:500;
}

.thead {
border-top: 3px solid #e3e3e3;
border-bottom: 3px solid #e3e3e3;
}

.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
 .card-title1{
    padding: 3px 8px 1px;
    border-left: 5px solid #00b1ec;
    margin: 5px 10px;
  }
  .block {
    display: block;
  }
  .block1 {
    margin-bottom: 5px;
    display: block;
  }

  .block2 {
    display: inline;
  }

    .block3 {
    height: 5px;
  }

  .login-panel>.container {
    margin-top: 40px;
  }

  .visible-xs {
    display: block !important;
  }
}

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);

	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #ff0055;
}
