html, body {
  overflow: hidden;
}

body {
  font: 13px/20px "Open Sans", Tahoma, Verdana, sans-serif;
  color: #a7a599;
  background-image: url("../images/hc.jpg") !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.list-group-item-danger {
	color: #000000 !important;
	background: transparent !important;
  text-shadow: 2px 7px 5px rgba(0,0,0,0.3), 
    0px -4px 10px rgba(255,255,255,0.3);
  border: 1px solid transparent !important;
  font-size: 18px !important;
  letter-spacing: 2px;
  font-weight: 400 !important;
}
.list-group-item-warning {
  color: #000000 !important;
	background-color: rgba(153, 153, 153, 0.35) !important;
  text-shadow: 2px 7px 5px rgba(0,0,0,0.3), 
    0px -4px 10px rgba(255,255,255,0.3);
	border: 1px solid transparent !important;
  font-size: 18px !important;
  letter-spacing: 2px;
  font-weight: 400 !important;
}

.list-group-item-warning a, .list-group-item-danger a {
  color: #121212 !important;
}

/*Login form style*/
/* === Logo === */
.logo {
  background-position: center;
  height: 60px;
  width: 140px;
  margin: 100px auto 30px auto;
}

/* === Form === */
.form {
  width: 100%;
}

.form .field {
  position: relative;
  margin: 0 50px;
}
.form .field i {
  font-size: 18px;
  left: 0px;
  top: 0px;
  position: absolute;
  height: 44px;
  width: 44px;
  color: #f7f3eb;
  background: #676056;
  text-align: center;
  line-height: 44px;
  transition: all 0.3s ease-out;
  pointer-events: none;
}

/* === Login styles === */
.login-index {
  text-align: right;
  position: relative;
  right:0px;
  margin: 100px auto;
  width: 400px;
  height: auto;
  margin-top:100px;
  background: transparent;
  border-radius: 3px;
  letter-spacing: 3px !important;
}
.login-index:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: 26px;
  left: -8px;
  z-index: -1;
  background: #e4e7eac9;
  /* background: #e4e7eae0; */
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.63);
}

.login-index h1 {
  line-height: 35px;
  font-size: 20px !important;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  background-color: #0000007a;
  text-align: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-shadow:1px 1px 1px rgb(3, 23, 92) !important;
}

.login-counsel {
  text-align:center;
  margin: -20px auto;
  width: 100%;
  height: 500px;
  background: transparent;
  border-radius: 3px;
  letter-spacing: 3px !important;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}
.login-counsel:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: 26px;
  left: -8px;
  z-index: -1;
  background: transparent;
  /* background: #e4e7eae0; */
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.63);
  
}

.login-counsel a p {
  vertical-align:middle !important;
  line-height: 20px;
  font-size: 20px !important;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  text-align: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-shadow: 2px 7px 5px rgba(0,0,0,0.3), 
  0px -4px 10px rgba(255,255,255,0.3);
}

#rcorners1 {
  border:1px solid #7c7474;
  border-radius: 4px;
  background: #d2d3a6;
  width: 180px;
  padding: 10px 2px;
  font-weight: bold;
  color: #000000;
  vertical-align:middle !important;
}

.login-counsel h1 {
  line-height: 35px;
  font-size: 28px !important;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  background-color: #0000007a;
  text-align: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-shadow:1px 1px 1px rgb(3, 23, 92) !important;
}

.login {
  position: relative;
  margin: 100px auto;
  width: 400px;
  height: 315px;
  margin-top:100px;
  background: transparent;
  border-radius: 3px;
}
.login:before {
  content: '';
  position: absolute;
  top: -40px;
  right: -8px;
  bottom: 100px;
  left: -8px;
  z-index: -1;
  background: rgba(255, 255, 255, 0.281);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.63);
}

.login h1 {
  line-height: 35px;
  font-size: 20px !important;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  background-color: #0000007a;
  text-align: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-shadow:1px 1px 1px rgb(3, 23, 92) !important;
}
.login .submit {
  text-align: center;
}
.login p:first-child {
  margin-top: 30px;
}
.login p .remember {
  float: left;
}
.login p .remember label {
  color: #a7a599;
  font-size: 12px;
  cursor: pointer;
}
.login p .forgot {
  float: right;
  margin-right: 50px;
}
.login p .forgot a {
  color: #a7a599;
  font-size: 12px;
  text-decoration: none;
  font-style: italic;
  transition: all 0.3s ease-out;
}
.login p .forgot a:hover {
  color: #f2672e;
}

/*input style*/
/* === Input Form === */
::-webkit-input-placeholder {
  color: #1a39bc;
  font-family: 'Open Sans';
}

:-moz-placeholder {
  color: #1a39bc!important;
  font-family: 'Open Sans';
}

.form input[type=text], input[type=password] {
  font-family: 'Open Sans', Calibri, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 15px 10px 55px;
  position: relative;
  height: 24px;
  color: #676056;
  border: none;
  background: #f7f3eb;
  color: #777;
  transition: color 0.3s ease-out;
}

.form-control {
  display: block;
  width: 100%;
  height: 44px !important;
  padding: 10px 15px 10px 55px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.form input[type=text] {
  margin-bottom: 15px;
}

.form input[type=text]:hover ~ i,
.form input[type=password]:hover ~ i {
  color: #27ae60;
}

.form input[type=text]:focus ~ i,
.form input[type=password]:focus ~ i {
  color: #27ae60;
}

.form input[type=text]:focus,
.form input[type=password]:focus,
.form button[type=submit]:focus {
  outline: none;
}

.form input[type=submit] {
  margin-top: 15px;
  width: 270px;
  text-align: center;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  font-weight: bold;
  padding: 12px 0;
  letter-spacing: 0;
  box-shadow: inset 0px 0px 0px 0px #1abc9c;
  color: #fff;
  background-color: #16a085;
  text-shadow: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
  -webkit-animation: shadowFadeOut 0.4s;
  -moz-animation: shadowFadeOut 0.4s;
}

.form input[type=submit]:hover, input[type=submit]:focus {
  color: #fff;
  box-shadow: inset 0px 46px 0px 0px #1abc9c;
  -webkit-animation: shadowFade 0.4s;
  -moz-animation: shadowFade 0.4s;
}

/*keyframes for input animation*/
@keyframes shadowFade {
  0% {
    box-shadow: inset 0px 0px 0px 0px #1abc9c;
    color: #fff;
  }
  100% {
    box-shadow: inset 0px 46px 0px 0px #1abc9c;
    color: #fff;
  }
}
@keyframes shadowFadeOut {
  0% {
    box-shadow: inset 0px 46px 0px 0px #1abc9c;
    color: #fff;
  }
  100% {
    box-shadow: inset 0px 0px 0px 0px #1abc9c;
    color: #fff;
  }
}
@-webkit-keyframes shadowFade {
  0% {
    box-shadow: inset 0px 0px 0px 0px #1abc9c;
    color: #fff;
  }
  100% {
    box-shadow: inset 0px 46px 0px 0px #1abc9c;
    color: #fff;
  }
}
@-webkit-keyframes shadowFadeOut {
  0% {
    box-shadow: inset 0px 46px 0px 0px #1abc9c;
    color: #fff;
  }
  100% {
    box-shadow: inset 0px 0px 0px 0px #1abc9c;
    color: #fff;
  }
}
@-moz-keyframes shadowFade {
  0% {
    box-shadow: inset 0px 0px 0px 0px #1abc9c;
    color: #fff;
  }
  100% {
    box-shadow: inset 0px 46px 0px 0px #1abc9c;
    color: #fff;
  }
}
@-moz-keyframes shadowFadeOut {
  0% {
    box-shadow: inset 0px 44px 0px 0px #1abc9c;
    color: #fff;
  }
  100% {
    box-shadow: inset 0px 0px 0px 0px #1abc9c;
    color: #fff;
  }
}
/*continued styling for input */
.form input[type="checkbox"] {
  display: none;
}

.page-header{
  position: sticky;
  text-align: center;
  top:0px;
  left:0px;
  right:0px;
  /*background: #e4e7eac9 !important;*/
  background-image: linear-gradient(to bottom, #fff1ebd3 0%, #a4cdf357 100%);
  /*border: 1px solid #a4cdf3d7 !important;*/
  border : none !important;  
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  color: #121212;
  margin-top: 0px !important;
  font-size: 28px !important;
  font-weight: bolder !important;
  text-shadow: 2px 7px 5px rgba(0,0,0,0.3), 
    0px -4px 10px rgba(255,255,255,0.3);
  /* text-shadow: 
    1px 0px 1px #ccc, 0px 1px 1px #eee, 
    2px 1px 1px #ccc, 1px 2px 1px #eee,
    3px 2px 1px #ccc, 2px 3px 1px #eee,
    4px 3px 1px #ccc, 3px 4px 1px #eee,
    5px 4px 1px #ccc, 4px 5px 1px #eee,
    6px 5px 1px #ccc, 5px 6px 1px #eee,
    7px 6px 1px #ccc; */
  letter-spacing: 5px !important;
}

.page-header h2 {
  font-size: 38px !important;
}

/*.form input[type="checkbox"] + label span {
    display:inline-block;
    width:16px;
    height:16px;
    margin: -2px 4px 0 50px;
    vertical-align:middle;
    background:url("../img/checkbox.png") left top no-repeat;
    cursor:pointer;
}
.form input[type="checkbox"]:checked + label span {
    background:url("../img/checkbox.png") -16px top no-repeat;
}*/
/* === Copyright === */
.page-footer{
  position: fixed;
  margin-top: 120px;
  text-align: center;
  bottom:0px;
  left:0px;
  right:0px;
  background: #000000d2;
  border: 1px solid #ffffff;  
  border-left: none;
  border-right: none;
  border-bottom: none;
  color: #ffffff;
  padding: 10px;
}
.copyright {
  margin-top: 30px;
  text-align: center;
}
.copyright p, .copyright a {
  color: #828078;
  font-size: 12px;
  text-decoration: none;
  transition: color 0.3s ease-out;
}
.copyright p a:hover, .copyright a a:hover {
  color: #f2672e;
}