body{
    overflow-x: hidden;
}

.bg-primary{
    background: midnightblue!important;
}

.bg-midnightblue{
    background: midnightblue!important;
}
.container-fluid{
    padding-right: 0px!important;
    padding-left: 0px!important;
}

.jumbotron{
    color: rgb(0, 0, 0);
    background-color: #fff;
}

.btn-custom{
    background: transparent;
    color: #000;
    border: 1px solid rgb(248, 11, 157);
}

.btn-custom1{
    color: #000;
    background: transparent;
    border: 1px solid rgb(248, 11, 157);
}



.btn-primary:hover{
    color: #fff;
    background-color: #d90086;
    border-color:transparent;
}

.intro-2 {
    background: url("../images/baby4.png")no-repeat center center;
    background-size: cover;
}

.cmc-back {
    background: url("../images/cmc-back.jpeg")no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}

.hm-gradient .full-bg-img {
    background: -moz-linear-gradient(45deg, rgba(42, 27, 161, 0.6), rgba(29, 210, 177, 0.6) 100%);
    background: -webkit-linear-gradient(45deg, rgba(42, 27, 161, 0.6), rgba(29, 210, 177, 0.6) 100%);
    background: -webkit-gradient(linear, 45deg, from(rgba(42, 27, 161, 0.6)), to(rgba(29, 210, 177, 0.6)));
    background: -o-linear-gradient(45deg, rgba(42, 27, 161, 0.6), rgba(29, 210, 177, 0.6) 100%);
    background: linear-gradient(to 45deg, rgba(42, 27, 161, 0.6), rgba(29, 210, 177, 0.6) 100%); 
}

.display-1{
    font-weight: 800!important;
}



span.display-4 {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 3.2;
    color: crimson;
}


.purple-tag{
    border-radius:10px;
    color:white;
    padding:10px;
    background:purple;
    font-weight:500;
}   

.font-light{
    font-weight: light!important;
    color: #000;
    text-align: justify;
}

.login-btn{
    border:1px solid white;
    border-radius:10px;
}



/*Style for login page*/

.bg-primary{
    background: #000!important;
}
.container-fluid{
    padding-right: 0px!important;
    padding-left: 0px!important;
}

.jumbotron{
    color: rgb(0, 0, 0);
    background-color: #fff;
}

.btn-custom{
    background: transparent;
    color: #000;
    border: 1px solid rgb(248, 11, 157);
}

.btn-custom1{
    color: #000;
    background: transparent;
    border: 1px solid rgb(248, 11, 157);
}

.btn-primary:hover{
    color: #fff;
    background-color: #d90086;
    border-color:transparent;
}

.intro-2 {
    background: url("../images/baby4.png")no-repeat center center;
    background-size: cover;
}

.hm-gradient .full-bg-img {
    background: -moz-linear-gradient(45deg, rgba(42, 27, 161, 0.6), rgba(29, 210, 177, 0.6) 100%);
    background: -webkit-linear-gradient(45deg, rgba(42, 27, 161, 0.6), rgba(29, 210, 177, 0.6) 100%);
    background: -webkit-gradient(linear, 45deg, from(rgba(42, 27, 161, 0.6)), to(rgba(29, 210, 177, 0.6)));
    background: -o-linear-gradient(45deg, rgba(42, 27, 161, 0.6), rgba(29, 210, 177, 0.6) 100%);
    background: linear-gradient(to 45deg, rgba(42, 27, 161, 0.6), rgba(29, 210, 177, 0.6) 100%); 
}

.display-1{
    font-weight: 800!important;
}

span.display-4 {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 3.2;
    color: crimson;
}


.purple-tag{
    border-radius:10px;
    color:white;
    padding:10px;
    background:purple;
    font-weight:500;
}   

.font-light{
    font-weight: light!important;
    color: #000;
    text-align: justify;
}




/*Style for login page ends*/


