div.signupform.h-lp-course-enroll {
    width: 70%;
    padding: 15px;

}

div.signupform.h-lp-course-enroll form {
    background-color: #eee;
    margin: 15px;
    border-radius: 15px;
    text-align: center;
    max-height: min-content;
    margin-left: 30px;
    padding: 20px;
}

h5.login-heading {
    padding-bottom: 15px;
}

.btn-submit-row {
    width: 100%;
}

.h-lp-enroll-row {
    width: 100%;
    display: flex;
}

.h-lp-course-contacts {
    width: 50%;
    padding: 15px;
    text-align: center;
    border: 1px solid #eee;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    max-width: 300px;
}

div.h-lp-course-contacts img.rounded-circle {
    width: 100%;
    border-radius: 10px ! IMPORTANT;
}

.course-summary {
    text-align: left;
}

.course-card-img {
    height: 26rem !important;
    padding: .5rem;
    position: relative;
    background-position: center;
    background-size: cover;
}

.course-card-img .course-category {
    background-color: #127eac;
    color: #fff;
    padding: 4px 6px;
    margin-bottom: .25rem;
    border-radius: .5rem;
    width: fit-content;
    font-size: 80%;
}

div#message-panel {
    background-color: #cde863;
    margin: 15px;
    padding: 15px;
    border-radius: 10px;
    text-align: left;
    display: none;
    margin-left: 30px;
}

div#message-panel i {
    float: left;
    padding-top: 5px;
}

.message-panel-error {
    background-color: #ff7e29 !important;
}

.input-error::-webkit-input-placeholder {
    color: #ff7e29
}

div#message-panel p {
    font-weight: lighter;
    font-size: medium;
    margin-bottom: 0px;
}

div#fitem_id_passwordpolicyinfo {
    display: block;
    text-align: left;
    font-size: small;
    margin-bottom: 9px !important;
    background-color: #fffcfc;
    padding: 5px;
    border-radius: 9px;
}





div#fitem_id_passwordpolicyinfo {
    display: block;
    text-align: left;
    font-size: small;
    margin-bottom: 9px !important;
    background-color: #fffcfc;
    padding: 5px;
    border-radius: 9px;
}

.course-price {
    float: left;
    margin-right: 15px;
    background-color: #daeed9;
    padding: 10px;
    border-radius: 10px;
}

div#message-panel p p:before {
    content: "•";
    color: black;
    font-size: 1.2em;
    display: inline-block;
    width: 1em;
}

div#message-panel p p {
    font-size: 13px;
    font-family: Roboto;
    margin-bottom: 5px;
}