
body {
    background-color: #fffdfa;
    font-family: 'Arial', sans-serif;
}
header img {
    height: 40px;
}
footer {
    position: relative;
    bottom: 0;
    width: 100%;
}
.btn-primary {
    background-color: #4b0082;
    border: none;
    border-radius: 25px;
    padding: 12px 40px;
    font-weight: 600;
}
.btn-secondary {
    background: transparent;
    border: none;
    color: #4b0082;
    text-decoration: underline;
}
.btn-primary:disabled {
    background-color: #c8b7d6;
}
.form-control {
    background: #fffdfb;
    border-radius: 0;
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    color: #9e9e9e !important;
}
.form-control.extra {
    background: #f7f4f1 !important;
}
.form-control:focus {
    border: 2px solid #4b0082;
    outline: none;
    box-shadow: none;
}
.card-custom {
    background: #f8f6f4;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #d9d9d9;
    margin-bottom: 20px;
}
.progress-bar {
    background-color: #4b0082;
    border-radius: 8px;
}
ul, ol {
    padding-left: 20px;
}
input[type="checkbox"] {
    accent-color: #4b0082;
}
.salutare_img{
    width: 60px;
    float: left;
    margin-right: 15px;
}
.bg-custom{
    background-color: #f8f4f0 !important;
}
.check-custom{
    background: #a564ff;
    color: #fff;
    border-radius: 50px;
    padding: 6px 12px;
    float: left;
    margin-right: 15px;
}
.lict2{
    padding-bottom: 20px;
}
.check-custom2{
    background: #fff;
    color: #000;
    border-radius: 50px;
    padding: 6px 12px;
    float: left;
    margin-right: 15px;
    font-weight: bold;
}
footer a{
    text-decoration: none;
    color: #b1b1b1;
}
.form-check-input:checked{
    background-color: #4b0082;
    border-color: #4b0082;
}
.form-check .form-check-input {
    float: unset;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    margin-top: 2px;
}
.text-info-cstm{
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 12px;
}
@media (min-width: 500px) {
    .progress{ 
        width: 350px; 
        margin-left: 75px;
        margin-top: -5px !important; 
    }
}
