@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500&family=Roboto:wght@500&display=swap");
@import "../node_modules/bootstrap/scss/variables";
@import "../node_modules/bootstrap/scss/mixins";
html {
  height: 100%;
}
body {
  font-family: "Roboto", sans-serif;
    display: flex;
  flex-direction: column;
  height: 100vh;
}
nav{
    background: #0a183d;
    color:grey;
}
#login{
  background:linear-gradient(270deg,rgb(43, 35, 197)0%,rgba(75,14,154,1) 35%, rgb(118, 7, 133)100%);
  color:rgba(16, 190, 221, 0.904);
}


footer {
  background-color: #0a183d;
  font-size:18px;
  margin-top: auto ;
  height: min-content;
  padding:0px;
  text-align:left; 
  padding-left: 60px;
}


 
