html,
body {
    height: 100%;
    background: #EEE;
}

.site-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}



.cl_logo {
    position:absolute;
    left: 50%;
    top: 50%;
    width: 88px;
    margin: -250px 0 0 -44px;
}


.cl_loginPanel {
    position:absolute;
    left: 50%;
    top: 50%;
    width:300px;
    height:280px;
    border:1px solid #ccc;
    border-radius:9px;
    box-shadow:3px 3px 6px #A0A0A0;
    background-color: #FFF;
    text-align: center;
    padding: 20px;
    color: #606060;
    margin: -140px 0 0 -150px;
    font-family: Helvetica,Arial,sans-serif;
}


.cl_loginText {
    font-size: 24px;
    color: #808080;
}

.cl_loginSubtitle {
    font-size: 16px;
    color: #808080;
}

.smartFactoryfooter {
    position: absolute;
    width: 100%;
    height: 32px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.45);
    text-align: center;
    color:#FFF;
    line-height: 30px;
    text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.75);
}


.cl_input {
    border: 1px solid;
    border-radius: 5px 0 0 5px;
    border-color: #A0A0A0;
    height: 36px;
    width: calc(100% - 40px);
    margin: 20px 0 4px 0;
    text-align: left;
    float: left;
    padding-left: 6px;
  }

  .cl_inpIcon {
    margin-top: 20px;
    font: 18px icoFa;
    width:40px;
    height: 36px;
    text-align: center;
    float: left;
    line-height: 36px;
    border-radius: 0 5px 5px 0;
    border: 1px solid;
    border-left: 0;
    background-color: #DDD;
    color: #808080;
    border-color: #A0A0A0;
  }

  .cl_btnLogin {
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    height: 40px;
    bottom: 20px;
    border-radius: 20px;
    border: 0px;
    cursor: pointer;
    color: #FFF;
    line-height: 41px;
    font-size: 13px;
    letter-spacing: 2px;
    background-color: #317560;
  }



.cover-container {
    margin-right: auto;
    margin-left: auto;
    margin-top: 4rem;
    width: 20rem;
}


.cover-container form label {
    color: #828281;
    text-transform: uppercase;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.cl_loginPanel {
    position:absolute;
    left: 50%;
    top: 50%;
    width:300px;
    height:280px;
    border:1px solid #ccc;
    border-radius:9px;
    box-shadow:3px 3px 6px #A0A0A0;
    background-color: #FFF;
    text-align: center;
    padding: 20px;
    color: #606060;
    margin: -140px 0 0 -150px;
  }


.inner {
    padding: 1rem;
}

.inner .logo {
    margin-bottom: 16px;
}

 

.inner form {
    background: rgb(255, 255, 255);
    padding: 1rem;
    box-shadow:3px 3px 6px #A0A0A0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (min-width: 48em) {
    .header-brand {
        float: left;
    }

    .nav-header {
        float: right;
    }
}

.footer {
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 300;
    border-top: 1px solid #2d2d2d;
    text-align: center;
    color: #c0c0c0;
}

.footer .inner {
    padding: 1px;
}

.footer .inner p {
    margin-top: 0;
    margin-bottom: 0;
    text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.75);
}

.footer a:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: none;
    font-size: 13px;
    color: #656565;
}

.footer a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: none;
    font-size: 13px;
    color: #656565;
}

.footer a:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: none;
    font-size: 13px;
    color: #656565;
}

.footer a:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: none;
    font-size: 13px;
    color: #989898;
}

div.buttons {
    padding-top: 2px;
}

div.buttons figure img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.invalid-feedback {
    position: absolute;
    font: 14px Helvetica,Arial;
    color: #dc3545;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: 160px;
    text-align: center;
}

div.buttons figure:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}


@media (min-width: 40em) {
    .footer {
        position: fixed;
        bottom: 0;
    }
}