@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');

/* Default custom select styles */
div.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background: #fff;
  z-index: 100;
  width: 100%;
  max-width: 500px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

div.cs-select:focus {
  outline: none;
  /* For better accessibility add a style for this in your skin */
}

.cs-select select {
  display: none;
}

.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Placeholder and selected option */
.cs-select>span {
  padding-right: 3em;
}

.cs-select>span::after,
.cs-select .cs-selected span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cs-select>span::after {
  content: '\e91b';
  right: 1em;
}

.cs-select .cs-selected span::after {
  content: '\2713';
  margin-left: 1em;
}

.cs-select.cs-active>span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
  z-index: 200;
}

/* Options */
.cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  visibility: hidden;
}

.cs-select.cs-active .cs-options {
  visibility: visible;
}

.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 5px 0;
  width: 100%;
  font-size: 16px;
}

.cs-select ul span {
  padding: 1em;
  color: #777;
}

.cs-select ul li.cs-focus span {
  background-color: #ddd;
}

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
  padding-left: 1em;
}

.cs-select li.cs-optgroup>span {
  cursor: default;
}


.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  /*content: "\0020";*/
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides>li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


.container1 {
  display: flex;
  height: 100vh;
  align-items: stretch;
}

/* .left-section {
    background: url('/LOGIN\ PAGE\ DESIGN\ \(3\).png') no-repeat center center;
    display: none;
} */

.right-section {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-container {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgb(10 75 90);
  width: 100%;
  max-width: 450px;
}

.login-form h2 {
  color: #ff0000;
  text-align: center;
  margin-bottom: 35px;
}

.login-title {
  color: #ff0000;
  text-align: center;
  margin-bottom: 35px;
}

.login-title i {
  margin-right: 10px;
  color: #027186;

}

.form-control {
  position: relative;
}

.form-control i {
  position: absolute;
  left: 15px;
  top: 14px;
  color: #32495e;
}

.form-control input {
  width: 100% !important;
  max-width: 95% !important;
  padding: 12px 0 12px 37px !important;
  border: 2px solid #00569f1c !important;
  background-color: rgb(232, 232, 232) !important;
  color: rgb(50, 73, 94) !important;
  border-radius: 6px !important;
  transition: all 0.3s ease-in-out 0s !important;
}

.form-control input:focus {
  outline: none;
  border: 2px solid #ffd8a1;
}

.form-control input:invalid:not(:focus):not(:placeholder-shown) {
  border: 2px solid #ff3860;
}

.remember-me {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.remember-me .checkbox-custom {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: 2px solid #027186;
  border-radius: 3px;
  cursor: pointer;
  background-color: #f7f7f7;
  transition: background-color 0.3s, border-color 0.3s;
  background-color: #f7f7f7;
  transition: background-color 0.3s, border-color 0.3s;
  pointer-events: none;
}

.remember-me .checkbox-custom::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid #027186;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  border: solid white;
  border-width: 0 2px 2px 0;
  display: none;
}

.remember-me label {
  color: #333;
  font-size: 0.95em;
  cursor: pointer;
}

.remember-me input[type="checkbox"] {
  display: none;
}

.remember-me input[type="checkbox"]:checked+.checkbox-custom::after {
  display: block;
}

.remember-me input[type="checkbox"]:checked+.checkbox-custom {
  background-color: #027186;
  border-color: #027186;
}

.social-login {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

.social-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  transition: background-color 0.3s ease;
  cursor: pointer;
}


button {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 12px;
  background-color: #ff0000;
  color: white;
  font-size: 17px;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

button:hover {
  background-color: #037700;
}

/*Responsive*/
@media screen and (min-width: 768px) {
  .left-section {
    display: block;
    /* Show the left section on larger screens */
    flex: 1;
  }

  .slider-text {
    margin-top: 113px !important;
  }

  #fh5co-features .feature-left .feature-copy {
    width: 100% !important;
  }


}

@media only screen and (max-width: 576px) {

  /* CSS rules specific to smaller mobile devices */
  /* Adjust the layout and styles accordingly */
  .login_ {
    margin-bottom: 5px !important;
    width: 40% !important;
  }

  .slider-text {
    margin-top: 113px !important;
  }
}

.loginimg {

  width: 100%;
  margin-left: 68px;
  margin-top: 79px;
  /* height: 100vh; */

}

.form-control2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.form-control2 input {
  width: 100%;
  max-width: 95%;
  padding: 12px;
  border: 2px solid #00569f1c;
  background-color: rgb(232, 232, 232);
  color: rgb(50, 73, 94);
  border-radius: 6px;
  transition: all 0.3s ease-in-out 0s;
}

.footerpart {
  margin-top: 10px;
}

a:hover {
  color: blue;
  cursor: pointer;
}

a {
  text-decoration: none !important;
}

.display2 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 600;
  line-height: 1.2;
}

.section-title {
  font-size: 3.5rem;
  font-family: "Roboto Slab", serif;
  color: #c5a484;
}

/* header css */
#neubar {
  background: #f1d9bc;
  box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.4)
}

#neubar .dropdown-menu a:hover {
  color: #454545
}

#neubar .nav-item {
  margin: auto 4px;
}

#neubar a {

  padding-left: 12px;
  padding-right: 12px;
}

#neubar .dropdown-menu {
  background: #545454
}

a.navbar-brand {
  color: #454545
}

a {
  color: #333 !important;
}

.login_ {
  line-height: 2 !important;
}

.footer_text {
  color: #fff !important;
}

.footer_text:hover {
  color: #037700 !important;
}

.imgp {
  width: 100% !important;
}

ul li {
  list-style-type: none;
}

.form-label {
  font-size: 1.5rem !important;
  font-weight: 500 !important;
}

.form-check-label {
  font-size: 1.5rem !important;
  font-weight: 500 !important;
}

input,
input::placeholder {
  font: 1.5rem/3 sans-serif !important;
}

.text_r:hover {
  color: blue !important;
}

.err_text {
  font-size: 1.5rem !important;
  padding-left: 5px !important;
  letter-spacing: 1px;
}