
form {
    text-align: left;
}

#account-holder h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #301c1e;
    margin: 0px 0px 15px 0px;
    letter-spacing: 1.6px;
}

a {
    text-decoration: none;
    color: #301c1e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

a:focus, a:hover {
    text-decoration: none;
    color: #191919;
}

#account-holder {
    padding: 2% 8%;
    text-align: center;
}

.btn {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 4px;
    letter-spacing: 2.2px;
    border-radius: 0px;
}

.btn-primary {
    background-color: #191919;
    color: #fff;
}

.btn-primary:hover {
    background-color: #191919;
    color: #fff;
}

.control-label {
    font-size: 1.1rem;
    letter-spacing: 1px;
    color: #301c1e;
    margin-bottom: 10px;
    margin-left: 1px;
}

.form-control, .form-check {
    border-radius: 0px;
    font-size: 0.75rem;
    font-weight: 500;
    height: 2.75rem;
    padding: 14px;
    border: transparent;
    background-color: #f1f1f1;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.form-control::placeholder {
    color: #aca5a5;
}

.form-check {
    width: 100%;
    margin-bottom: 0px;
}

.row-radio {
    /* the fields should use all the space available */
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align with others row */
    margin-right: -12px;
}

@media ( max-width : 575.99px) {
    /* On smaller devices we prefer to have the radio button
    on different levels*/
    .row-radio {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .form-check {
        margin-bottom: 10px;
    }
}

#logText {
    height:150px;
}

#note  {
    height:100px;
}
#logText, #note {
    font-size: 0.7rem;
}
/* input::-webkit-input-placeholder { color: #595857 !important; } */
/* textarea::-webkit-input-placeholder { color: #595857 !important; } */

.form-control {
    height: calc(1.5em + 1.1rem + 2px);
    padding: 0.6rem 0.75rem;
    font-size: 1rem;
}

.form-control:disabled {
    background-color: #d7dbde;
    color: #aaa3a3;
}

.btn-sm {
    margin-left: 10px;
    font-size: 1rem;
    height: calc(1.5em + 1.1rem + 2px);
    line-height: 1;
}