/* line 3, ../sass/start.scss */
#javax_faces_developmentstage_messages {
  margin: 0;
}

/* line 7, ../sass/start.scss */
html {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 670px;
  height: 100%;
}

/* line 15, ../sass/start.scss */
body {
  font-size: 80%;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 670px;
  height: 100%;
  color: #58585a;
  background: url("../images/login-screen.png.xhtml?ln=style")repeat-x scroll 145px 145px #FFFFFF;
}

/* line 26, ../sass/start.scss */
table, table tr, table tr.ui-widget-content, table td {
  background-color: transparent;
}

/* line 30, ../sass/start.scss */
label {
  color: #FFFFFF;
  font-weight: 600;
}

/* line 35, ../sass/start.scss */
.centered-top-logo-container {
  background-image: url("../images/ed-logo.png.xhtml?ln=style");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -125px;
  width: 250px;
  height: 60px;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px;
  border-radius: 2px !important;
  text-align: center;
}

/* line 49, ../sass/start.scss */
.centered-bottom-container {
  position: absolute;
  top: 420px;
  left: 50%;
  margin-left: -300px;
  width: 600px;
  height: 30px;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px;
  border-radius: 2px !important;
  text-align: center;
}
/* line 58, ../sass/start.scss */
.centered-bottom-container a {
  color: #00529A;
  font-weight: 500;
}

/* line 64, ../sass/start.scss */
.centered-container {
  position: absolute;
  top: 178px;
  left: 50%;
  margin-left: -225px;
  width: 450px;
  height: 200px;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px;
  border-radius: 2px !important;
  text-align: left;
}

/* line 75, ../sass/start.scss */
.left-container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 49.5%;
  padding-right: 25px;
}
/* line 80, ../sass/start.scss */
.left-container table {
  margin: 0 auto;
  margin-top: 37px;
}

/* line 86, ../sass/start.scss */
.middle-container {
  width: 1%;
  height: 100%;
  background-color: #FFFFFF;
  float: left;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px;
  border-radius: 2px !important;
}

/* line 94, ../sass/start.scss */
.right-container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  float: left;
  width: 49.5%;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 140%;
  text-align: center;
  height: 100%;
  padding-left: 40px;
  padding-top: 16px;
}
/* line 106, ../sass/start.scss */
.right-container > span {
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
}

/* line 113, ../sass/start.scss */
.left-container:after, .right-container:after, .middle-container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
