
@media only screen and (max-width: 768px) {
    .navbar-fixed-top{
        background-color: #fff !important;
    }
    .auth-main{
        background: #fff !important;
    }
    .form-control{
        height: 41px !important;
        border-radius: 6px !important;
        background: transparent !important;
        border:1px solid #aeaeae;

    }
   
    .animate_lines .line {
    display: none;
    }
    .navbar-brand img{
        margin-bottom: 30px;
    }
    button.btn.btn-dark.btn-lg.btn-block{
        border-radius:5px;
        background-color: #38B596 !important;
        border: 1px solid #38B596;
    }
    .auth_div.vivify.fadeIn{
        box-shadow: none !important;
        border: none !important;
    }
    .bottom{
        font-size:8px!important   ;
        color:#aeaeae;
    }
    .bottom a{
        color: #38B596 !important;
    }
    .table tr td, .table tr th{

    text-align: center !important;

    }
    #stopwatch_1{
        
        color: #000;
        text-align: center;
     
        font-size: 24px;
        }
  }
