/*!
 * Start Bootstrap - Half Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    height: 100%;
	font-family: 'Roboto', sans-serif;
}

/* You can change the height of the carousel by changing the height in the class below. It is set to 50% by default, but can be any height! */

.carousel {
    height: 70%;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0;
}


.mybar{
	    background-color: #1D2E4C;
		    border-color: #FFFFFF;
			
}

.bckimg{
	background-image: url("bck.png");
	background-repeat: no-repeat;
	background-size: 100% 100% ;
}

.title{
	padding: 10px;
	font-weight: 400;
	letter-spacing: 1px;
	
}

.form-title{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.mybtn{
	width: 100%;
	background-color: #1D2E4C;
	color: white;
}

.righttxt{
	color: white;
    text-align: right;
    font-size: 30px;
    padding: 15px;
}


.overlay { 
  color:#fff;
  position:absolute;
  z-index:12;
      background: rgba(183, 183, 183, 0.51);
    padding: 10px;
  top:20%;
  left:0;
  width:100%;
  font-size: 16px;
  text-align:center;
  
}

ul {
 list-style-type: none;
 }
.form-list h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px 10px;
        color: #1D2E4C;
}
.form-list li {
    font-weight: 700;
        list-style: initial;
}
.overlay-list h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px 10px;
        color: #1D2E4C;
}
.overlay-list li {
    font-weight: 700;
        list-style: inherit;
}
.overlay-list {
    padding: 0px 15px 15px 15px;
    margin: 0 auto;
}
.overlay-list ul {
    background: transparent!important;
    padding: 0px;
}
