.loginForm{
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  background: #fff;
  box-shadow: 1px 1px 4px #2d3436;
  border-radius: 10px;

}

.miaBtn {
background-color: #002D69;
color: #fff;
}

body{
	background-color: #666666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: medium;
}

h3{
  color:#002d69;
}
.t1{
  color: #8E2C26;
}

.myOrderForm{
   background-color: #fff;
}

.wrapper {
  max-width: 950px;
  border:black 1px solid;
  margin: 0 auto 50px ;
  background-color: #fff

}

.orderFormHeader{
  background-color: #fff;
}

.miaFooter{
  background-color: #ecf0f1;
}

.print {
  cursor: pointer;
  font-size: 40px;
}

.myData{
  min-width: 1000px;
}

.btnactive{
  min-width: 90px;
}

.mynavbar{
  background-color: #002d68;
  border-radius: 10px;
  margin-top:25px;
   
}

.loginHeader{
  background-color: #002d68;
  border-radius: 10px: 
}
/*----------Preloader------------*/
#preloader {
	background-color: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

#status {
	background-image: url("../images/preloader/preloader.gif.gif");
	background-repeat: no-repeat;
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -100px;
	margin-left: -100px;
}

@media only screen and (max-width: 767px) {
    #l1 {
        width: 350px;
       
    }
    
    #l3 {
        width: 350px;

    }
}
