body{
    font-family: 'Roboto', sans-serif;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.cc-cursor-pointer{
    cursor: pointer;
}

.cc-mandatary-field:after{
    content: "*";
    color: #E1271E;
    margin-left: 1px;
}

.shadow-lg {
    box-shadow: 0px 4px 19px rgba(170, 170, 170, 0.18);
}

.lognavtab{
    z-index: 2;
}

.lognavtab li a{
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    font-size: 15px;
    background-color: rgba(149, 149, 149, 0.1);
}

.form-control, .btn {
    height: 2.5rem;
}

.logform-body{
    padding: 1.875rem;
}

.panel-login-form h2 {
    font-size: 1.5625rem;
}

.cust-group-padd{
    padding-left: 2.8125rem;
}

.cust-input-group{
    position: absolute;
    left: .625rem;
    top: 2.3125rem;
    z-index: 1;
}

/*Remove browser default input color mozilla - yellow and chrome - Blue*/
input{
    filter: none;
}

input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus textarea:-webkit-autofill,
    textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
    select:-webkit-autofill,
    select:-webkit-autofill:hover,
    select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

.modal .close{
    position: absolute;
    right: -10px;
    top: -10px;
    width: 27px;
    height: 27px;
    background-color: #000;
    border-radius: 50px;
    color: #fff;
    text-shadow: none;
    font-size: 20px;
    opacity: 1;
}