﻿html {
    height: 100%;
}

body {
    height: inherit;
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    background-position: center;
    background-image: url('../Images/login-back.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.back-cover {
    background: #8080802e;
}

/*.logoDiv {
    margin-bottom: 1.5rem;
    font-size: 24px;
}*/

.logoDiv img {
    width: 60%;
}

logo-lbl {
    /* font-style: italic; */
    font-weight: 600;
    font-size: 1.5em;
}

.logo-span {
    font-size: larger;
    font-style: normal;
    color: white;
    font-weight: bolder;
    -webkit-text-stroke: 1.5px black;
}

.displayCenter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.displayCenter form {
    width: 100%;
    background: #f3f3f3;
    /*padding: 10px 0px 0 70px;*/
    padding: 2em;
    /*border: 1px solid;*/
    /*box-shadow: 0px 0px 5px;*/
    border-radius: 5px;
    border-width: 0px !important;
    box-shadow: 0px 1px 29px #333 !important;
}

.displayCenter .form-control {
    /*background-color: #e8f0fe;*/
    background-color: #ffffff78;
    background-clip: padding-box;
    /*border: 2px solid #8ea3b7;*/
    height: calc(1.5em + 0.75rem + 8px);
}

.displayCenter .form-group {
    position: relative;
    margin-bottom: 2.5rem;
}

.inherit-ht {
    height: inherit;
}

/*.custom-label {
    font-size: small;
    position: absolute;
    top: 50px;
    left: 25px;
    z-index: 1;
    background: white;
    padding: 0px 5px;
    border-radius: 5px;
    border: 2px solid #8ea3b7;
}*/

.custom-label1 {
    font-size: small;
    position: absolute;
    top: -16px;
    left: 25px;
    z-index: 1;
    background: white;
    padding: 0px 5px;
    border-radius: 5px;
    /*border: 2px solid #8ea3b7;*/
}

/*.btn {
    border: 2px solid #8ea3b7;
    background: #e8f0fe;
}*/

/*.brdr-btm {
    border-bottom: 3px solid #6daeef;
}*/

.msgLbl {
    display: none;
}

/* custom border */
.brdr-color, .form-control:focus {
    border: 2px solid #317e8ba1
}

.form-control:focus {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #9e9e9e;
}

.login-btn, .btn-default:hover {
    border: #02949d !important;
    background: #02949d !important;
    color: #fff !important;
    width: 8em;
    /*float: right;*/
}

.displayCenter form {
    /*box-shadow: 0px 0px 5px #feef02;*/
    box-shadow: 0px 0px 5px #000;
}

.forgotpaswd a {
    color: #0094e0;
    font-weight: 700 !important;
}

.forgotpaswd {
    padding: 0px;
    color: #0094e0;
}

.brdr-btm {
    border-bottom: 2px solid #317e8ba1;
}
/* custom border */