/* **********************************
        Superset CSS for Free2Move
   **********************************

These are mostly patch or additional
of the open source versions
and should be kept minimal

/* F2M logos */
.f2m-hub-small {
  height: 50px;
  width: 50px;
  padding: 10px;
}

.f2m-hub-medium {
  height: 80px;
  width: 80px;
  padding: 16px;
}

/* Welcome Box and Logout Box */
#welcome-container, #logout-container {
  position: absolute;
  top: 100px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
}

#welcome-box, #logout-box {
  margin-left: auto;
  margin-right: auto;
  width :500px;
  height: 200px;
  background: linear-gradient(45deg,#50c8aa 0,#0096d7 33%,#6446cd 66%,#e62d82 100%);
  box-shadow: 1px 1px 5px grey;
  text-align: center;
  font-size: x-large;
  padding-top: 50px;color:white;
}

/* Login Box */
#header-image {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  width: 200px;
}

#header-image > img {
  width: 200px;
}

#loginbox > .panel {
  box-shadow: 1px 1px 5px grey;
  padding: 10px;
}

#loginbox > .panel > .panel-heading > .panel-title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em;
  text-align: left;
  color: #e62d82;
  border-bottom: 2px solid #e62d82;
}

#loginbox > .panel > .panel-body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  text-align: left;
}

.input-group-addon {
  display: none !important;
}

input#password, input#username {
  border-radius: 7px;
  margin-bottom: 5px;
}

.btn:not(.btn-outline-google){
  background-color: #e62d82;
  border: none;
  margin-bottom: 20px;
}

.btn-outline-google{
  background-color: white;
  width: 100%;
  border: 1px solid #e62d82 !important;
  color: #e62d82;
  margin-bottom: 10px;
}

.form-control:focus {
  border-color: #e62d82 !important;
  box-shadow: 0.5px 0.5px 5px #e62d82 !important;
}