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


 
 
#spoofSite {
  background-color: #f6f6f6;
  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;
}
.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.png) left top no-repeat, url(../img/menu-osx-right.png) right top no-repeat, url(../img/menu-osx-bg.png) left top repeat-x;
}

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

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

/* Browser UI */

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

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

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

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

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

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

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

.safari.windows #spoofBrowser {
  background: url(../img/brow-windows-safari-sbi.png) center top no-repeat, url(../img/brow-windows-safari-sbi2.png) left top no-repeat;
  height: 72px;
}
.page_sbi {
  background-color: white;
  color: black;
  
  border: 1px solid white;
 margin: 16px 1087px 0px 13px;
padding: 1px 98px; 
font-size:13px;
height:400px;
}

p{margin-bottom:10px; margin-top:9px;margin-left: 30px;}
h3{margin-left: -69px;}

input {
     background-color: #f1f1f1;
    width: 257px;
    height: 39px;
    box-sizing: border-box;
    border: 1px solid #d6d5d5;
    margin-left: -70px;}
	

.terms_sbi{border-bottom: 1px solid #e0dfdf;
    padding-bottom: 5px;
    margin-bottom: 12px;
	
	}
.submit_sbi{    float: left;
	width:110px;
    margin-top: 27px;
	color:white;
	margin-left: -69px;
	background-color:#486D90;
  border: 1px solid #395a7a;
  cursor:pointer;
}

.bg_sbi{background-color:#F6F6F6;}

#container-infy_sbi{width:1215px; margin:auto;}
.head_sbi{background-color:#f6f6f6;}

.banner_sbi
{
background:url(../img/banner1_sbi.PNG);

background-color:#F6F6F6;
display:inline-block;
width:100%;
-webkit-background-size: cover;
-moz-background-size: cover;

background-size: cover;
height:493px;

}
  
  
  
  .fullscreened_sbi #container { display: none; }
 
  
	
  .bottom_sbi{background:#F6F6F6; padding: 0% 5%;}
 