body {
  background: #000000 url('/em7/libs/theme_image.em7/eplus-nasdaq-tower.jpg'); 
  font: 9pt Arial, Tahoma, Verdana, sans-serif;
  color: #989898;
  padding:0px;
  margin: 0px;
}

a {
  color: #8c8c8c;
  text-decoration: none;
}
a:hover {color: #d80000; }

#login_page { 
    position:relative;
    z-index: 0;
    width: 690px;
    height: 438px;
    margin: 41px auto 0 auto; 
    background: url('/em7/libs/theme_image.em7/eplus_login_logo.png') center top no-repeat; 
}

#error_message {
  position: absolute;
  top: 110px;
  right: -32px;
  width: 308px;
  height: 46px;
  overflow:hidden;
  text-align:center;
  font-weight: bold;
  color: #d80000;
}

#fieldset {
  position: absolute;
  right: 38px;
  top: 156px;
  width: 280px;
}
#fieldset .form_field {
  clear: both;
  padding-top: 4px;
}
#fieldset label {
  float:left;
  width: 138px;
  height: 23px;
  line-height:23px;
  font-weight:bold;
  font-size: 120%;
  text-align:right;
}
#fieldset .input {
  float: right;
  width: 116px;
  height: 20px;
  font: 11pt Arial, Tahoma, Verdana, sans-serif;
  color: #000000;
  background-color: #ffffff;
  border: #767676 1px solid;
  border-radius: 5px;
  padding: 0px 2px;
  text-indent: 2px;
}
#fieldset .submit {
  width: 80px;
  float: right;
}

#pw_recovery_link {
  clear: both;
  float: right;
  width: 122px;
  text-align: center;
  cursor:pointer;
  font-size: 8pt;
}

#xfer_session {
  margin-top: 2px;
  float: left;
}
#xfer_session input {
  width: auto;
  border:none;
}

#secure_status {
  position: absolute;
  top: 363px;
  right: 23px;
  text-align:center;
  width: 200px;
  font-weight:bold;
}
#secure_status .active {
  color: #d80000;
}

#footer {
  color: #8c8c8c;
  position: absolute;
  width:100%;
  bottom: 0;
  text-align:center;
  font-size: 6pt;
}

#noscript-bg {position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: black; -moz-opacity: 0.7; opacity: 0.7; z-index: 1; }
#noscript-text { position: absolute; text-align: center; left: 0; width: 100%; top: 30%; font-size: 13.5pt; line-height: 1.5em; z-index: 2; padding-top: 70px; background: url('/em7/libs/images/em7_logo.gif') center top no-repeat; }
#noscript-text a { font-size: 13.5pt; text-decoration: underline; }
#noscript-text b { font-size: 16.5pt; }

body.unlicensed #fieldset {display: none;}
body.form_disabled #fieldset {display: none;}
body.hide_pw_field #LOGIN_pwd_field {display:none;}

/** Ultra Light */
@font-face {
  font-family: "San Francisco";
  font-weight: 100;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-ultralight-webfont.woff");
}

/** Thin */
@font-face {
  font-family: "San Francisco";
  font-weight: 200;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-thin-webfont.woff");
}

/** Regular */
@font-face {
  font-family: "San Francisco";
  font-weight: 400;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}

/** Medium */
@font-face {
  font-family: "San Francisco";
  font-weight: 500;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-medium-webfont.woff");
}

/** Semi Bold */
@font-face {
  font-family: "San Francisco";
  font-weight: 600;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-semibold-webfont.woff");
}

/** Bold */ 
@font-face {
  font-family: "San Francisco";
  font-weight: 700;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-bold-webfont.woff");
}

body.unlicensed #fieldset {display: none;}
body.hide_pw_field #LOGIN_pwd_field {display:none;}

html {
  height: 100%;
} 

body {
  font-family: "San Francisco", "Helvetica", Arial, sans-serif;
  color: #fff;
  padding:0px;
  margin: 0px;
  background-image: linear-gradient(to bottom,#062445 0%, #36485c 100%);
  background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover; 
}

#login_page {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -175px;
  margin-left: -175px;
  background: rgba(2, 18, 31, 0.80) url('/em7/libs/theme_image.em7/eplus_login_logo.png') no-repeat;
  background-size: 150px;
  background-position: 50% 25px;
  padding: 30px;
  width: 350px;
  height: 350px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}


#fieldset {
  width: auto;
  padding: 0 30px;
  position: relative;
  top: 150px;
  right: 0;
}

#fieldset div.form_field {
  padding-top: 1px;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#fieldset .submit {

}

#secure_status {
  left: 105px;
  font-family: "San Francisco", "Helvetica", Arial, sans-serif;
  font-weight: normal;
  color: #fff;
}

#fieldset label {
  float: left;
  display: inline-block;
  text-align: left !important;
  font-size: 16px;
  font-weight: 200 !important;
  margin-left: 0;
  width: 80px;
  letter-spacing: 0.04em;
}

#LOGIN_user_field label {

}

#LOGIN_pwd_field label {

}

#fieldset input.input {
  float: left;
  display: inline-block;
  padding: 0 0 5px 0;
  width: 200px;
  margin-top: 2px;
  outline: 0;
  color: #fff;
  font-size: 16px !important;
  font-weight: 100 !important;
  background: transparent;
  border: 0 solid #fff;
  border-bottom-width: 1px;
  -webkit-border-radius: 1px;
}

#fieldset input.submit {
  width: 80px;
  height: auto;
  float: right;
  margin-right: 10px;
  background-color: #fff !important;
  background-image: none;
  text-align: center;
  cursor: pointer;
  color: #000;
  letter-spacing: 0.04em;
  padding: 10px;
  font-weight: 100;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 7px;
}

#fieldset input.submit:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  background-image: none;
  color: #fff;
}

#secure_status {
  font-family: "San Francisco", "Helvetica", Arial, sans-serif;
  position: relative;
  top: 190px;
  left: 50%;
  margin-left: -80px;
  width: 170px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
}

#secure_status span.active {
  color: #92c1f6;
}

#secure_status a {
  color: #fff;
  text-decoration: underline;
}

#secure_status a:hover {
  color: #fff;
  text-decoration: none;
}

#pw_recovery_link {
  clear: both;
  position: relative;
  top: 27px;
  float: none;
  width: auto; 
  cursor: pointer;
  font-size: 15px;
  color: #ffc107;
  margin-top: 20px;
}

#pw_recovery_link:hover {
  text-decoration: underline;
}

#error_message {
  color: #ff0000;
  font-size: 14px;
  font-weight: 400;
  left: 50%;
  top: 145px;
  width: 250px;
  margin-left: -125px;
  height: auto;
  overflow: visible;
}

#footer {
  visibility:hidden;
  color: #eee;
  position: absolute;
  width: 100%;
  bottom: 0px;
  text-align: center;
  font-size: 6pt;
}
