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%;
}

div#fitem_id_passwordpolicyinfo div.col-md-3.col-form-label.d-flex.pb-0.pr-md-0 {
    padding-top: 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;
}

.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;
}
.alert-danger {
    display: none;
}
