/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 27, 2020, 1:48:17 AM
    Author     : HP
*/

.hidden{
    display: none !important;
}

.check-error {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}

.mb-3{
    margin-bottom: 15px;
}
.mb-4{
    margin-bottom: 20px;
}
.mb-5{
    margin-bottom: 25px;
}
 
.check-error p {
    margin-top: 0; 
    margin-bottom: 0;
    display: inline-block;
}

.pop-error
{
    font-size: 14px;
}

.pop-error-title
{
    font-weight: bold;
    font-size: 18px;
}

.btn-loader
{
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
    min-height: 35px;
    border: 1px solid rgba(128, 128, 128, 0.36);
}

.btn-loader span
{
    padding-bottom: 0;
    display: inline-block;
}

.btn-loader img
{
    width: 18px;
    position: relative;
}

.btn-animator{
    position: relative;
}

.btn-animator::after{
    content: "";
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: #000;
    border-radius: inherit;
    opacity: 0.3;
    background-image: url(../images/35.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35px;
    z-index: 2;
}