.bg{
  width:100%;
  float:left;
  background-image: url("../images/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#password-Field {
  position: relative;
}

#show-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translatey(-50%);
  z-index: 10000;
}
.form-control{
  border-radius: 0;
}
.input-group-text{
  padding:10px 20px;
  border-radius:2px !important;
  border: 1px solid #DC3839;
  background: #DC3839;
  text-align: center;
  color: #fff;
}
.input-group-text:hover{
  background: #E36364!important;
}
button.btn.btn-primary.btn-block.btn-lg{
    border-radius: 0;
    background: #dc3839;
    border: 0;
    height: 55px;
    font-size: 13px;
    font-weight: 600;
}
button.btn.btn-primary.btn-block.btn-lg:hover{
  background: #E36364!important;
}
label{
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 3px;
    color:#767676;
  }
.link-style{
  margin-top:20px;
  font-size: 13px;
  padding: 0 24px 0;
}
.link-style a{
  text-decoration: none;
  color: #555d66;
}
.link-style a:hover{
  color:#0073aa;
}
