/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

html,
body {
  height: 100%;
  padding: 0 !important;
  font-size: 0.9rem;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #f2f2f2 !important;
}

.container {
  margin: auto;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.container-fluid {
  padding-left: 0 !important;
}

.input-group-text {
  border-radius: 0 !important;
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}

.form-control {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}

.toast {
  opacity: 1 !important;
  margin-bottom: 20px !important;
  background-color: #1b93e1 !important;
  border-radius: 0 !important;
}

/*!
 * Fortress 0.1.0-alpha
 * Licensed under MIT
 */

.fort-login {
  min-height: 525px;
}

.fort-loginForm > span {
  margin-bottom: 10px;
  position: relative;
  display: flex;
}

.fort-loginHeader {
  min-height: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 2em;
}

.fort-loginUser {
  border-radius: 0!important;
  margin-bottom: 20px;
}

.fort-loginPass {
  border-radius: 0!important;
  margin-bottom: 20px;
}

.fort-iconGit {
  content: "";
  color: white;
  background-image: url('/dashboard/static/img/icon_github.svg');
  background-size: 20px 20px;
  margin: auto;
  margin-left: 10px;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.fort-iconTwit {
  content: "";
  color: white;
  background-image: url('/dashboard/static/img/icon_twitter.svg');
  background-size: 20px 20px;
  margin: auto;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.fort-loginBtn {
  border-radius: 0!important;
  width: 150px;
  background-color: #1952e4 !important;
}

#fort-loginBtnAlt {
  display: none;
}

.fort-social {
  position: absolute;
  bottom: 10px;
  right: 25px;
  color: white !important;
  font-weight: 700;
}

.fort-left {
  background-color: #49505b;
}

.fort-right {
  background-color: #ffffff;
}

.fort-red {
  background-color: red !important;
}

#fort-loginRePass {
  display: none;
}

#fort-info {
  display: none;
}