
/* auth module */

/* .login-img img {
    height: 89.8vh;
    width: 100%;
    max-width: 666px;
} */

/*.login-img img {
    width: 100%;
    height: 100vh;
}
*/
.password-container {
    position: relative;
    display: flex;
    align-items: center;
}

    .password-container .form-control {
        padding-right: 40px; /* Ensure there is space for the icon */
    }

    .password-container .field_icon {
        position: absolute;
        right: 10px;
        cursor: pointer;
    }
.login-details {
    display: flex;
    justify-content: center;
    align-items: start;
    height: 201px;
}

    .login-details img {
        width: 77px;
        /* height: 95px;*/
    }


label.control-label {
    /* font-size ;*/ /*18px;*/
    display: block !important;
    /* font-weight: 600; */
    margin-bottom: 3px;
    color: #000;
}

/*.sensor-profile-details svg {
    width: 100%;
    max-width: 5%;
}*/
/*.sensor-top-profile .sensor-profile-details {
    display: flex;
    justify-content: flex-end;
}*/
.form-group {
  /*  margin-bottom: 15px;*/
    display: flex;
    flex-direction: column;
    padding: 12px 0px;
}
    /*.panel.panel-default {
    padding: 25px 60px;
}*/
    /*.form-group .form-control {
        height: 6vh;*/
        /* font-size ;*/ /*17px;
    }*/

h3.panel-title {
    /* font-size ;*/ 21px;
    text-align: center;
    color: #397fba;
    font-weight: 700;
}

.panel-default > .panel-heading {
    background: transparent;
}

a#lbtnLogin {
    /* font-size ;*/ 20px;
    font-weight: 700;
}

/*.container-fuild {
    width: 100%;
    max-width: 1625px;
}
*/
/*a#lbtnForgotPassword {
    display: flex;
    justify-content: end;
    align-items: center;
}*/

.login-page-details {
    display: flex;
    justify-content: center;
  /*  align-items: center;*/
    /* height: 100vh;*/
    flex-direction: column;
}
/*
.panel.panel-default.forget-panel {
    padding: 0px 60px !important;
}*/
.login-background {
    width: 100%;
/*    max-width: 1273px;
    margin: auto;*/
}

.login-details h1 {
    /* font-size ;*/ 38px;
    font-weight: 600;
}

.login-img img {
    width: 100%;
    height: 79vh;
    object-fit: cover;
}

body#login-sign-details {
    background: aliceblue;
}

.login-background.shadow-lg.bg-body.forget-screen-background {
    margin-top: 2rem;
}
/*
.forget-screen-background .login-img img {
    height: 100vh;
}
*/

.forget-screen-background .login-img img {
   
    height: 97vh;
  
}

.forget-screen-background .form-group {
    margin-bottom: 11px;
}



/*.login-page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}*/

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #4c4545;
}

.forget-screen-background .login-img img {
    object-fit: cover;
}


.btn-primary {
    width: 100% !important;
}

.navbar {
    justify-content: center !important;
}

.forget-page {
    display: flex;
    justify-content: end;
    align-items: center;
}
.form-group.login-btn input#btnSubmit {
    padding: 16px 49px;
}

/*.container.container-login.copyright-text.function-editor {
    margin-top: 2rem;
}
*/







/*********************display none properties*************************/
.navbar-fixed-height {
    display: none;
}

.tile-container {
    display: none;
}


.Pagefooter {
    margin-top: 15rem;
    margin-left: 7rem;
}
/**  new popup*/

.new_popup_box {
    border: #CCCCCC 1px solid;
    border-radius: 5px;
    width: 30%;
    margin: auto;
    min-height: 120px;
    /*overflow: hidden;*/
    position: absolute;
    z-index: 1000;
    background-color: White;
    left: 35%;
    top: 22%;
}

.new_popup_head {
    background: #333333;
    color: #fff;
    /* font-size ;*/ 16px;
    text-align: center;
    font-weight: bold;
    padding: 8px 0px;
}

.new_popup_box_in {
    padding: 10px;
}

    .new_popup_box_in h2 {
        /* font-size ;*/ 16px;
        line-height: 22px;
        padding: 0px;
        color: #333333;
        margin: -16px 0 4px 0;
        text-overflow: ellipsis;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
    }

    .new_popup_box_in p {
        /* font-size ;*/ 13px;
        color: #333333;
        overflow: hidden;
        /* text-overflow: ellipsis;*/
        /*white-space: nowrap;*/
        margin: 0px;
        padding: 0px;
    }


p.set-text-flow {
    word-break: break-all;
    width: 241px;
    white-space: break-spaces;
}

address {
    width: 288px;
}


p.text-form {
    word-break: break-word;
    width: 201px;
}
