﻿
/* 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;
}

.panel-default {
      background-color: #DDF1BC !important;
}

.btn-ospi {
    background-color: #3F6526;
                      color:white;
}

.navbar-fixed-top {
    padding: 0 0 0 0;
    border: 0;
    height: 63px;
}


.form-group tr {
    width: 400px;
}

.form-group input {
    width: 280px;
    margin-left: 10px;
}
.form-group button {
    width: 80px;
    margin-left: 10px;
    margin-top: 10px;
}

#divLogin {
    width: 50%;
    margin: 0 auto;
}
