body {
  background-color: #efefef;

  display: block;
  height: 100%;
}

.marginTop {
  margin-top: 60px !important;
}

.form-signin {
  max-width: 330px;
  margin: 20px auto 0 auto;
  z-index: 99999;
}
.form-signin h2 {
  color: #fff;
  margin: 0;
  padding: 0;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.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 input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  outline: none;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  outline: none;
}

.logo {
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.logo img {
  margin: auto;
}

.site {

  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.gradients {
  z-index: -1;

  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}


.panel .panel-heading {
  font-weight: bold;
  text-transform: uppercase;
}

.form-control {
  outline: none !important;
  box-shadow: none !important;
}