﻿.card-border{
    border:1px solid #00323c;
}
#footer {
    position: fixed;
    padding: 10px 10px 0px 10px;
    bottom: 0;
    width: 100%;
    /* Height of the footer*/
    height: 40px;
    background: #9cbde5;
    color: black;
    font-weight: bold;
    font-family: 'Calibri (Body)';
    font-size:14px;
    text-align :center;
}
input:focus {
    background-color: #fffac3;
}

.form-control:focus {
    border-color: #9cbde5;
    background-color: #fffac3;
    /*box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 100, 255, 0.5);*/
}


::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}


@media only screen and (max-width: 600px) {
  .left-side {
    display:none;
  }
  #footer{
      height:60px;
  }
  .logo{
      width:100% !important;
  }
}








 