
.llp-form {
    margin-top: 35px;
}

.llp-form .bg-danger .pull-left {
    padding-top: 10px;
}
.llp-form .bg-danger .pull-right {
    margin: 15px 0;
}

.llp-form .has-error .form-control {
    border-color: #f18a71;
    border-width: 2px;
}
.llp-form .has-error .help-block,
.llp-form .has-error .checkbox {
    color: #f18a71;
}
.llp-form .alert.alert-danger {
    background: #f18a71;
    border-color: #da9485;
    color: #ffffff;
}
.llp-form .bg-danger {
    background-color: #fdf3f1;
}
.llp-form .btn-danger {
    background: #f18a71;
    border-color: #da9485;
    padding: 14px 28px;
    font-size: 24px;
}
.llp-form .btn-danger:hover,
.llp-form .btn-danger:focus,
.llp-form .btn-danger:active {
    background-color: #f26949;
    border: none;
}

@media (max-width: 759px) {
    .partner-lunchit-de-form #description {
        height: 120px;
    }
}
@media (max-width: 450px) {
    .partner-lunchit-de-form #description {
        height: 180px;
    }
}
@media (max-width: 320px) {
    .partner-lunchit-de-form #description {
        height: 240px;
    }
}
@media (max-width: 530px) {
    .partner-spenditcard-de-form #description {
        height: 100px;
    }
}
@media (max-width: 386px) {
    .partner-spenditcard-de-form #description {
        height: 140px;
    }
}

@media (max-width: 662px) {
    .llp-form #timeframe {
        height: 80px;
        word-wrap: break-word;
        white-space: normal;
    }
}
@media (max-width: 418px) {
    .llp-form #timeframe {
        height: 100px;
        word-wrap: break-word;
        white-space: normal;
    }
}
@media (max-width: 342px) {
    .llp-form #timeframe {
        height: 130px;
        word-wrap: break-word;
        white-space: normal;
    }
}

@media (max-width: 750px) {
    .partner-spenditcard-de-form .form-group > .checkbox-inline,
    .spenditcard-de-form .form-group > .checkbox-inline {
        margin-left: 10px;
    }
    .partner-spenditcard-de-form .checkbox-inline,
    .spenditcard-de-form .checkbox-inline {
        width: 100%;
    }
}