/*
Template :	Login Register
Author	 :	Sainul
Version	 :	1.2
Updated	 :	06.10.2022

*/
.logwrap {
  background-color: rgba(200, 128, 4, 0.04);
}

.logreg {
  background: #fff;
  margin: 50px auto;
  max-width: 1000px;
  border-radius: 3px;
  overflow: hidden;
}
.logreg .content {
  max-width: 370px;
  margin: 0 auto;
  font-size: 13px;
}
.logreg .col-sm-6 {
  padding: 0;
}
.logreg .title {
  color: #c88004;
  font-size: 1.375rem;
}
.logreg .subtitle {
  color: #c88004;
}
.logreg input {
  font-size: 13px;
}
.logreg label {
  margin: 0;
}
.logreg .form-group {
  margin-bottom: 10px;
}
.logreg .logchange {
  position: relative;
  padding-top: 15px;
}
.logreg .logchange img {
  position: absolute;
  right: 0;
  bottom: -14px;
}
.logreg .logchange a {
  font-weight: 600;
}
.logreg .text-danger {
  line-height: 18px;
}
.logreg .reg-check {
  height: auto;
  overflow: auto;
}
.logreg .form-group .row {
  margin: 0;
}
.logreg .form-group .col-6 {
  padding: 1px;
}

.logcnt {
  background: url(../../image/leaf.png) no-repeat center;
}

.register .logchange {
  padding: 0;
  color: #c88004;
}
.register .logchange img {
  left: 150px;
  right: auto;
  width: 80px;
}

.regwrap {
  padding: 0 30px 0 15px;
  overflow-y: scroll;
  max-height: 310px;
  margin: 20px 0;
}

/*# sourceMappingURL=loginregister.css.map */
