@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@500;600&family=Noto+Sans:wght@100;200;300;400&family=Open+Sans:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap");

.captcha-input {
  background: #fff url(../../Model/captchaImageSource.php) repeat-y left center;
  padding-left: 85px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow", sans-serif;
}

.bannerwrapper {
  width: 100%;
  position: relative;
  display: inline-block;
}

.bannerwrapper .container {
  position: absolute;
  top: 40%;
  left: 0px;
  right: 0;
  margin: auto;
}

.bannerwrapper .container-banner {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
}

#banner {
  position: relative;
  height: 260px;
  float: right;
  width: 90%;
  background-image: url(../img/header_pic.jpeg);
  background-repeat: no-repeat;
  background-position: center center;
}

#banner .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #303030;
  opacity: 0.5;
}

.container-area #banner {
  width: 100%;
}

.bannerwrapper .container-area #banner .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(234, 116, 37, 1) 0%,
    rgba(234, 116, 37, 1) 35%,
    rgba(234, 116, 37, 0.3981967787114846) 100%
  );
  opacity: 1;
}

.bannerwrapper .container .title {
  font-family: "Barlow", sans-serif;
  font-size: 48px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  padding-left: 21px;
  border-left: 14px solid #ea7425;
  float: left;
  margin-bottom: 0;
  letter-spacing: 3px;
}

.bannerwrapper .container-area {
  width: 100%;
  float: right;
  position: relative;
  display: inline-block;
  padding-left: 10%;
  padding-right: 10%;
}

.bannerwrapper .container-fluid .title {
  font-family: "Barlow", sans-serif;
  font-size: 48px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  padding-left: 10%;
  float: left;
  margin-bottom: 0;
}

.bannerwrapper .container .breadcrumb {
  float: right;
  margin-top: 5px;
}

.text {
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #5b5b5b;
}

.text1 {
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #5b5b5b;
}

.text-header {
  color: #ea7425;
  font-size: 13px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
}

.form-border {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #5b5b5b;
  box-shadow: none;
  font-size: 14px;
}

.captcha-border {
  border-radius: 0;
  border: 1px solid #5b5b5b;
  box-shadow: none;
  font-size: 16px;
}
