.phone {
  line-height: 26px;
  font-size: 16px;
}
.phone a {
  color: #000000;
  text-decoration: none;
}
.phone a:hover {
  text-decoration: underline;
}
.phone img {
  width: 26px;
  margin-right: 5px;
  vertical-align: middle;
}
.bg {
  overflow: auto;
  height: 860px;
	background-image: url('/images/login-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
/*  background-size: cover;*/
}
.login-panel {
  width: 520px;
  padding: 30px;
  margin-top: 160px;
  background: #ffffff;
  border-radius: 10px;
}
.btn-purple {
  color: #ffffff;
  background: #3d0085;
}
.btn-purple:hover {
  color: #ffffff;
  background: #3d0085;
}
.footer {

}
.footer a {
  color: #393939;
  text-decoration: none;
}
.copyright {
  color: #878787;
}
.copyright a {
  color: #878787;
  text-decoration: none;
}
.copyright a:hover {
  text-decoration: underline;
}