/**
 * ContainerProxy
 *
 * Copyright (C) 2016-2019 Open Analytics
 *
 * ===========================================================================
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the Apache License as published by
 * The Apache Software Foundation, either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * Apache License for more details.
 *
 * You should have received a copy of the Apache License
 * along with this program.  If not, see <http://www.apache.org/licenses/>
 */
#navbar + div {
  padding-top: 50px;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading1 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.form-signin .form-signin-heading2 {
  text-align: center;
  /* font-weight: bold; */
  margin-bottom: 60px;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin #username {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin #password {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.embue-login-logo {
  margin: 10px 40px 30px;
}

.embue-button {
  color: white;
  background-color: #36afa5;
  border-color: #36afa5;
  font-size: 16px;
}

.embue-button:hover,
.embue-button:active,
.embue-button:focus,
.embue-button:visited {
  color: white;
  background-color: #4a776e;
  border-color: #133d3a;
  background-image: none;
}
