/* This CSS stylesheet based on the code from the Bootstrap CSS framework (http://getbootstrap.com/) */

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width:80%;
    margin-bottom: 8px;
}
.input-sm {
    border-radius: 5px;
    font-size: 14px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px;
    width:80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
textarea.form-control {
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

labeler {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 4px 55px;
}

.btn {
    -moz-user-select: none;
    background-color: #FD1F35;
        color: white;

    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-top: 20px;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    margin-right:5px;
}
.text-right {
    text-align: right;
    color: white;
}
.error-message {
	font-weight:bold;
  padding-bottom: 40px;
  padding-left: 210px;
  margin-top: -28px;
}
