@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,300;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
@font-face {
  font-family: "Sofco";
  src: url("../fonts/bau93.ttf");
}
.sofco {
  font-family: "Sofco";
}

body {
  height: 100vh;
}
body .container-fluid .row .bg-wrapper {
  background-color: rgba(2, 114, 188, 0.8235294118);
}
body .container-fluid .row .bg-wrapper .img-holder {
  height: calc(100% - 40px);
  padding: 90px;
}
@media (max-width: 992px) {
  body .container-fluid .row .bg-wrapper {
    display: none;
  }
}
body .container-fluid .row .col-lg-8 {
  background-color: #0272BC;
}
body .container-fluid .row .col-lg-8 .row .form-wrapper {
  background-color: transparent;
}
body .container-fluid .row .col-lg-8 .row .form-wrapper .form-header h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 10px;
}
body .container-fluid .row .col-lg-8 .row .form-wrapper .form-header p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 30px;
}
body .container-fluid .row .col-lg-8 .row .form-wrapper form input {
  margin-bottom: 14px;
}
body .container-fluid .row .col-lg-8 .row .form-wrapper form .form-button {
  margin-top: 30px;
  margin-bottom: 25px;
}
body .container-fluid .row .col-lg-8 .row .form-wrapper form .form-button .ibtn {
  color: #0272BC;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  border: 0;
  padding: 6px 28px;
  color: #0272BC;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  margin-right: 10px;
  outline: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
}
body .container-fluid .row .col-lg-8 .row .form-wrapper form .form-button a {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.navbar .navbar-left .navbar-left {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.navbar .navbar-left .logo {
  outline: 2px solid #b5d9fe;
  font-family: "Sofco", serif;
  background: linear-gradient(-45deg, rgba(51, 122, 183, 0.7), rgba(196, 195, 196, 0.7), rgba(51, 122, 183, 0.7), rgba(51, 122, 183, 0.7));
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  height: 100px;
  width: 100px;
  border: 5px solid #fff;
  cursor: pointer;
  transform: rotate(45deg);
  position: absolute;
  top: -13px;
  left: 60px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.navbar .navbar-left .logo .navbar-brand {
  position: absolute;
  font-size: 25px;
  font-weight: 900;
  color: #eee;
  transform: rotate(-45deg);
  left: 7px;
  top: 20px;
}
@media (max-width: 991px) {
  .navbar .navbar-left .logo .navbar-brand {
    left: 0px;
    top: 10px;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-left .logo .navbar-brand {
    font-size: 18px;
    left: 8px;
    top: 16px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-left .logo {
    width: 80px;
    height: 80px;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}/*# sourceMappingURL=login.css.map */