﻿body {
    background-color: #eff3f9 !important;
    background-image: url('../Images/wave.svg');
    background-repeat: no-repeat;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


.navbar-nav .nav-link:hover {
    color: #bdb7b7 !important;
}


.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(169, 167, 167, 0.9) !important;
}


.color-success {
    color: #484848 !important;
}
.color-error{
    color:#b40505 !important;
}

.color-primary {
    color: #0094ff !important;
}
