@font-face { 
  font-family: 'Perpetua Titling MT'; 
  src: url('../fonts/perpetua_titling_mt_light.eot'); 
  src: url('../fonts/perpetua_titling_mt_light.eot?#iefix') format('embedded-opentype'), 
     url('../fonts/perpetua_titling_mt_light.svg#Perpetua Titling MT Light') format('svg'), 
     url('../fonts/perpetua_titling_mt_light.woff') format('woff'), 
     url('../fonts/perpetua_titling_mt_light.ttf') format('truetype');
}

@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/gillsansmtpro-light-webfont.eot'); 
  src: url('../fonts/gillsansmtpro-light-webfont.eot?#iefix') format('embedded-opentype'),
     url('../fonts/gillsansmtpro-light-webfont.woff') format('woff'),
     url('../fonts/gillsansmtpro-light-webfont.ttf') format('truetype');
}

/* LOGIN */

#form-login .checkbox {
	margin-top: 0px;
}

.bg-caption h2 {
	font-family: 'Perpetua Titling MT';
	font-size: 45px;
	line-height: 1.1em;
}

.loginFields {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
}

.loginFields > img {
	margin-left: -5px;
}