body,
html {
  height: 100%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

.limiter {
  width: 100%;
  margin: 0 auto;
}
.container-login100 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-wrap: wrap;
}

.wrap-login100 {
  /*padding: 197px 70px 80px 70px;*/
  /*width: 520px;*/
  min-height: 100vh;
  /* background: #ffffff70; */
  border-radius: 2px;
  position: relative;
}
.form-container {
  width: 450px;
  color: #333;
  text-align: left;
  background: #3b454e6b;
  /* background-image: linear-gradient(
    to bottom left,
    rgba(6, 6, 180, 0.26),
    rgba(6, 62, 145, 0.24),
    rgba(4, 101, 165, 0.24)
  ); */
  box-shadow: 1px 1px 4px #fafafa;
  border-radius: 10px;
  padding: 45px 20px;
}
.logo_ut {
  text-align: center;
}
.logo_utimg {
  width: 194px;
  /*opacity: 0.8;*/
}
.login100-form {
  padding: 0 20px;
  /* width: 100%; */
  /* display: -webkit-box; */
  /* display: -webkit-flex; */
  display: -moz-box;
  display: -ms-flexbox;
  /* display: flex; */
  /* flex-wrap: wrap; */
  justify-content: space-between;
}
.Absolute-Center {
  margin: auto;
  /*position: absolute;*/
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.Absolute-Center.is-Responsive {
  /*height:calc(100vh - 100px);*/
  /*width: 50%;*/
  /*height: 540px;*/
  /* width:380px;
  -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;*/
  /* padding: 30px 15px 20px;*/
  /*border-radius: 10px;
  margin-top: 14px;*/

  /*width: 50%; */
  /*height: 50%;*/
  margin-top: 20%;
  margin-bottom: 20%;
  min-width: 200px;
  max-width: 600px;
  padding: 40px;
}
.form-control {
  display: block;
  width: 100%;
  /* height: 34px; */
  padding: 6px 12px;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 1px #fff;
  line-height: 1.42857143;
  color: rgb(8, 3, 61);
  /* background-color: #c4c5c74b; */
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 16px;
  height: 50px;
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.623);
  box-shadow: 0 3px 4px rgb(0, 0, 0);
  /* box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.514); */
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control::placeholder {
  color: rgb(8, 3, 61);
}
.btn-primary {
  /* display: flex; */
  justify-content: center;
  /* align-items: center; */
  padding: 0 20px;
  /*max-width: 244px;*/
  height: 45px;
  /* font-family: Poppins-Medium; */
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1.2;
  width: 180px;
  /*background-color: #732918;*/
  background-image: linear-gradient(
    to left,
    rgb(3, 3, 87),
    rgb(4, 50, 121),
    rgb(6, 75, 121)
  );
  border-color: #18387d;
  border-radius: 50px;
}
.btn-primary:hover {
  color: #fff;
  background-position: right center;
  background-image: linear-gradient(
    to right,
    rgb(3, 3, 87),
    rgb(4, 50, 121),
    rgb(6, 75, 121)
  );
  border-color: #18387d;
}
.btn-primary:active {
  color: #fff;
  background-image: linear-gradient(
    to right,
    rgb(6, 6, 122),
    rgb(9, 62, 141),
    rgb(7, 93, 150)
  );
  border-color: #18387d;
}
.login_btn {
  text-align: center;
}
.forgot {
  text-align: right;
}
.forgot a {
  color: #333;
  text-decoration: none;
}
.forgot a:hover {
  color: #333;
  text-decoration: none;
}
#error_msg {
  color: #a91f1f;
  text-align: center;
}
.login_image {
  background-image: url(../images/bg2.jpg);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.login_index {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.login_index button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.login_index button:hover {
  background-color: #555;
  color: white;
}
.captcha_icon {
  margin: 10px 0;
}
