* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* .container {
    margin: auto;
    display: block;
    width: 60%;
    border: 1px solid black;
} */

h3 {
    text-align: center;
}

.course_name {
    display: inline-block;
    float: right;
    text-align: right !important;
    padding-right: 0px !important;
}

.course_logo {
    display: inline-block;
    text-align: left !important;
    padding-left: 0px !important;
}

.main_header {
    background-color: #9d1d40;
}

/* .col {
    border: 1px solid black !important;
} */

.student_info {
    margin: auto;
    display: block;
    width: 80%;
}

.olcontent,
.alcontent {
    margin: auto;
    display: block;
    width: 60%;
}

.coursecontent {
    margin: auto;
    display: block;
    width: 80%;
}

.course_name h3 {
    color: white;
}

.sub_head h3 {
    color: #9d1d40;
}

.fa {
    padding-right: 8px;
}

.form-bt {
    margin-top: 15px !important;
    margin-bottom: 20px;
}

.form-sub-bt,
.form-reset-bt {
    display: block !important;
    margin: 10px auto !important;
}

.form-sub-bt {
    width: 50%;
}

.form-reset-bt {
    width: 40%;
}