﻿  html,body {
            height: 100%;
    }

        body {
            background-color: #fff;
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
            font-size: 14px;
        }

        a {
            color: #5dc3ff;
        }

        .nav-top {
            height: 64px;
             background: #000a6a !important;
            border-bottom: 2px solid #ee8a0d;
            padding: 0 50px;
        }

        .navbar-brand img{
            width: 200px;
            margin-top: 5px;
        }


        .modal-content a{
            color: #2c2c2c;
        }

        .close {
            color: #000 !important;
            position: absolute;
            right: 10px;
            top: 2px;
        }

        .card-box {
            border: 1px solid #e3e3e3;
            padding: 0;
          }

        .form-control{
            border-radius: 0;
        }

        .alert-warning {
            color: #070a6b;
            background-color: rgb(238 138 13 / 5%);
            border-left: 2px solid #ee8a0d !important;
            border-radius: 0;
            border-color: rgb(255 249 244);
        }    
        .alert-warning p{
            color: #444444;
        }       

        a:hover {
            text-decoration: none;
        }


        @media screen and (max-width: 991px) { 
            .nav-top {
                padding: 0 20px;
            }
            .navbar-brand img{
              width: 160px;
            }

        }