html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body{
	background: #dfeaff;
	font-family: poppins;
	background-image: url("../images/bg.png");
	background-size: cover !important;
}
.bglightblue{background: #dfeaff;}
@font-face{
	font-family: coolvetica_rg;
	src: url("../fonts/coolvetica_rg.ttf");
}
@font-face{
	font-family: poppins;
	src: url("../fonts/Poppins-Regular.ttf");
}
.ptb10{padding: 10px;}
.ptb12{padding: 12px 0px;}
.title{
	background-color: #0b3790;
	padding: 15px 0px;
	color: #fff;
}
.title h2{
	font-family: coolvetica_rg;
}

.form-control{
	border: none!important;
	background: #f4f8ff!important;
	padding: 15px!important;
}

select{
	border: none!important;
	background: #f4f8ff!important;
	padding: 15px!important;
}

.submit{
	background: #0b3790;
	border: 1px solid #0b3790;
	padding: 10px 40px;
	transition: 0.3s;
}
.submit:hover{
	background: #dfeaff;
	border: 1px solid #0b3790;
	color: #0b3790
}

.logo{
	position: fixed; 
	top: 0px; 
	left: 50%; 
	transform: translate(-50%,0%); 
	z-index: 999; 
	width: 100%; 
	margin: auto;
	padding-bottom: 10px;
}
.carousel,
.carousel-item,
.active {
  height: 100%;
}
.carousel-inner {
  height: 100%;
}
.carousel {
  margin-bottom: 0px;
}
.carousel-caption {
  z-index: 10;
	padding-bottom: 15%;
}
.carousel-indicators {
	bottom: 0px;}
.carousel .item {
  background-color: #777;
}
.carousel-inner a{color: #fff; text-decoration: none; transition: 0.3s;}
.carousel-inner a:hover{color: #0b3790;}
.carousel .carousel-inner .bg {
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel .carousel-inner .bg1 {
  background-image: url("../images/slider1.jpg");
  background-position: center top;
}
.carousel .carousel-inner .bg2 {
  background-image: url("../images/slider2.jpg");
  background-position: center center;
}
.carousel .carousel-inner .bg3 {
  background-image: url("../images/slider3.jpg");
  background-position: center bottom;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 0rem;
    margin-left: 15%;
    list-style: none;
}
.footer{
	width: 100%;
	overflow: hidden;
	background-color:#0b3790;
	padding: 15px 0px;
	position: fixed;
	bottom: 0px;
	color: #fff;
}

.login{
	width: 560px;
	overflow: hidden;
	margin: auto;
	padding: 50px 40px;
	background: #fff;
	border: 2px solid #0b3790;
	border-radius: 15px;
}

.table1{
	background: #fff;
	border: 1px solid #0b3790;
	border-radius: 5px;
}
@media screen and (max-width: 991px) and (min-width: 0px) {
.carousel-caption {
  z-index: 10;
	padding-bottom: 50%;
}

}
@media screen and (max-width: 768px) and (min-width: 0px) {
.login{
	width: 80%;
	overflow: hidden;
	margin: auto;
	padding: 20px 15px;
	background: #fff;
	border: 2px solid #0b3790;
	border-radius: 10px;
}
}
/*.rowg-3 p{
	margin: 0px;
}*/