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: 0px 0px;
	position: fixed;
	bottom: 0px;
	color: #fff;
}

.login{
	width: 600px;
	overflow: hidden;
	margin: auto;
	
	background: #6198bb;
	border: 11px solid #0b3790;
	border-radius: 18px;
}

.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;
}*/






.logmod::after {
    clear: both;
    content: "";
    display: table;
}

.logmod__wrapper {
    display: block;
    background: #FFF;
    position: relative;
    max-width: 550px;
    border-radius: 4px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
    margin: 120px auto;
}

.logmod__close {
    display: block;
    position: absolute;
    right: 50%;
    background: url("../img/logologin.png") no-repeat scroll 0% 0% transparent;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    top: -108px;
    margin-right: -117px;
    width: 300px;
    height: 200px;
}

.logmod__container {
    overflow: hidden;
    width: 100%;
}

    .logmod__container::after {
        clear: both;
        content: "";
        display: table;
    }

.logmod__tab {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

.logmod__tab-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.logmod__tab.show {
    opacity: 1;
    height: 100%;
    visibility: visible;
}

.logmod__tabs {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .logmod__tabs::after {
        clear: both;
        content: "";
        display: table;
    }

    .logmod__tabs li.current a {
        background: Green;
        color: white;
    }

    .logmod__tabs li a {
        width: 50%;
        position: relative;
        float: left;
        text-align: center;
        background: #0b3790;
        line-height: 50px;
        height: 50px;
        text-decoration: none;
        color: white;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
        cursor: pointer;
    }

        .logmod__tabs li a:focus {
            outline: dotted 1px;
        }

.logmod__heading {
    text-align: center;
    padding: 12px 0 12px 0;
}

.logmod__heading-subtitle {
    display: block;
    /*font-weight: 400;
    font-size: 15px;
    color: #888;
    line-height: 48px;*/
}

.logmod__form {
    /*border-top: 1px solid red;*/
}

.logmod__alter {
    display: block;
    position: relative;
    margin-top: 7px;
}

    .logmod__alter::after {
        clear: both;
        content: "";
        display: table;
    }

    .logmod__alter .connect:last-child {
        border-radius: 0 0 4px 4px;
    }









