/*
 * Colors
 *
 * red:	#f00000
 *
 */

body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #000;
    background-color: #fff;
    padding-top: 30px;
}

.highlight {
	color: #5f259f;
}

.white {
    color: #fff;
}

.text-big {
    font-size: 20px;
}

.text-small {
    font-size: 14px;
}

h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 1rem;
}

a,
a:hover,
a:active {
    color: #5f259f;
}

.container {
    min-height: 95%;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.2);
}

.header-claim h1 {
    font-size: 2.5rem;
	font-weight: 700;
    line-height: 3rem;
    padding: 0;
    margin: 0;
}

.header-logo {
    height: 100%;
}

label {
    margin-top: .5rem;
}

/* label span {
    color: #f00000;
} */

.input-group-text {
    background: #5f259f;
    color: #fff;
}

.datepicker {
    font-size: 14px;
}

.btn-highlight {
    color: #ffffff !important;
    background-color: #5f259f;
    border: none;
    transition: background-color .2s ease-in-out;
}

.btn-highlight:hover,
.btn-highlight:focus,
.btn-highlight:active {
    color: #ffffff !important;
    background-color: #5f259f;
    border: none;
}

.form-hp {
    display: none;
}