a{
    color:#4a7d0a;
}
a:hover{
    color:#21408d;
}
.form-signin {
    margin-top: 20px;
    width: 100%;
    max-width: 500px;
    padding: 60px;
    margin: 0 auto;
}
@media (max-width:400px){
    .form-signin{
        padding: 15px;
        max-width: 330px;
    }
}
.footer{
    position: relative;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
    grid-row-start: 2;
    grid-row-end: 3;
}
.footer-container {
    text-align: center;
    margin-top: 10px;
}
.text-muted {
    color: #6c757d!important;
}
.errorlist{
    color:crimson;
}
.msg-primary {
    position: relative;
    padding: 12px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    width: 100%;
    background-color: #fff;
    border-color: #dfdfdf;
    text-align: center;
}
.chart {
    color: red;
    font-size: 16px;
    font-weight: bold;
}
.title {
    font-size: 16px;
}
.orderBox {
    border: 2px dashed green;
    margin-top: 5px;
    height: 45px;
    width: 150px;
    font-size: 30px;
}
html {
    height: 100%;
  }
  body {
    min-height: 100%;
    display: grid;
    grid-template-rows: 1fr auto;
}
label.required::after {
    content: ' *';
    color: red;
}
.checkBox {
    width: 80px;
    height: 30px;
    background: #333;
    margin: 20px auto;
    position: relative;
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
  }
  .checkBox:after {
    content: '';
    position: absolute;
    top: 14px;
    left: 14px;
    height: 2px;
    width: 52px;
    background: #111;
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
  }
  .checkBox label {
    display: block;
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 4px;
    z-index: 1;
    left: 4px;
    background: #fcfff4;
    border-radius: 50px;
    transition: all 0.4s ease;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  }
  .checkBox label:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 6px;
    left: 6px;
    background: #333;
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px black, 0px 1px 0px rgba(255, 255, 255, 0.9);
  }
  .checkBox input[type=checkbox] {
    visibility: hidden;
  }
  .checkBox input[type=checkbox]:checked + label {
    left: 54px;
  }
  .checkBox input[type=checkbox]:checked + label:after {
    background: #27ae60;
    /*activeColor*/
  }
  .navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
  }
  .bg-dark {
    background-color: #003893 !important;
  }
  .footer p {
    margin-top: 0.7rem;
    margin-bottom: 0px;
    font-size: 0.85rem;
  }
  body {
    min-height: 100%;
    display: grid;
    grid-template-rows: 1fr auto;
    font-family: 'Montserrat', sans-serif;
  }