		.b{
			border: 1px solid red;
		}
		body{
			/*background-image: url(../img/gray-texture.png.html);*/
                font-family: 'Open Sans', sans-serif !important;
                background-color: #f0f2f7 !important;
		}
	
/*------------------------------Form buttons------------------------------------*/
		
		

/* Login Page*/

.header_background {
    background: #3D7EAA; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0497FF,#68C0FF); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0497FF,#68C0FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.form_border {
    border: 1px solid #0497FF;
}

.enjoy-css {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: none;
    font: normal normal 900 70px/normal "Aldrich", Helvetica, sans-serif;
    color: rgb(32, 44, 45);
    color: #982F1A !important;
    text-align: center;
    -o-text-overflow: clip;
    text-overflow: clip;
    text-shadow: 0 1px 0 rgb(204,204,204), 0 2px 0 rgb(201,201,201), 0 3px 0 rgb(187,187,187), 0 4px 0 rgb(185,185,185), 0 5px 0 rgb(170,170,170), 0 6px 1px rgba(0,0,0,0.0980392), 0 0 5px rgba(0,0,0,0.0980392), 0 1px 3px rgba(0,0,0,0.298039), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.247059), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.14902);
}

.submenu {
    background: #2a354a !important;
    color: #ffffff !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px !important;
    margin: 10px !important;
}

    .submenu :hover {
        background: #232727 !important;
        color: #eeeeee !important;
    }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #2a354a !important;
}

.logo_title {
    text-align: center;
    font-size: 16px;
    margin-top: 1px;
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
    .center_align_text {
        margin-top: 0px !important;
    }
  
    .logo_title {
        text-align: center;
        font-size: 13px !important;
    }

    .login .content {
        padding: 3px;
        width: 100%;
    }

    .login .copyright {
        text-align: center;
    }
}

@media only screen and (min-width : 480px) and (max-width : 743px) {
    .center_align_text {
        margin-top: 10px !important;
    }

    .logo_title {
        text-align: center;
        font-size: 13px !important;
        text-align: center;
        color: #982f1a;
        margin-top: 1px;
    }

    .login .content {
        padding: 3px;
        width: 100%;
    }

    .login .copyright {
        text-align: center;
    }
}

@media only screen and (min-width : 744px) and (max-width : 991px) {

    .logo_title {
        text-align: center;
        text-align: center;
        color: #982f1a;
    }

    .login .content {
        padding: 3px;
        width: 100%;
    }

    .login .copyright {
        text-align: center;
    }

    .center_align_text {
        margin-top: 20px !important;
    }
}

@media only screen and (min-width : 992px) and (max-width : 1366px) {

    .logo_title {
        text-align: center;
        font-size: 23px !important;
        text-align: center;
        color: #982f1a;
    }

    .login .content {
        padding: 3px;
        width: 100%;
    }

    .login .copyright {
        text-align: center;
    }

    .center_align_text {
        margin-top: 10px !important;
    }
}

@media only screen and (min-width : 991px) and (max-width : 1029px) {

    .logo_title {
        text-align: center;
        font-size: 23px !important;
        text-align: center;
        color: #982f1a;
    }

    .login .content {
        padding: 3px;
        width: 100%;
    }

    .login .copyright {
        text-align: center;
    }

    .center_align_text {
        margin-top: 5px !important;
    }
}
.col-xs-offset-2{
    margin-left :18%;
}

div#myNavbar ul li a {
    cursor: pointer;
}
ul.nav.navbar-nav.navbar-left li {
    font-size: 13px;
    color: #fff;
    margin-top: 10px;
    cursor: pointer;
}

.cl-details{
    width:100%;
    margin:0 auto;
    padding:0px;

}

.cl-details h2{
    color: #ffffff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    background: #5ca0d3;
    padding: 6px 9px;
    font-weight: 600;
        margin-top: 0px;
    margin-bottom: 5px;
}

/* Custom CSS */
.label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 15px !important;
    color: #3d7eaa;
}
.center_div{
    margin: 0 auto;
    width:80% /* value of your choice which suits your alignment */
}

/* studentResults page CSS */
.content-header {
    position: relative;
}
.content-header>.breadcrumb {
    float: right;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 7px 5px;
    position: absolute;
    top: -9px;
    right: 10px;
    border-radius: 2px;
}
.content-header h5{
    margin:0px;
    font-weight:700;
}
.breadcrumb-header{
    background-color:#d8d8d8;
    padding:8px 0px;
    margin-bottom: 20px;
}
.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.studWishinputs label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px !important;
}

/*
 * Component: Small Box
 * --------------------
 */
.small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  color:#fff;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.small-box > .inner {
  padding: 30px;
}
.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}
.small-box p {
  font-size: 15px;
}
.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
.small-box h3,
.small-box p {
  z-index: 5;
}

@media (max-width: 767px) {
  .small-box {
    text-align: center;
  }
  .small-box .icon {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }
}


/* studentResults page CSS */

.widget-container{
    width:800px;
    margin:0 auto;
}

/*New login page css open*/
input[id*="username"], input[id*="password"], input[id*="Mobile"],input[id*="enteredPassword"]  {
  border: none !important;
  outline: none !important;
  background: none !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.forgot-btns {
    background: #153bc7 !important;
    text-transform: uppercase;
    border-radius: 50px;
    width: 44%;
}
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}
.forgotbtn {
	margin: 0 auto;
	margin-top: 40px;
    margin-bottom:40px;
}
ol, ul{
	margin:0;
	padding:0;
}
.cont {
  overflow: hidden;
}
.clear-both {
   clear: both;
}
/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #b36ed0;
}
.bg-shadow{
	-webkit-box-shadow: 0px 0px 20px 1px rgba(7,3,127,1);
	-moz-box-shadow: 0px 0px 20px 1px rgba(7,3,127,1);
	box-shadow: 0px 0px 20px 1px rgba(7,3,127,1);
}
.wrap-login100 {
	width: 870px;
	background: #fff;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	flex-direction: row-reverse;
	border-radius: 15px;
}

/*==================================================================
[ login more ]*/
.login100-more {
	width: 65%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
 }

.login100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
}
.card-part1-logoPart, .logInarea{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align:center;
	position: relative;
}
.login100-more{
	color:#fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5824c1+0,5d5df9+99 */
background: #5824c1; /* Old browsers */
background: -moz-linear-gradient(top,  #5824c1 0%, #5d5df9 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #5824c1 0%,#5d5df9 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #5824c1 0%,#5d5df9 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5824c1', endColorstr='#5d5df9',GradientType=0 ); /* IE6-9 */

}
.logo-new h3{
	font-size: 21px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0.1px;
}
/*==================================================================
[ Form ]*/

.login100-form {
  width: 35%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 65px 30px 40px 30px;
}

.login100-form-title {
  font-family: Poppins-Regular;
  font-size: 20px;
  color: #555555;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;

  width: 100%;
  display: block;
}
/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #b2b2b2;
}

/*---------------------------------------------*/
.input100 {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #555555;
  line-height: 1.2;

  display: block;
  width: 100%;
  background: transparent;
  padding: 0 5px;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;

  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;

  background: #57b846;
}


/*---------------------------------------------*/
input.input100 {
  height: 45px;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

/*==================================================================
[ Restyle Checkbox ]*/


input[class*="sm"] {
	display: block;
    /*min-width: 242px;*/
    /*margin-top: 5px;*/
    padding-bottom: 5px;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4) !important;
    text-align: left;
    font-weight: 400;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
}
.forgot-pass {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    color: #607D8B;
}
.btn.btn-primary.submit {
    margin-top: 20px;
   
    background: #153bc7 !important;
    text-transform: uppercase;
    border-radius: 50px;
    width: 66%;
}
.logoarea{
    padding: 101px 0px 0px;
    top: -68px;
    position: relative;
}
.LogIn h3{
	font-size: 21px;
    line-height: 28px;
    font-weight: 400;
	color:#5b41de;
    letter-spacing: 0.1px;
}
.logoarea-footer p{
	margin: 0 0 10px;
    border-bottom: 1px solid #fff;
    padding-bottom: 16px;
    line-height: 24px;
}
.logoarea-footer ul li a i {
    padding-right: 5px;
    color: #ffffff;
    width: 25px;
}
.logoarea-footer ul{
	list-style: none;
    margin-top: 17px;
}
.logoarea-footer ul li{
	float: left;
    margin-right: 25px;
    display: block;
}
.logoarea-footer ul li a{
	display: inline-block;
    text-decoration: none;
    color: #fff;
}
.copyrights{
	position:absolute;
	bottom:10px;
	right:35px;
	color:#fff;
}

/* New login page css closed */

@media (max-width: 414px) {
 .login100-more,  .login100-form{width:100%;}

}