.upload iframe{height: 700px; border: 1px solid #ddd; display: block; margin: 0 auto 30px; border-radius: 3px; width: 950px;}


/* General */
.clear { clear:both }

body {
  font-family: omnes-pro, sans-serif;
  margin:0;
  padding:0;
  color:#5E5E5E;
}

a {
  text-decoration:none;
  color:#5E5E5E;
}

hr {
  height:1px;
  border:0;
  background-color:#E0E0E0;
}

input {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;     
}

/* Common */
.full-width {
  width:100%;
}

.btn,
a.btn:link,
a.btn:visited,
a.btn:active {
  display:inline-block;
  width:100%;
  font-family:sans-serif;
  font-size:11px;
  font-weight:600;
  text-align:center;
  text-decoration:none;
  color:#FFFFFF;
  padding-top:15px;
  padding-bottom:15px;
  border:0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline:0;
}

.btn-primary {
  background:#B71101;
}

.btn-primary:hover {
  background:#930d01;
}

.btn-secondary {
  background:#868686;
}

.btn-secondary:hover {
  background:#6E6E6E;
}

.container {
  padding:20px;
}

.wrapper {
  width:960px;
  margin:0 auto;
}

/* Login Page */
.background-logos-container {
  position:absolute;
  width:100%;
  height:100%;
  top:110px;
  left:0;
  z-index:-99999;
}

.background-logos-row {
  width:100%;
  float:left;
}

.background-logo-item {
  display:table;
  padding:0 5% 0 5%;
  text-align:center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.background-logo-item-vertical-align {
  width:100%;
  height:100%;
  display:table-cell;
  vertical-align:middle;
}

.background-logo-item img {
  max-width:100%;
  height:auto;
}

.background-logo-dark {
  width:20%;
  height:204px;
  float:left;
  background:#BBBBBB;
}

.background-logo-light {
  width:20%;
  height:204px;
  float:left;
  background:#EFEFEF;
}

.header {
  width:100%;
  height:110px;
  background:url(../images/body/main_body_gradient_short.jpg) #FFFFFF;
  border-bottom:1px solid #B81003;
}

.logo-container {
  padding-top:15px;
}

.logo {
  width:309px;
  height:48px;
  margin-top:15px;
  text-indent:-99999px;
  background: url(../images/header/logo_on_shortgrad.jpg);
}

/* Login container */
.login-shadow {
  position: absolute;
  width: 358px;
  height: 550px;
  top: -20px;
  z-index: -100;
  -moz-box-shadow: -5px 5px 20px #888;
  -webkit-box-shadow: -5px 5px 20px #888;
  box-shadow: -5px 5px 20px #888;
}

.login-container {
  position:absolute;
  width:358px;
  height:530px;
  top:110px;
  right:245px;
  background:white;
  border:1px solid #B81003;
  border-top:none;
}

.login-container .container {
  padding:50px;
}

.login-container h1 {
  font-size:20px;
  font-weight:700;
}

.login-container input[type=email],
.login-container input[type=password],
.login-container input[type=text] {
  font-family:inherit;
  width:100%;
  height:33px;
  padding-left:10px;
  padding-right:10px;
  margin-bottom:15px;
  color:#666;
  border:1px solid #BEBEBE;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.login-container .forgot-password {
  display:inline-block;
  font-size:15px;
  text-decoration:underline;
  color:#A1A1A1;
  margin-bottom:15px;
}

.submit-login-btn {
  margin-bottom:32px;
}

.login-separator-text {
  position:absolute;
  padding-left:4px;
  padding-right:4px;
  left:50%;
  margin-top:-23px;
  margin-left:-11px;
  background:#FFFFFF;
}

.create-account-btn {
  margin-top:32px;
}

.sign-up-container {
    display:none;
}
