main 
{
    background: #A19B8C;
}

h1
{
    font-weight: 700;
    color: #4B423D;
    font-size: 2rem;
    margin-bottom: 30px;
}

form
{
    background: #FFF;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 70px;
}

h3
{
    color: #4B423D;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0;
    margin: 10px;
    margin-left: -10px;
    padding-bottom: 5px;
    width: calc(100% - 20px) !important;
}

.row.title
{
    margin-top: 10px;
    margin-left: 0;
}

.row.title.n2
{
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #A3896CE3;
}

.form-label {
    margin: .25rem;
    margin-bottom: 0;
}

input, select
{
    text-align: left;
    height: 50px;
}

select
{
    text-transform: capitalize;
}

select option:disabled
{
    color: red;
}

input[type="checkbox"] {
    border: 1px solid #4B423D;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    cursor: pointer;
}

input[type="checkbox"]:checked {
    background-color: #4B423D;
    border-color: #4B423D;
}

.form-check-label
{
    margin-top: 4px;
}

.form-check-label a
{
    color: #000;
}
.form-check-label a:hover
{
    color: #000;
}

.btn-primary
{
    font-size: 1.4rem;
    font-weight: 700;
    color: #FFF;
    background-color: #A3896CE3;
    border: 0;
    margin: 13px;
    width: calc(100% - 26px);
    height: 50px;
    line-height: 41px;
}
.btn-primary:hover
{
    background-color: #81694ce3;
}


@media screen and (orientation: portrait) {
    .form-check-label {
        margin-top: -30px;
        margin-left: 10px;
    }
}