@import url('https://fonts.googleapis.com/css?family=Numans');

html, body {
  background-image: url('/img/ciphix_wallpaper.jpg');
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  height: 100%;
  font-family: 'Numans', sans-serif;
}

.blue {
  color: rgb(16, 119, 255);
  font-weight: bold;
}

.container {
  height: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
}

.card {
  margin-top: auto;
  margin-bottom: auto;
  width: 400px;
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.svg_icon {
  width: 60px;
  margin-left: 10px;
}

.company_icon {
  fill: #FFC312;
}

.company_icon:hover {
  fill: #ffcf40;
  cursor: pointer;
}

.card-header h3 {
  color: rgb(16, 119, 255);
}

.social_icon {
  position: absolute;
  right: 20px;
  top: -20px;
}

.input-group-prepend span {
  width: 50px;
  background-color: #FFC312;
  color: black;
  border: 0 !important;
}

input:focus {
  outline: 0 0 0 0 !important;
  box-shadow: 0 0 0 0 !important;
}

.login_btn {
  color: black;
  background-color: #FFC312;
  width: 100px;
  border: 1px solid #FFC312;
}

.login_btn:hover {
  color: black;
  background-color: white;
}

.links {
  color: rgb(16, 119, 255);
}

.links a {
  margin-left: 4px;
}

.team_list {
  max-height: 200px;
  overflow: auto;
}

.list-group-item-action:hover {
  cursor: pointer;
}