@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");

* {
  box-sizing: border-box;
}

.container-fluid {
  margin: 0 !important;
  padding: 0 !important;
}

img {
  padding: 0 !important;
  margin: 0 !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins" !important;
  background-color: #f0f0f0 !important;
}
/* LOGIN */

form {
  background-image: url("/images/BACKGROUND.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  width: 500px;
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 10px;
  backdrop-filter: blur(15px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 40px rgba(8, 7, 16, 0.6);
  padding: 50px 35px;
  border-radius: 20px;
  margin: 0 auto;
}
form * {
  font-family: "Poppins", sans-serif;
  color: #000000;
  letter-spacing: 0.5px;
  outline: none;
  border: none;
}
form h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
}

label {
  display: block;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  color:#000000;
}
input {
  display: block;
  height: 30px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
  padding: 0 10px;
  margin-top: 8px;
  font-size: 20px;
  font-weight: 300;
  color: #000000;
}
::placeholder {
  color: #e1e1e1;
}

input:hover {
  outline: 4px solid #0001;
}
button {
 
  margin: 40px 40px 40px 105px;
  width: 50%;
  background-color: #003366;
  color: #FFFFFF;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 400;
  border-radius: 5px;
  cursor: pointer;
}
.social {
  margin-top: 30px;
  display: flex;
}
.social div {
  background: red;
  width: 150px;
  border-radius: 3px;
  padding: 5px 10px 10px 5px;
  background-color: rgba(255, 255, 255, 0.27);
  color: #eaf0fb;
  text-align: center;
}
.social div:hover {
  background-color: rgba(255, 255, 255, 0.47);
}
.social .fb {
  margin-left: 25px;
}
.social i {
  margin: 10px 0 4px;
}
/* -----------Navbar----------- */
.my-navbar {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  width: 100%;
  margin: 15px 0px;
  background-color: #fff;
}

.navbar-brand {
  font-weight: bold;
}
.navbar-brand img {
  width: 50px;
}

.nav-link {
  border-bottom: 4px solid white;
  margin-right: 24px;
  transition: 0.3s ease;
  padding: 5px;
}
.nav-link:hover {
  color: black;
  border-bottom: 4px solid #fb4f83;
}
.nav-active a {
  color: black !important;
  font-weight: 600;
  border-bottom: 4px solid #fb4f83;
}

.footer-content {
color:#000000;
background:#0066CC;
  width: 100%;
  height: 40px;
}

.footer-content p {
  text-align: center;
  font-size: 1rem;
  color: #FFFFFF;
  font-family: "raleway-bold";
  padding: 0.7rem 0.6rem 0 0.6rem;
}
