body {
  padding: 0;
  background-image: url("/images/team/church.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.inner_body {
  padding: 0 30px;
}

button {
  color: #d7c49eff;
  background-color: #343148ff;
  font-size: 12px;
  border: none;
  width: 90px;
  margin: 0 10px 0 0;
  float: right;
  padding: 5px 15px 5px 15px;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.5s;
  border-radius: 0;
}
button:hover,
button.active {
  color: #343148ff;
  background-color: #d7c49eff;
  padding: 5px 15px 5px 15px;
  border: none;
  text-align: center;
  margin: 0 10px 0 0;
  text-decoration: none;
  cursor: pointer;
  transition-duration: 0.5s;
}

button:disabled,
button[disabled] {
  background-color: #cccccc;
  color: #666666;
  padding: 5px 15px 5px 15px;
  border: none;
  text-align: center;
  margin: 0 10px 0 0;
  text-decoration: none;
}

nav {
  background-color: #343148ff;
  color: #d7c49eff;
  padding: 15px 60px 0 60px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(215, 196, 158, 0.51);
}

nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

nav li {
  list-style: none;
  padding: 0 5px;
}

nav li a {
  color: #d7c49eff;
  text-decoration: none;
  padding: 10px 16px;
}

.web_app_name {
  font-size: 20px;
}

nav li a:hover,
.active {
  color: #d7c49eff;
  text-decoration: none;
  border-bottom: 2px solid #d7c49eff;
  text-shadow: 0px 0px 10px rgb(222, 212, 155);
  background-color: rgba(215, 196, 158, 0.03);
}

.home_button {
  color: #d7c49eff;
  width: auto;
  font-size: 18px;
  float: right;
  text-decoration: none;
  border-bottom: 2px solid #d7c49eff;
  border-radius: 5%;
  margin: 30px 30px;
  background-color: #262626ad;
}

.home_button:hover {
  color: #262626;
  width: auto;
  float: right;
  text-decoration: none;
  border-bottom: 2px solid #2626263f;
  background-color: #d7c49eff;
}
.error {
  outline: 1px solid red;
}

.forget_password {
  font-size: 12px;
  padding: 10px 0 0 0;
  display: inline;
  color: black;
  cursor: pointer;
  font-weight: bolder;
}

.forget_password:hover {
  font-size: 12px;
  padding: 10px 0 0 0;
  display: inline;
  color: #0e6e90;
  cursor: pointer;
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  .inner_body {
    padding: 0 10px;
  }

  nav {
    background-color: #343148ff;
    color: #d7c49eff;
    padding: 30px 40px;
    display: inline-block;
    width: 100%;
  }

  nav ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  nav li {
    list-style: none;
    padding: 25px 0;
  }

  nav li a {
    color: #d7c49eff;
    text-decoration: none;
    padding: 10px 10px;
  }

  nav li a:hover,
  .active {
    color: #d7c49eff;
    text-decoration: none;
    border-bottom: 2px solid #d7c49eff;
    text-shadow: 0px 0px 10px rgb(222, 212, 155);
    background-color: rgba(215, 196, 158, 0.13);
  }
}

.loginbox {
  /* padding-left: 30px; */
  height: 400px;
}

/*--------------------------------------------------------------
# login
--------------------------------------------------------------*/
.login-box {
  background-color: rgba(245, 245, 245, 0.6);
  padding: 5rem 1.3rem;
  border-radius: 1rem;
  margin-bottom: 6rem;
  text-align: center;
}
.login-box:hover .ico-circle {
  transition: all 500ms ease;
  color: #fff;
  background-color: #f6f9fd;
  box-shadow: 0 0 0 10px #0077fe;
}
.login-box .login-ico {
  margin-bottom: 1rem;
  color: #1e1e1e;
}
.login-box .ico-circle {
  transition: all 500ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.login-box .ico-circle i {
  line-height: 0;
  font-size: 40px;
}
.login-box .s-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0.4rem 0;
}
.login-box .s-description {
  color: #4e4e4e;
}

.labpos {
  float: left;
  width: 10em;
  margin-right: 1em;
}

.avatar {
  vertical-align: middle;
  width: 500px;
  height: 500px;
  border-radius: 50%;
}
