body {
    overflow:hidden;
}

.form-signin{
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.75);
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.password{
    position: relative;
}

.password input[type="password"]{
    padding-right: 30px;
}
.password .fa-eye,#password2 .fa-eye {
    display:none;
    right: 15px;
    position: absolute;
    top: 12px;
    cursor:pointer;
}

.bg {
    position: absolute; 
    width: 100%; 
    height: 100%; 
    left: 0px;
    top: 0px;
    background-image: url('//loremflickr.com/g/1280/1024/internetcables');
    background-size: cover;
    background-repeat: no-repeat; 
    background-position: 60% 100%;
    z-index:-9999;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }



  .sign-in-fortinet {
    background: url('../public/img/fortinet.png') #FFF;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 41px;
    color: #000;
    margin-top:10px;
  }
  .sign-in-fortinet:hover {
    background: url('../public/img/fortinet.png') #e0e0e0;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 41px;
    color: #000;
  }
