.Claim-Book {
    font-family: Graphik-Medium;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.19;
    text-align: left;
    color: #7673C0;
}
.claimBook .container-fluid{
    padding-top: 5%;
    padding-left: 4% !important;
}
.form-horizontal .control-label{
    text-align: left;
}
.Person-presenting-th {
    font-family: Graphik-Medium;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33;
    text-align: left;
    color: #7673C0;
}
input[type=text]{
    border-radius: 0px;
    border: solid 1px #00001c;
}
select{
    border-radius: 0px;
    border: solid 1px #00001c;
}

.Document-type-Last {
    font-family: Graphik-Regular;
    font-size: 16px;
    text-align: left;
    color: #00001c;
}
.Claim-Manifestation {
    font-family: Graphik-Regular;
    font-size: 12px;
    line-height: 2.08;
    text-align: left;
    color: #00001c;
}

.Claim-Manifestation .text-style-1 {
    font-weight: bold;
    font-family: Graphik-Bold;
}
.form-horizontal .control-label {
    text-align: left !important;
}

input[type="checkbox"] {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin: 0 0.4em 0.4em 0;
    border: 1px solid #281833;
    -webkit-border-radius:0px;
    border-radius:0px;
    -webkit-appearance: none;
    -webkit-transition: box-shadow 200ms;

}



/* hover state */
input[type="checkbox"]:not(:disabled):hover {
    border-color:#00001c;

}

/* active state */
input[type="checkbox"]:active:not(:disabled) {
    border-color:#00001c;
}


/* input checked border color */
input[type="checkbox"]:checked {
    border-color:#00001c;
    background-color:#00001c;
}

/* checkbox checked */
input[type="checkbox"]:checked:before {
    content: '';
    display: block;
    width: 6px;
    height: 13px;
    border: solid #fff;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 4px;
    margin-top: 1px;
}
@media screen and (max-width: 480px) {
    .form-padding {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
}
.errormsg{
    color: #f54a4a;
    font-family: Graphik-Regular;
    font-size: 12px;
}
