/* By Uk */
@font-face {
  font-family: OpenSans-ExBold;
  src: url("../fonts/open-sans/OpenSans-ExtraBold.ttf");
}

@font-face {
  font-family: OpenSans-Bold;
  src: url("../fonts/open-sans/OpenSans-Bold.ttf");
}

@font-face {
  font-family: OpenSans-Regular;
  src: url("../fonts/open-sans/OpenSans-Regular.ttf");
}

@font-face {
  font-family: OpenSans-Light;
  src: url("../fonts/open-sans/OpenSans-Light.ttf");
}

@font-face {
  font-family: OpenSans-Semibold;
  src: url("../fonts/open-sans/OpenSans-Semibold.ttf");
}

@font-face {
  font-family: noah-ExtraBold;
  src: url("../fonts/noah/Noah-ExtraBold.ttf");
}

@font-face {
  font-family: noah-Bold;
  src: url("../fonts/noah/Noah-Bold.ttf");
}

.btn,
.login-form .login-btn {
  width: 180px;
  height: 45px;
  background-color: #1a3d37;
  font-family: OpenSans-Semibold;
  outline: none;
  color: #ffffff;
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.btn:hover,
.login-form .login-btn:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 15px #ed77337a;
  box-shadow: 0px 4px 15px #ed77337a;
  /* background-color: #ed7633; */
  background-color: #1a3d37;
}

button:disabled {
  cursor: not-allowed !important;
}

.bg-red {
  background-color: #b4dbe7;
  /* margin-top: 20px; */
  text-align: justify;
  
  
}

.login {
  width: 100%;
  min-height: 100%;
  position: relative;
  background-color: #fdfdfd;
  justify-content: center;
  align-items: center;
}

.login-box {
  /* min-height: 100vh; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 7% 5%;
  width: 80%;
  min-height: 500px;
}

.login-box.login-box1 {
  background-color: #f6f6f6;
  padding: 8% 7%;
  /* height: 1050px !important; */

}

.login-box .login-heading {
  color: #ffffff;
  font-family: OpenSans-Bold;
  margin-bottom: 12px;
}

.login-box .login-content {
  color: #f3f6f9;
  font-size: 16px;
  font-weight: 100;
  font-family: OpenSans-Light;
}

.login-box .login-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 6%;
}

.login-box .login-logo .login-logo-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ed7633;
}

.login-box .login-logo .login-logo-title {
  color: #141414;
  font-family: OpenSans-bold;
  line-height: 1.5;
  margin: 0;
  font-size: 42px;
  margin-left: 6px;
  margin-top: 30px !important;
}

.login-title {
  text-align: center;
  font-family: OpenSans-Semibold;
  font-size: 24px;
  margin-bottom: 6%;
  color: #464a53;
}

.login-title-left {
  text-align: justify;
  font-family: OpenSans-Semibold;
  margin-left: 20px;
  align-items: center;
  /* margin-top: 40px; */
  align-items: center;
  justify-content: center;
}

.login-form {
  padding: 2% 0%;
}

.login-form .login-grp {
  position: relative;
  margin-bottom: 12px;
}

.login-form .login-grp .login-label {
  color: #313131;
  width: 100%;
  font-family: OpenSans-Semibold;
  font-size: 13px;
  margin-bottom: 4px;
  line-height: 1;
}

.login-form .login-grp .login-inp {
  width: 100%;
  /* border-radius: 4px; */
  height: 42px;
  padding: 0px 12px;
  border: 2px solid #d1d1d1;
  outline: none;
  font-size: 14px;
  color: #000000;
  font-family: OpenSans-Semibold;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.login-form .login-grp .login-inp.error {
  border: 2px solid #fc1500;
}

.login-form .login-grp .login-inp:focus {
  border: 2px solid #151515;
}

.login-form .login-grp .login-forgot {
  color: #abafb3;
  text-decoration: none;
  font-size: 13px;
}

.login-form .login-grp .login-forgot:hover {
  color: #4f4fec;
}

.login-form .login-btn {
  width: 50%;
}

.login-form .login-with {
  text-align: center;
  margin: 16px 0px;
  color: #464a53;
  font-size: 17px;
}

.login-form .login-list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 10%;
}

.login-form .login-list::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 1px;
  background-color: #ed7633;
  border-radius: 4px;
  bottom: -30%;
  right: 30%;
}

.login-form .login-list .login-list-item:nth-child(2) a {
  background-color: #1da1f2;
}

.login-form .login-list .login-list-item:nth-child(3) a {
  background-color: #db4437;
}

.login-form .login-list .login-list-item:nth-child(4) a {
  background-color: #007bb5;
}

.login-form .login-list .login-list-item a {
  background-color: #3b5998;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 3px 7px;
  color: #ffffff;
  font-family: OpenSans-Bold;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.login-form .login-list .login-list-item a:hover {
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 15px #ed77337a;
  box-shadow: 0px 4px 15px #ed77337a;
}

.login-form .login-register {
  text-align: center;
  color: #abafb3;
  font-size: 13px;
  font-family: OpenSans-Semibold;
}

.login-form .login-register a {
  color: #ed7633;
  text-decoration: none;
}

.login-form .login-register a:hover {
  color: #4f4fec;
}

.login-form .login-copyrights {
  text-align: center;
  color: #898989;
  font-size: 13px;
  margin: 0;
}
.mdbodyrecoverpass {
  outline: 6px solid #ed7633;
}
.crosp {
  margin-top: 0 !important;
  padding-top: 10px !important;
}
.recovpass {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  right: -4%;
  top: -16%;
}
.btnmatsub {
  width: 70%;
  text-align: center;
}
.modalrecoverpass {
  padding: 9% 7%;
  border-radius: 0px;
  /* outline: 6px solid #ed7633; */
  border: 8px solid transparent;
}

.modal-form {
  padding: 1% 5%;
  border-radius: 0px;
  /* outline: 6px solid #ed7633; */
  border: 8px solid transparent;
}

.modal-form .login-register {
  text-align: center;
  color: #abafb3;
  font-size: 12px;
}

.footer-model {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  padding: 2% 10% 2% 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.288);
  z-index: 999;
  -webkit-animation: FooterModal 200ms 1s linear backwards;
  animation: FooterModal 200ms 1s linear backwards;
}

.slide {
  -webkit-animation: slide 200ms linear backwards;
  animation: slide 200ms linear backwards;
}

@-webkit-keyframes FooterModal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px) skew(10deg);
    transform: translateY(100px) skew(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px) skew(0deg);
    transform: translateY(0px) skew(0deg);
  }
}

@keyframes FooterModal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px) skew(10deg);
    transform: translateY(100px) skew(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px) skew(0deg);
    transform: translateY(0px) skew(0deg);
  }
}

@-webkit-keyframes slide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/*# sourceMappingURL=forms.css.map */
