* { 
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box; 
}

body{
    background-image: url("../images/login-bg.png"); 
    background-size: cover;

   }
  .logo-img img{
  height: 130px;
  }
  .card{
    width: 450px; 
    height:320px;
    border-radius: 25px;
  }
.username{
    border-bottom: 1px solid black;
}
.password{
  border-bottom: 1px solid black;
}
.username-border{
    border:none;
}
.password-border{
  border:none;
}
.checkbox-border{
    border:1px solid black;
}
.btn{
    border-radius: 30px; 
    background-color: #020266;
     color:white;
     width: 100%;
     font-weight: bold;
     font-size: large;
}

