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;
    background-color: #e8eaec;
}

@font-face {
    font-family: font-web-link;
    src: url(../font/ARDESTINE.ttf);
}

.web-link {
    position: absolute;
    bottom: 15px;
    right: 2%;
    font-family: Calibri,font-web-link,Arial;
    font-size: 20px;
}
.web-link a{
    color: #343a40 !important;
    text-decoration:underline;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    background-color: #bec0c180;
    padding: 20px;
    border-radius: 10px;
    margin: auto;
}

    .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;
}
