#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.no-border-radius {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-justify {
  text-align: justify;
}
.text-line-through {
  text-decoration: line-through;
}
.social-google {
  background-color: #da573b;
  border-color: #be5238;
  color: #ffffff !important;
}
.social-google:hover {
  background-color: #be5238;
  border-color: #9b4631;
  color: #ffffff !important;
}
.social-twitter {
  background-color: #1daee3;
  border-color: #3997ba;
  color: #ffffff !important;
}
.social-twitter:hover {
  background-color: #3997ba;
  border-color: #347b95;
  color: #ffffff !important;
}
.social-facebook {
  background-color: #4c699e;
  border-color: #47618d;
  color: #ffffff !important;
}
.social-facebook:hover {
  background-color: #47618d;
  border-color: #3c5173;
  color: #ffffff !important;
}
input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"],
input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: 0 !important;
  margin-top: 3px;
}
/****** Style Border *****/
/****** Style Border *****/
body {
  background-color: #32393b;
}
.login-panel {
  background-color: #f2f3f3;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 30px #222222;
  box-shadow: 0 0 30px #222222;
  margin-top: 25%;
  /*& input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }*/
  /*& input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }*/
}
.login-panel .panel-heading {
  background-color: transparent;
  border-bottom: none;
}
.login-panel .panel-title {
  background-image: url(../images/WickedReportsTheme/WickedReportsLogo-Horz.png);
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 50px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -888em;
  width: 246px;
}
.login-panel .checkbox {
  margin-bottom: 10px;
  padding-left: 0;
}
.login-panel .checkbox {
  font-weight: normal;
}
.login-panel .form-control {
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  height: auto;
  margin-bottom: 6px;
  padding: 10px;
  position: relative;
}
.login-panel .form-control:focus {
  z-index: 2;
}
.login-panel a {
  color: #374c5f;
  margin-top: 10px;
}
.login-panel a:hover {
  color: #304252;
  text-decoration: underline;
}
