body {
  background: none;
  background-color: #EDF3F7;
}

/*
a, a:hover, a:visited, a:focus, a:active{
  text-decoration: none;
  color: inherit;
}
*/

div#content-wrap-inner{
  padding-top: 40px;
}

div#breadcrumbs{
  margin-top: 20px;
  height: 19px;
  font-size: 13px;
  line-height: 18px;
  color: #666666;
}
div#home-material{
  width: 635px;
  height: 330px;
  float: left;
  margin-right: 35px;
  padding: 25px;
  background: #EDF3F7;
  border-radius: 25px;
  margin-top: 50px;
}
input.home-code, input.home-code:focus, input.home-code:active {
  color: #000000;
  padding: 5px 8px 5px 10px;
  border-radius: 10px;
  border: 2px solid #008BB0;
  margin-bottom: 5px;
  width: 133px;
  height: 45px;
  font-size: 28px;
  letter-spacing: 3px;
  text-align: center;
  background-color: white;
}
input.home-code-background{
  background: url(../images/placeholder.png);
  background-size: cover;
}

input.home-code-error{
  border: 1px solid red !important;
}
button#home-submit-code{
  background-color: #1566AC;
  border-radius: 15px;
  color: #ffffff;
  border: 0px;
  width: 150px;
  height: 50px;
  font-family: AdLibRg_;
  cursor: pointer;
}
button#home-loginbutton, div#home-loginbutton{
  background-color: #1566AC;
  border-radius: 15px;
  color: #ffffff;
  border: 0px;
  width: 250px;
  height: 50px;
  margin-top: 72px;
  font-family: AdLibRg_;
  cursor: pointer;
}
div#home-loginbutton{
  padding-top: 10px;
}
div#home-loginlink{
  width: 300px;
  height: 330px;
  float: left;
  padding: 25px;
  background: #EDF3F7;
  border-radius: 25px;
  position: relative;
  margin-top: 50px;
}

div.home-loginbutton-left{
  float: left;
  width: 25px;
  margin-top: 6px;
  margin-left: 45px;
  text-align: left;
  font-size: 20px;
}
div.home-loginbutton-right{
  float: left;
  width: 120px;
  text-align: left;
  font-size: 14px;
}
.home-code{
  text-transform: uppercase;
}

#home-material{
  position: relative; 
}
#home-info{
  padding: 25px;
  border-radius: 20px;
  background-color: white;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
  background-color: #ffebea;
}
#signup-wrapper{
  margin-top: 16px;
}