.grecaptcha-badge {
    display: none;
}

.hide {
    display: none;
}

.login-form {
    background: #fffc !important;
    border-radius: 5px !important;
    box-shadow: 3px 3px 70px 0px #fff;
}

.passdiv {
    margin-top: 8px;
}

.label-warning {
    background-color: #f0ad4e;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.login-form {
    position: fixed;
    top: calc( 50vh - 210px);
    left: calc(50vw - 200px);
    max-width: 400px;
    width: 400px;
}

.log-sum-btn {
    width: 90px !important;
    padding: 8px 10px 8px 10px !important;
    border-radius: 5px;
}

#Mloader_div {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #040404a8;
    display: none;
}

.loaderimg {
    top: 45%;
    position: fixed;
    left: 48%;
    width: 100px;
    /*filter: brightness(260%);*/
    filter: brightness(110%);
}

.warn-caps {
    margin-left: 10px;
    position: absolute;
    right: 335px;
    z-index: 999;
    background: #ff5757;
    padding: 10px 10px 10px 10px;
    border-radius: 2px;
    /* top: -20px; */
    transform: rotate(0deg);
}

.warn_fa {
    transform: rotate(0deg);
}

.warn-caps p {
    content: "";
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ff5757;
    position: absolute;
    top: -10px;
    border-left: 5px solid transparent;
    left: 12px;
}

.login-font-power {
    font-size: 10px !important;
    color: #23527c;
    font-weight: 100;
    bottom: -6px;
    position: absolute;
    right: 0;
    margin-right: 14px;
}

.isoaccessImg {
    width: 70px;
}

a:focus,
a:hover {
    color: #23527c !important;
    text-decoration: underline !important;
}

.cursor {
    cursor: pointer;
}

.alert {
    padding: 4px 17px 4px 17px !important;
    background-color: rgba(255, 255, 255, 0.47);
    border-radius: 0px 0px 6px 6px !important;
    box-shadow: 1px 1px 5px #777 !important;
    height: 28px;
    animation-name: alertani;
    animation-duration: 1s;
}

.alert-error p {
    color: red;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
}

#er_div {
    position: absolute;
    top: 0px;
    right: 10px;
}