
.line{
    color: #35424a;
    font-weight: bold;
    font-size: 35px;
}
.codex{
    color: #e8491d;
    font-weight: bold;
    font-size: 35px;
} 
 .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0px; 
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.05); 
    box-shadow: inset 0 0px 0px rgba(0,0,0,.05); 
}
.btn {
    display: inline-block;
    padding: 7.5px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle; 
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
     border-radius: 0px; 
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px; 
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);   
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; 
}