@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&family=Open+Sans:wght@300;400;500;600&display=swap");
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800,200);

body {
  position: relative;
  margin: 0;
  height: 100vh;
  background-color: #1a1e4e;
  color: #fff;
  font-family: "Poppins", "Open Sans", sans-serif;
  font-size: 16px;
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: -1;
}
h2 {
  font-weight: 500;
  color: #e2b923;
  font-size: 38px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.title {
  font-size: 20px;
}
.ml-3 {
  margin-left: 50px;
}
.parent {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vh-80 {
  height: 80vh !important;
}
.login-bg {
  padding: 35px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  border: 5px solid #e2b923;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
.text-welcome {
  color: #e2b923;
  font-size: 25px;
  font-weight: 500;
}
.text-white {
  color: #fff;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  text-align: center;
  padding: 30px 10px;
  background: none!important;
}
.footer ul {
  list-style: none;
  display: inline-flex;
  margin-bottom: 0px;
}
.footer ul li {
  padding: 0px 20px;
  border-right: 1px solid #fff;
}
.footer ul li a {
  text-decoration: none;
  color: #fff;
}
.footer ul li a:hover {
  color: #e2b923;
}
.footer .bdr {
  border: 0px;
}
.text-muted{
  color:#8e99b3!important;
  font-size: 14px;
  text-decoration: none;
}
.form-check-label{font-size: 14px;}

@media (min-width: 768px) {
    .flex-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        /* width: 25%; */
    }
}
