/* Login style start */
.btn,
.alert {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.icon-svg {
  width: 15px;
  height: 14px;
  margin-right: 5px;
}
.login-box-body {
  border-radius: 5%;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.login-box-body .svg-icon {
  width: 20px;
  height: 20px;
  margin-right: 3px;
  vertical-align: middle;
}
.login-box-body .list-group-item {
  padding: 10px;
}
.login-page {
  background-color: #ffffff;
}
.login-page .activate-store {
  display: block;
}
.store-list {
  position: relative;
  max-height: 250px;
  overflow: hidden;
  padding: 2px 4px 2px 2px;
}
.store-list .list-group-item {
  display: table;
  width: 100%;
}
.store-list .list-group-item a {
  display: table-row;
}
.store-list .store-icon,
.store-list .store-name {
  display: table-cell;
  vertical-align: middle;
}
.store-list .store-icon {
  width: 10%;
}
.store-list .store-name {
  width: 90%;
  font-weight: 700;
}
.login-logo .text {
  color: #2f5597;
  font-family: "Gill Sans MT", Sans-Serif;
  font-size: 22px;
  text-shadow: 10px 10px 3px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  color: #02055c;
}
#credentials {
  margin-top: 10px;
}
#credentials .table {
  margin-bottom: 0;
}
#credentials .table td {
  cursor: pointer;
}
.copyright {
  margin-top: 20px;
}
/* Login style end */
