body {
    background-color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.header {
    background: #fff;
    padding: 15px 0;

}


.parsley-errors-list {
    color: red !important;
    padding-left: 0px !important;
    margin-top: 5px !important;
}

.form-check-input[type=checkbox] {
    border-radius: .25em;
}

.card-box {
    padding: 20px 40px 20px 40px;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 24px 40px -12px rgba(50, 50, 93, .22), 0 12px 18px -8px rgba(0, 0, 0, .26);
    margin-top: 10px;
}

label {
    text-align: left;
    margin-bottom: 5px;
}

input {
    font-size: 16px;
    border-radius: 2px !important;
    padding: 6px 10px;
    height: 40px;
}

.form-control,
.form-select {
    border-radius: 4px;
    color: black;
}

.small {
    margin-bottom: 20px;
    margin-top: 0px;
    font-size: 11px;
    line-height: 1.5;
}

.btn-download {
    background-color: #0190d9;
    color: #FFF;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 25px;
    min-width: 40px;
    height: 40px;
    border-radius: 2px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-appearance: none;
}

.btn-download:hover {
    background: #036da1;
    color: #fff;
}

.footer {
    background: #0190d9;
    color: #fff;
    text-align: center;
    padding: 30px 15px;
    margin-top: 40px;
    font-size: 14px;
}

/* Responsive tweaks */
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}