.pl-0{
        padding-left:0px !important;
    }
     .pr-0{
        padding-right:0px !important;
    }
     .ml-0{
        margin-left:0px !important;
    }
     .mr-0{
        margin-right:0px !important;
    }
    .w-100{
        width: 100%;
    }
    .h-100vh{
        height:100vh;
    }
    .d-flex{
  display: flex;
    }
    .justify-content-center{
        justify-content:center;
    }
     .justify-content-end{
        justify-content:end;
    }
     .justify-content-start{
        justify-content:start;
    }
     .align-items-center{
        align-items:center;
    }
     .align-items-end{
         align-items:end;
    }
     .align-items-start{
         align-items:start;
    }
    .logincard{
           background: #F7FFED;
    padding: 30px;
    width: 65%;
    border-radius: 10px; 
    }
    .text-center{
        text-align:center;
    }
      .text-start{
        text-align:start;
    }
      .text-end{
        text-align:end;
    }
    .mt-1{
     margin-top:8px;
    }
     .mt-2{
     margin-top:12px;
    }
     .mt-3{
     margin-top:16px;
    }
     .mt-4{
     margin-top:20px;
    }
     .mt-5{
     margin-top:24px;
    }
      .mb-1{
     margin-bottom:8px;
    }
     .mb-2{
     margin-bottom:12px;
    }
     .mb-3{
     margin-bottom:16px;
    }
     .mb-4{
     margin-bottom:20px;
    }
     .mb-5{
     margin-bottom:24px;
    }
    .login-text{
        color:#252525;
        font-size:22px;
        text-align:center;
        font-weight:600;
    }
    .form-control:focus {
    border-color: unset !important;
    box-shadow: none !important;
}
.forgot-pass{
    text-decoration: underline;
    color: #0b6624;
}
.login-btn{
background: #8fc740;
    width: 100%;
    border: none;
    padding: 10px 10px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.position-relative{
    position: relative;
}
.position-absolute{
    position: absolute;
}
.position-set-icon{
    position: absolute;
    top: 10px;
    right: 10px;
}
.doticon{
    position: absolute;
        bottom: 0;
    left: 20px;
}
.circleicon{
    position: absolute;
    right: 0;
}
@media only screen and (max-width: 991px) {
.logincard {
    width: 100%;
}
 .h-100vh-mobile{
        height:unset;
    }
    .left-img{
        display:none;
    }
}
#error_value,#error_EmployeeCode,#error_newPwd,#error_common,#error_value{
    color:red;
}
.select-role{
    display:block; 
    color:#333;
}
.input-field{
    width:300px; 
    margin:0 auto;
}
.c-red{
    color: red;
}
.c-green{
    color: green;
}
