@import url(http://fonts.googleapis.com/css?family=Tenor+Sans);
html, body { height:100%; }
html {
 
  font-family: "Tenor Sans", sans-serif;
}

body { background: url("../../assets/img/bkg-login.jpg") center center no-repeat; background-size:cover; position:relative; overflow-x:hidden; }
body:after { content: ""; background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 100%); position: absolute; width: 100%; height: 100%; top: 0; }

.login-header { text-align:center; margin:0; padding:10px; position:absolute; width:100%; z-index:1; }
.login-header img { /*max-width:850px;*/ }

.container {
  /*width: 100%;*/
  margin: 0 auto;
  position: absolute;
  top:50%;
  /*bottom: 2%;*/
  right: 2%;
  transform: translateY(-50%);
  z-index:1;
}

.login {
  margin:0;
  width: 300px;
  box-shadow: 0 0 25px rgba(0,0,0,1);
  border-radius: 8px;
  background: rgba(255,255,255,0.95);
  padding: 1rem;
}

.login-heading {
font: "Tenor Sans",sans-serif;
color: #FFF;
font-weight: bold;
font-size: 59px;
padding: 0;
margin: 0;
text-shadow: 4px 0px #989898;}

.input-txt {
  width: 100%;
  padding: 20px 10px;
  background: #5D92BA;
  border: none;
  font-size: 1em;
  color: #777;
  border-bottom: 1px dotted rgba(250, 250, 250, 0.4);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.input-txt:-moz-placeholder {
  color: #777;
}
.input-txt:-ms-input-placeholder {
  color: #777;
}
.input-txt::-webkit-input-placeholder {
  color: #777;
}
.input-txt:focus {
  background-color: #4478a0;
}

.login-footer {
  margin: 10px 0;
  overlow: hidden;
  float: left;
  width: 100%;
}

.btn {
border: 1px solid rgba(255,255,255,0.75); border-top:0;
color: rgb(255, 255, 255);
border-radius:6px;
font-size: 16px;
font-weight: bold;
cursor: pointer;
background: #65a638;
padding: 8px 26px;
text-align: center;
width: 100%;
text-transform: uppercase;

}
.alert {color: #3E3A3A;
padding: 7px 0;}

.form-signin {
    margin: 0;
    padding: 0;
}
.btn--right {
  float: right;
}

.icon {
  display: inline-block;
}

.icon--min {
  font-size: .9em;
}

.lnk {
  font-size: .8em;
  line-height: 3em;
  color: #302929;
  text-decoration: none;
}

input { outline:none !important; }

.form-signin input[type="text"] { background:#fff; border:1px solid #cdced3; padding:10px 10px; border-radius:6px; margin:0 0 15px; }
.form-signin input[type="password"] { background:#fff; border:1px solid #cdced3; padding:10px 10px; border-radius:6px; margin:0 0 15px; }

input[type="text"]:-webkit-autofill,
input[type="text"]:-webkit-autofill:hover, 
input[type="text"]:-webkit-autofill:focus, 
input[type="text"]:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px #7ab654 inset !important;
  -webkit-text-fill-color: #fff !important;
}
input[type="password"]:-webkit-autofill,
input[type="password"]:-webkit-autofill:hover, 
input[type="password"]:-webkit-autofill:focus, 
input[type="password"]:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px #8bc167 inset !important;
  -webkit-text-fill-color: #fff !important;
}