.container p.title{
    /* margin-right: 120px; */
    /* margin-left: 120px; */
    /* margin-bottom: 20px; */
    color: black;
    font-weight: bold;
    font-size: 20px;
}

hr.style-one {
    border: 0;
    height: 3px;
    background: #8A150E;
    /* background-image: linear-gradient(to right, #ccc, #333, #ccc); */
}

p.subtitle {
    color: #873600;
    font-weight: bold;
    font-size: 18px;
}

hr.style-end {
    border: 0;
    height: 1px;
    background: #808B96;
    margin-top: 40px;
    /* background-image: linear-gradient(to right, #ccc, #333, #ccc); */
}

select#sex {
    width: 8%;
}

select#source {
    width: 20%;
}

.form-horizontal .control-label {
    padding-top: 0px;
}

.container .submit {
    margin-top: 20px;
    border: 1px solid #6C3483;
    background: #6C3483;
    color: #FFF;
    width: 100px;
    margin-left: calc(50% - 50px);
}

a {
    cursor: pointer;
}