﻿body,html {
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(#1a96ae, #1f262cb8);
}

.panel-default {
opacity: 0.9;
margin-top:120px;
}
.form-group.last { margin-bottom:0px; }


/*-------------- css for show hide passwod eye logo ------------------------*/
.password-container{
  /*width: 400px;*/
  position: relative;
}
.password-container input[type="password"],
.password-container input[type="text"]{
  width: 100%;
  padding: 0px 36px 12px 12px;
  box-sizing: border-box;
}
.fa-eye{
  position: absolute;
  top: 28%;
  right: 4%;
  cursor: pointer;
  color: lightgray;
}

/*-------------- End css for show hide passwod eye logo ------------------------*/



