.bg-navy{
    background: navy;
}
.top-notification{
    position: fixed;
    top: 5px;
    right: 10px;
    z-index: 9999999999;
    border-radius: 5px;
    min-width: 35%;
}
.cBtn{
    background: navy;
    color: #FFF;
    border: 1px solid mediumslateblue;
    padding: 5px 20px;
    border-radius: 5px;
}
.cont{
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 9999999;
}
.form-group{
    margin-bottom: 8px;
}
.rds5{
    border-radius: 5px;
}
.mt25{
    padding-top: 25px;
}
.card{
    z-index: 9;
    background: inherit;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(255,255,255,1);
    box-shadow: 0px 0px 10px 0px rgba(255,255,255,1);
}
.card-header h4{
    margin-top: 5px;
}
.form-control{
    background: navy !important;
    border: none !important;
    border-bottom: 1px solid #FFF !important;
    width: 100%;
    box-shadow: none;
    color: #FFF;
    border-radius: 0;
}
.form-control:hover, .form-control:focus, .cBtn:hover{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(255,255,255,1);
    box-shadow: 0px 0px 10px 0px rgba(255,255,255,1);
    color: #FFF;
    border-radius: 5px;
}