* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.box {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Made with love by Mutiullah Samim*/

@import url("https://fonts.googleapis.com/css?family=Numans");

html,
body {
  background-image: url("../img/back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  font-family: "Numans", sans-serif;
}

.LoginForm{
    min-height:100vh;
}

.container {
    height: 100%;
    align-content: center;
}

.card {
  padding: 1rem 0.4rem;
  margin:0 auto;
  width: 100%;
  max-width:500px;  
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.card2 {
    padding: 1rem 0.4rem;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.company_icon span {
  font-size: 30px;
  margin-left: 10px;
  padding: 8px;
  border-radius: 10px;
  color: #ffc312;
  background-color: rgba(204, 204, 204, 0.6);
}

.company_icon span:hover {
  color: white;
  cursor: pointer;
}

.card-header h3 {
  color: white;
}

.company_icon {
  position: absolute;
  right: 20px;
  top: 2px;
}

.input-group-prepend span {
  width: 50px;
  background-color: #ffc312;
  color: black;
  border: 0 !important;
}

input:focus {
  outline: 0 0 0 0 !important;
  box-shadow: 0 0 0 0 !important;
}

.login_btn {
  color: black;
  background-color: #ffc312;
  width: 100px;
}

.login_btn:hover {
  color: black;
  background-color: white;
}

.links {
  color: rgb(187, 187, 189);
}

.kitDiv {
  background-color: rgba(13, 95, 109, 0.5);
}


/************Reports***********/

.reportCard{
    margin:1rem;
    padding:1rem;
    color: rgb(187, 187, 189);
    font-size:1.8rem;
}
.reportCard h3{
    padding-top:15px;
    padding-bottom:15px;
    border-bottom : 2px solid #797878;
    text-transform:uppercase;
}

.totalCard {
    background: rgba(45,25,151,0.9);
}
.arrivedCard{
    background: rgba(6,99,6,0.9);
}
.pendingCard{
    background: rgba(114,24,13,0.9);
}
.reportBack {
    background: rgba(255,255,255,0.7);
}
