

/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px){
    .bode {
        /*border-bottom: 1px dotted #4576b1;*/
        border-right: 1px dotted #4576b1;
      }

	
.date_Pic {
 float: left; 
 margin-top: 5px; 
 /* display: none; */ 
 width: 100% !important; 
 margin-left: 20px;
}
	
	
      .position {
    height: auto;
    display: flex;
    align-items: none;
    }

    body.removePadt1 {
    padding-top: 0;
    background-image: url("../images/ipadbg.png");
    background-position: top;
    color: #4576b1;
    background-repeat: no-repeat;
    background-size: 100%;
    }

    .mm{
    margin-left: 15%;
    }

    .loginCon {
    background: rgba(255,255,255,0.9);
    padding: 15px;
    border-radius: 5px;
    margin-top: 286px;
    box-shadow: 0 0 32px 0 #fff;
}


}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape)  {

.land{
	width:64.33%;
}
	
	
	.date_Pic {
	 float: left; 
	 margin-top: 5px; 
	
	 width: 100% !important; 
	 margin-left: 20px;
	}
.mm{
    margin-left: 19%;
    }

    .loginCon {
    background: rgba(255,255,255,0.8);
    padding: 15px;
    border-radius: 5px;
    margin-top: 160px;
    box-shadow: 0 0 32px 0 #fff;
    }


 body.removePadt1 {
    padding-top: 0;
    background-image: url("../images/landscape.png");
    background-position: top;
    color: #4576b1;
    background-repeat: no-repeat;
    background-size: 100%;
    }


}

/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

