#logo {
  background: url(images/static/logo.gif) no-repeat;
}
#key_visual {
  background: url(images/static/key_visual3.jpg) no-repeat;
}
#slogan {
  font-family: arial, verdana, tahoma;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #818181;
}
#content_container h1 {
  font-family: arial, verdana, tahoma;
  font-style: normal;
  font-size: 29px;
  font-weight: bold;
  text-decoration: none;
  color: #465f83;
}
#content_container h2 {
  font-family: arial, verdana, tahoma;
  font-style: normal;
  font-size: 23px;
  font-weight: bold;
  text-decoration: none;
  color: #696969;
}
#content_container h3 {
  font-family: arial, verdana, tahoma;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #696969;
}
#content_container,
#content_container p {
  font-family: arial, verdana, tahoma;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #595959;
}
#content_container a:visited {
  font-family: arial, verdana, tahoma, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #87a0be;
}
#content_container a:link {
  font-family: arial, verdana, tahoma, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #315eb5;
}
#content_container a:hover {
  font-family: arial, verdana, tahoma;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #315eb5;
}
#content_container a:active {
  font-family: arial, verdana, tahoma, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #315eb5;
}
#footer_text {
  font-family: arial, verdana, tahoma, sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #696969;
}
/* Styles used in the input field for password */
#register-form input[type="password"],
#register-form input[type="text"] {
  width: 100%;
  /* padding: 12px 36px 12px 12px; */
  box-sizing: border-box;
}
.password-container {
  /* width: 300; */
  position: relative;
}
.fa-eye {
  position: relative;
  /* top: 28%; */
  /* right: 35%; */
  right: 7%;
  cursor: pointer;
  color: silver;
}
