﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    color: #3d464d;
    font-family: 'Roboto', sans-serif;
}

.page-header {
    font-size: 20px;
    line-height: 32px;
    padding: 0;
    margin: 0;
    color: #1B2733;
}

/* Logo Image */
.logo-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Standard text input */
.text-input {
    border: 1px solid #bdc4c9;
    font-size: 16px;
    padding: 5px 6px;
    width: 100%;
    margin: 2px 0 5px;
    min-height: 34px;
    line-height: normal;
    border-radius: 3px;
}

/* Align form elements center */
.center-block {
    margin: auto;
    display: block;
}

.login-register-header {
    float: left;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

#jumbo {
    padding: 5px;
}

/* 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;
}

.roleColumn{
    font-weight:normal;
}