﻿﻿

body {
    background: url(login-body.jpg) no-repeat;
    background-size: cover !important;
    background-position: center center;
    background-size: 100%;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    body {
        background: url(login-body2.jpg) no-repeat;
    }
}

@media screen and (max-width: 760px) {
    body {
        background: none;
    }
}

#applicationHost {
    position: static !important;
    height: auto;
    min-height: 100%;
    background: none !important;
    padding-top: 0 !important;
}

.copyright {
    padding: 10px 15px;
    color: #333;
    background: #fff;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-weight: normal;
    font-size: 13px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.copyright a {
    color: #19416c !important;
}

.copyright .productVersion {
    position: absolute;
    right: 15px;
}

.loginform-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.form-container {
    height: 100vh;

    .d-flex {
        background: rgba(255,255,255,0.5);
        box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    }
}

.ui-bg-overlay-container {
    background: url("pest-control.avif") no-repeat 0 0;
    background-size: 80%;
    background-position: center center;
}




/*=========================##new login styles##===================================================*/

input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

.login-form textarea:focus, .login-form input:focus {
    border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #adadad;
}

input:-moz-placeholder {
    color: #adadad;
}

input::-moz-placeholder {
    color: #adadad;
}

input:-ms-input-placeholder {
    color: #adadad;
}

textarea::-webkit-input-placeholder {
    color: #adadad;
}

textarea:-moz-placeholder {
    color: #adadad;
}

textarea::-moz-placeholder {
    color: #adadad;
}

textarea:-ms-input-placeholder {
    color: #adadad;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
}

.txt2 {
    font-size: 14px;
    line-height: 1.5;
    color: #666666 !important;
    background: no-repeat;
}

.txt2:hover {
   color: #8083ff !important;
    text-decoration: none;
}

.bg1 {
    background-color: #3b5998;
}

.bg2 {
    background-color: #1da1f2;
}

.bg3 {
    background-color: #ea4335;
}



/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 78vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: -o-linear-gradient(-135deg, #c850c0, #4158d0);
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    border-radius: 5px;
}

.wrap-login100 {
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.login-form {
    width: 330px;
}

.login-form-title {
    font-size: 18px;
    color: #135987;
    line-height: 1.2;
    width: 100%;
    display: block;
    padding-bottom: 40px;
    font-weight: 400;
}


/*---------------------------------------------*/
.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 15px;
}

.input100 {
    font-size: 15px;
    line-height: 1.5;
    color: #3c3b3b;
    display: block;
    width: 100%;
    background: #e8effd;
    height: 50px !important;
    border-radius: 5px;
    padding: 0 30px 0 68px;
    border: none !important;
}

.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 5px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgb(128, 131, 255);
}

.input100:focus + .focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

.symbol-input100 {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 35px;
    pointer-events: none;
    color: #666666;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.symbol-input100 .fa:before, .btn-show-pass .zmdi:before {
    position: absolute;
    top: 18px;
}


.input100:focus + .focus-input100 + .symbol-input100 {
    color: #8083ff;
    padding-left: 28px;
}



/*------------------------------------------------------------------
[ Button ]*/
/*.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}*/

.login-form-btn {
    font-size: 15px;
    height: 40px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background: #fec343 !important;
    border-color: #fec343 !important;
    text-shadow:none;
}
.login-form-btn:hover{
    box-shadow: 0 0.5em 0.5em -0.4em #aaa !important;
    outline: none !important;
    color: #fff;
    background: #ffaf00 !important;
    border-color: #ffaf00 !important;
     text-shadow:none !important;
}

.btn-forgot {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 47%;
    height: 40px;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.btn-secondary{
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    margin-right: 1rem !important;
}



/*------------------------------------------------------------------
[ Responsive ]*/

@media (min-width: 992px) {
    .loginform-box {
        .card {
            box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28) !important;
            border-radius: 5px !important;
        }
    }
}

@media (max-width: 991px) {

    .loginform-box {
        margin: 0 auto;
    }

    .wrap-login100 {
        /*padding: 177px 90px 33px 85px;*/
    }

    /*.container-login100 {
        box-shadow: none !important;
    }

    .login100-pic {
        width: 35%;
    }*/

    /*.login100-form {
    width: 50%;
  }*/
}


@media (max-width: 767px) {
    .wrap-login100 {
        padding: 120px 80px 0px 89px;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }

    .login100-pic {
        display: none;
    }

    .login-form {
        width: 100%;
    }

    .loginform-box {
        display: block !important;
    }
}

/*@media (max-width: 576px) {
    .wrap-login100 {
        padding: 40px 15px 33px 15px;
    }
}*/


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 13px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 13px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

.btn-show-pass {
    font-size: 15px;
    color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute !important;
    height: 100%;
    top: 0;
    right: 10px;
    padding-right: 15px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.btn-show-pass:hover {
    color: #3d7eca;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
}

/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/

/*@media (max-width: 576px) {
    .wrap-login100 {
        padding-left: 15px;
        padding-right: 15px;
    }
}*/

/*@media (min-width: 1024px) {

    .form-container {

        .d-flex {
            display: flex;
        }
    }
}*/

@media (max-width: 900px) {



    /*.d-flex {
        box-shadow: none !important;
        display: block !important;
        background: none;
    }*/

    /*.p-xl-5 {
        padding: 0 !important;
    }*/

    .copyright {
        .productVersion {
            text-align: center;
            right: auto;
            position: static;
        }

        img {
            float: none !important;
        }
    }

    /*.p-5 {
        padding: 0 1rem !important;
    }*/

    .version {
        padding-bottom: 15px;
    }
}

/*-------Change Password styles----------*/



.main-container {
    max-width: 900px;
    margin: 50px auto;
    border-radius: 3px;
    background: #fff no-repeat center 110px;
    background-size: 150px;
    position: relative;

    .form-container {
        width: 55%;
        float: left;
        height: auto;
    }

    .cmpany-logo {
        padding: 16px;
    }

    .sub-container {
        padding: 0px 30px 0px;
        margin: 0 auto;
    }



    .hint {
        padding: 0 15px;
        float: right;
        width: 40%;
    }

    .sub-container h4 {
        font-size: 20px;
        color: #003380;
        margin: 5px 0 15px;
    }

    .pswd {
        width: 100% !important;
    }

    .pswd-rules span {
        white-space: pre-wrap;
        display: block;
        text-align: left;
        background: #fff !important;
        color: #404448;
        border: 0px !important;
        /* line-height: 15px; */
        padding: 0.3em 0.6em 0.3em;
        min-height: auto !important;
        font-size: 11px;
        font-weight: bold;
        border-radius: 3px;
        width: 100% !important;
    }

    .userprofiles h5 {
        line-height: normal;
    }

    #frmChangePwdInfofirsttime .input-group-text {
        background: #e8effd;
    }

    #frmChangePwdInfofirsttime .input-group-text a {
        color: #666;
    }

    #frmChangePwdInfofirsttime .input-group-text a:hover {
        color: #007bff;
    }
}

.error, .dyncontrol-mandatory-identification, .mandatory-identification, .validation-failure-alert {
    color: #ff2828;
    width: 100%;
}

#frmChangePwdInfofirsttime {
    .userprofiles {
        .input-group-append {
            position: absolute;
            right: 0;
            z-index: 9;
        }
        .form-control{
            border-radius: 0.25rem !important;
        }
    }
}





.w-100
{
    width:100%;
}

@media only screen and (max-width: 768px) 
{
    .d-none
    {
        display:none;
    }
}
@media only screen and (min-width: 1200px) {

    .ui-bg-overlay-container
    {
        background-size: 73% !important;
    }
}

@media screen and (max-width: 768px) {
    body {
        background: url(../../Images/login-body2.jpg) no-repeat;
    }
}

@media (max-width: 576px) {
  .wrap-login100 {
    padding-left: 15px;
    padding-right: 15px;
  }
} 

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}
.pt-3, .py-3 {
    padding-top: 1rem !important;
}
.pt-5, .py-5 {
    padding-top: 3rem !important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
.mt-5, .my-5 {
    margin-top: 3rem !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border-0 {
    border: 0 !important;
}
.flex-row {
    flex-direction: row !important;
}
.align-items-center {
    align-items: center !important;
}
.text-center {
    text-align: center !important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}
