/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 60px;
  
  
  
}

h3{
    text-align:center;
    color: #ff5500;
}

h4{
  text-align: center;
  color: #fff;
}

p{
  text-align: center;
  color:#fff;
}

h5{
  text-align: center;
  color: #ff5500;
}

p2{
  text-align: center;
  color:#000;
}




.header {
  text-align: center;
  color:#fff;
  background-color:#007bff;
  position: absolute;
  top: 0;
  width: 100%;
  line-height: 3.5em;
/*   font-size:7vw; */
  /* Set the fixed height of the footer here */
  height: 60px;
}


h1{
	font-size:7.1vw;
}

a{
	
	color: #000000;
}
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 140.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
	visibility: hidden;
}

.col-md-4 col-md-offset-4{
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: 0;
	
	
}
.btn-primary{
	background-color: #1E90FF;
	font-size:5.5vw;
	
}
.btn-block{
	background-color: #FFFFDF5;
	color:#ffffff;
	/* font-size:5.0vw; */
	/* position: relative; */
	
	
}
.navbar-brand{

	background-color: #FF4500;
}
.navbar-collapse{
/* 	font-size:5vw; */
	color:#FF4500
    width: 100%;
	background-color: #FF4500;
}
.navbar-toggle{
	 
	background-color: #FF4500;
}
.navbar-header{
/* 	 font-size:5vw; */
  
  padding: 20px 10px;
	background-color: #FF4500;
}

.navbar-nav{
 
          background-color: #FF4500;
}

.nav-link{
background-color: #FF4500;
}




.navbar{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.navbar .nav li a
{
  color: #fff;
}

.navbar .navbar-brand
{
  color: #fff;
  font-size: 1.8em;
 
}
.img-center
{
  position: relative;
  margin-top: 70px;
  height:100px;
  width:100px;
  
}

#softkeys {
  position: fixed; bottom: 0; left: 0; width: 100%; height: 30px;
  background: #dadada;
  padding: 3px 5px;
}

#softkeys > * {
  display: inline-block;
  width: 72px;
  padding: 0 5px;
}

#softkey-left, #softkey-right {
  font-weight: 400;
  font-size: 14px;
  color: #323232;
}

#softkey-right {
  text-align: right;
}

#softkey-center {
  font-weight: 600;
  font-size: 16px;
  width: 76px;
  color: #ff4d00;
  text-align: center;
}

/*==================================
=            login.html            =
==================================*/
#login .col-md-4
{
  border: 2px solid gray;
  padding: 50px;
  margin-top: 40px;
}
.container{
text-align: center;
}
@media(max-width: 768px){
  #login .col-md-4{
    border: 0px;
    padding: 50px;
    margin-top: 0px;
  }
  #login h1{
    font-size: 2em;
  }
}

.headerlogin{
  text-align: center;
  color:#fff;
  background-color:#007bff;
  position: absolute;
  top: 0;
  width: 100%;
  line-height: 3.5em;
  font-size:5vw;
  /* Set the fixed height of the footer here */
  height: 45px;
}

.loader {
  border: 16px solid #FF4500;
  border-radius: 50%;
  border-top: 16px solid #FF4500;
  width: 10px;
  height: 10px;
  -webkit-animation: spin 4s linear ; /* Safari */
  animation: spin 4s linear ;
  margin: 0 auto;
  
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
