@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/Avenir-fonts/AvenirNextLTPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/Avenir-fonts/AvenirNextLTPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/Avenir-fonts/AvenirNextLTPro-Demi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("../fonts/Be_Vietnam/BeVietnamPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("../fonts/Be_Vietnam/BeVietnamPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("../fonts/Be_Vietnam/BeVietnamPro-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("../fonts/Be_Vietnam/BeVietnamPro-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("../fonts/Be_Vietnam/BeVietnamPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("../fonts/Be_Vietnam/BeVietnamPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("../fonts/Be_Vietnam/BeVietnamPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("../fonts/Be_Vietnam/BeVietnamPro-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("BeVietnamPro-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
}

body {
  scroll-behavior: smooth;
  font-family: "Be Vietnam Pro";
  font-weight: normal;
}

.header {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 15px;
  padding: 1rem 2rem;
}
.header .nav-logo {
  width: 244px;
  height: 50px;
}
.header .nav-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .right-side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .right-side .username {
  font-family: "Be Vietnam Pro";
  font-weight: 600;
  font-size: 20px;
  line-height: 37px;
  color: #031a2f;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-right: 2rem;
}
.header .right-side .logout-btn {
  background-color: #ff2828;
  text-transform: capitalize;
  font-family: "Be Vietnam Pro";
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  border: 0;
  border-radius: 20px;
  color: #fff;
  padding: 0.2rem 2rem;
  transition: 0.3s;
}
.header .right-side .logout-btn:hover {
  background-color: #e11f1f;
}

.footer {
  background-color: #2c57c9;
}
.footer .footer-title {
  color: #fff;
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 767.98px) {
  .header {
    padding: 1rem 1rem;
  }
  .header .nav-logo {
    margin: auto;
    margin-bottom: 1rem;
  }
  .header .right-side {
    flex-direction: column;
  }
  .header .right-side .username {
    font-size: 18px;
    margin-right: 0;
  }
  .header .right-side .logout-btn {
    padding: 0.2rem 1.4rem;
    margin-top: 1rem;
    width: 65%;
  }
  .footer .footer-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .header {
    padding: 1rem 1rem;
  }
  .header .nav-logo {
    width: 180px;
    height: 35px;
  }
  .header .right-side .username {
    font-size: 14px;
    margin-right: 1rem;
  }
  .header .right-side .logout-btn {
    padding: 0.2rem 1rem;
  }
}
#login-page {
  background-image: url(../images/login-Frame.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.login-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login-container .brand-logo {
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  border-radius: 12px;
  margin: auto;
  margin-bottom: 3rem;
}
.login-container .brand-logo .logo-box {
  width: 200px;
  margin: auto;
}
.login-container .brand-logo .logo-box .logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.login-container .title {
  text-transform: capitalize;
  color: #031a2f;
  font-family: "Avenir Next LT Pro";
  font-weight: 900;
  text-align: center;
  margin-bottom: 2rem;
}
.login-container .login-form {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.17);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 2rem;
  width: 500px;
  border: 1px solid #fff;
}
.login-container .login-form .form-label {
  font-family: "Be Vietnam Pro";
  font-weight: 500;
  color: #031a2f;
  text-transform: capitalize;
}
.login-container .login-form .form-control {
  padding: 0.575rem 0.75rem;
  border-radius: 10px;
}
.login-container .login-form .login-btn {
  width: 100%;
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  border-radius: 10px;
  background-color: #0a89ff;
  border: 0;
  box-shadow: none;
  margin-top: 1rem;
  text-transform: capitalize;
}
.login-container .login-form .login-btn:hover {
  background-color: #006cb5;
}

@media screen and (max-width: 767.98px) {
  #login-page {
    background-size: 140% 100%;
  }
  .login-container .brand-logo {
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
  }
  .login-container .brand-logo .logo-box {
    width: 140px;
  }
  .login-container .title {
    font-size: 24px;
  }
  .login-container .login-form {
    width: 320px;
    padding: 1rem;
  }
  .login-container .login-form .form-label {
    font-size: 12px;
  }
  .login-container .login-form .login-btn {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #login-page {
    background-size: 125% 100%;
  }
}/*# sourceMappingURL=main.css.map */