html,body { 
	height: 100%; 
}

label {
	font-weight: 500;
}

.bg-dark1 {
		color: #FFFFFF;
		height: 65px;
		background-color: red; /* For browsers that do not support gradients */
		background-image: linear-gradient(to right, #05408C , #00CDFE); /* Standard syntax (must be last) */
}

.btn-login-in {
	background-color: #06438F;
	margin-top: 0 !important;
}

.nav-color {
	color: #FFFFFF;
}
.navbar-brand.nav-color {
	margin: 5px;
}

.global-container{
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5f5f5;
}

form{
	padding-top: 10px;
	font-size: 14px;
	margin-top: 30px;
}

.card-title{ font-weight:300; }

.btn{
	font-size: 14px;
	margin-top:20px;
}

.login-form {
	margin-top: 0;
}


/* .login-form{ 
	width:450px;
	margin:20px;
} */

.login-header {
	border-bottom: none;
	padding: 20px 30px;
}

.login-body {
	padding: 20px 30px;
}

.sign-up{
	text-align:center;
	padding:20px 0 0;
}

.alert{
	margin-bottom:-30px;
	font-size: 13px;
	margin-top:20px;
}

/* Home Page */

.bg-dark2 {
	background-image: url('../images/banner.png');
	/* height: 100vh; */
  min-height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
}

.card-color {
	background-color: #FFFFFF;
}

.bg-dark2 .align-items-center {
	padding: 55px 30px;
}

.banner-btn {
	margin: 0 20px 0 0;
	color: #FFFFFF;
}

/* Student Registration */

.stu_main {
background-color: #F1F0EF;
padding: 20px;
}

.stu_form {
	background-color: #FFFFFF;
	border-radius: 5px;
	margin-top: 20px;
}

.stu_form .form-control {
	background-color: #F9FAFF;
}

.stu_form .form-row {
	padding: 0 30px;
}

.form-control-file{
	  position: relative;
	  width: 100%;
	  height: 100%;
	  min-height: 6em;
	  outline: none;
	  visibility: hidden;
	  cursor: pointer;
	  background-color: #AEC5D7;
	  color: #1893D0;
	  /* box-shadow: 0 0 5px solid currentColor; */
  }

  .form-control-file:before {
	content: attr(data-title);
	position: absolute;
	left: 0;
	width: 100%;
	min-height: 6em;
	line-height: 2em;
	padding-top: 1.5em;
	opacity: 1;
	visibility: visible;
	text-align: center;
	border: 0.1em dashed #AEC5D7;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	overflow: visible;
  }

  .stu-group {
	  margin: 10px 0;
  }
  
  