html,
body {
  height: 100%;
}
body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    background: url(../../logo/Login-bg.jpg);
    background-size: cover;
    background-position: center;
}
/*@font-face {
    font-family: font-web-link;
    src: url(../font/ARDESTINE.ttf);
}*/
.web-link {
    position: absolute;
    bottom: 15px;
    right: 5%;
}
.web-link p {
    font-family: 'AR DESTINE',font-web-link,Arial;
    font-size: 80px;
    line-height:80px;
    margin:0px;
    padding:0px;
}
.web-link a {
    font-family: Calibri,font-web-link,Arial;
    font-size: 14px;
    line-height: 14px;
    margin: 0px;
    padding: 0px;
}
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  left:5%;
  bottom :15px;
  position:absolute;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
  text-align:center;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="password"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
hr {
    background-color: #8e1b1b;
    margin: 0px 5px 10px 5px;
    border: 1px solid;
}
a{
    text-decoration:none;
    color:white !important;
}