#course-material {
    padding: 40px;
}
#course-material form{
    max-width: 350px;
    margin: 0 auto;
    float: none;
}
#course-material.doubt-form form{
    max-width: 100%;
    margin: 0 auto;
    float: none;
}
#course-material h1.form-course-title {
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 40px;
}
#course-material .form-course-title:after {
    content: "";
    margin: 0 auto;
    height: 5px;
    width: 65px;
    background: #23a8e6;
    display: block;
    margin-top: 5px;
}
#course-material form label {
    margin-bottom: 5px;
    width: 100%;
    display:block;
}
#course-material form .js-form-item {
    margin-bottom: 20px;
    display: block;
}
#course-material .form-bottom-button {
    text-align: center;
}

#course-material .form-bottom-button a {
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    color: #ffffff;
    background-color: #0098d5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid transparent;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    padding: 12.5px 25px;
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    min-width: 250px;
    vertical-align: middle;
    font-weight: 600;
}
#course-material .form-bottom-button a:hover{
    background-color: #ffffff;
    color: #008fd3;
    border-color: #008fd3;
}

#course-material form select,
#course-material form input,
#course-material form textarea{
    width: 100%;
}

#course-material form  div#select-stream {
    margin: 0 auto;
    width: 100%;
}
div#edit-question-file-upload--description {
    color: #FF0000;
    font-size: 14px;
    padding: 10px 0px;
}

#course-material form input.button {
    min-width: 200px;
    width: auto;
    text-align: center;
    height: 40px;
    border: none;
    cursor: pointer;
    border-radius: 5px 5px 5px 5px;
    background-color: #00aff0;
    color: #fff;
    border: 1px solid #00aff0;
}
#course-material form input.button:hover {
    color: #00aff0;
    background: #fff;
}
@media (max-width: 767px){
    #course-material {
        padding: 20px;
    }


}

.popup-wrapper-complete-profile {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.81);
}
.popup-wrapper-complete-profile .profile-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    min-height: 80px;
    background: #c8e9f9;
    text-align: center;
    padding: 30px 15px;
    border-radius: 10px;
}
.popup-wrapper-complete-profile .profile-popup p .profile-link {
    min-width: 180px;
    border-radius: 10px;
    display: inline-block;
    border: 1px solid #065bbf;
    line-height: 1.4;
    padding: 5px 10px;
    background: #1e91e4;
    box-shadow: 0px 2px 7px #000;
    color: #fff;
    transition: all 0.3s;
    margin-top: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
#iframeParent {
    position: relative;
}

.pseudo {
    position: absolute;
    top: 0;
    right: 40px;
    left: 0;
    bottom: 0;
    z-index: 99;
}