/* Custom CSS */

body {
    background: #003C71 !important;
}

.orange-button {
    background: #FF6720 !important;
    border: none;
    color: white !important;
}

.orange-button:hover {
    background: #e35612 !important;
    border: none;
}

.orange-submit-button {
    background: #FF6720 !important;
    border: none;
    color: white !important;
    padding: 10px 7.5px !important;
}

.orange-submit-button:hover {
    background: #ba410b;
    border: none;
}

.primary-text {
    color: #0B0303 !important;
}

.orange-text {
    color: #FF6720 !important;
}

.white-text {
    color: #FFFFFF !important;
}

.orange-icon {
    color: #FF6720 !important;
}

.projects-table tbody .info {
    background: #003C71 !important;
    color: orange !important;
}

a {
    color: #0B0303;
}
a:hover {
    color: #003050;
}