﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
}

/* 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;
}

.padding {
    padding: 1rem;
}

.center-vertical {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.styled-input {
    border-radius: 0.5rem;
    padding: 0.5rem;
    border: thin solid rgba(0,0,0,0.2);
}

.styled-input:focus,
.styled-input:active {
    border-color: rgba(0, 0, 255, 0.5);
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 255, 0.5);
}

.login-button {
    background-color: darkorange;
    color: white;
    border-radius: 0.5rem;
    padding: 0.5rem;
    border: none;
    font-weight: bold;
    min-width: 8rem;
}
