 /*-------------------------------------customizable styles*/
body {background-color:#ffffff;}
header nav {
background: -webkit-linear-gradient(left top, #333333 , #777777); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(bottom right, #333333 , #777777); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(bottom right,#333333 , #777777); /* For Firefox 3.6 to 15 */
/*background: linear-gradient(to bottom right, #333333 , #777777); /* Standard syntax */

background: linear-gradient(to bottom right, #03a9f4 , #03a9f4);
}
header nav a , header nav a:visited{
color: #ffffff;
text-shadow: 1px 1px 1px #000000;
}
header nav li.current a ,header nav li.current a:visited , header nav a:hover {
color: #fbf9ef;
text-shadow: 1px 1px 3px #000000;
}
footer {
color: #333333 ;
}
/*---------course outline styles----------*/
.box_title {
background: -webkit-linear-gradient(left top, #333333 , #777777); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(bottom right, #333333 , #777777); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(bottom right,#333333 , #777777); /* For Firefox 3.6 to 15 */
background: linear-gradient(to bottom right, #333333 , #777777); /* Standard syntax */
}

.bgcolorft
{
  background: #03a9f4;
}

p.rightside-content {
    color: #fff;
}

p.rightside-content {
    color: #fff;
    text-align: center;
    font-size: 18px;
}

div.two-column-right, div.two-column-right-course {
/*    width: 48.12500000%;*/
    width: 100%;
    padding: 1.2rem 1.25000000% 1.2rem 0;
}
.registerpage_heading
{
    text-align: center;
    color: #000;
    font-weight: 600;
    margin-top: 2%;
}

div.two-column-left, div.two-column-left-course {
    float: left;
    width: 100%;
    padding: 1.2rem 1.25000000%;
}
.regular-box {
    padding: 2rem 1.3rem;
    margin-bottom: 1.2rem;
    border-radius: 1.6rem;
    -webkit-border-radius: 1.6rem;
    -moz-border-radius: 1.6rem;
    box-shadow: 0 6px 15px #7c8084;
}

label {
    float: unset;
    width: 12rem;
    padding: 0.8rem 0.6rem 0.5rem 0;
    font-size: 1.3rem;
    text-align: right;
}

span.required_star_css {
    font-size: 18px;
    color: #cb1414;
    font-weight: 700;
}

.tagline_css
{
     margin: 0 0 1rem 0;
    padding: 0.5rem;
    background-color: #eaeaea;        
}

button.col-md-12.btn.btn-info.btn-lg.register_btn_design {
    border-radius: 10px;
    color: #fff;
    font-size: 19px;
    background: #03a9f4;
    border: none;
}

.formerror {
    color: #8c0000;
    text-align: revert;
    padding-bottom: 0;
}

.light-green {
    background-color: #03a9f4;
    color: #fff;
}
.textheadingcolor{
        font-size: 18px;
    text-align: center;
}

.genderset_css {
    position: relative;
    left: 0%;
    /* top: 366%; */
    margin-top: -10px;
}

li.parsley-required {
    list-style: none;
    color: red;
}

