﻿.navbar-light {
    background-color: #00699B;
    color: white;
    position: fixed !important;
    z-index: 999 !important;
    width: 100% !important;
}


.font {
    color: white;
}

.welcome {
    margin-right: 16px;
}

.logo {
    width: 178px;
    height: 66px;
    transition: all linear .5s;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btn {

}

.btn-outline-success {
    color: white;
    border-color: white
}

    .btn-outline-success:hover {
        color: #00699B;
        background-color: white;
        border-color: white;
    }

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: white;
    background-color: transparent
}

    .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
        color: #00699B;
        background-color: white;
        border-color: white;
    }

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}
