.browser_message {
    font-size: 15px;
    background: #f8f8f8;
    border-radius: 4px;
    border: 1px solid #ccc;
    text-align: center;
    padding: 15px;
    margin: 0 5%;
    color: #ff0000;
    position: absolute;
    width: 90%;
    top: 8%;
    left: 0;
    right: 0;
    z-index: 99999;
    display: none;
}
.alert {
    margin: 0px 10px;
    text-align: left;
    padding: 3px 13px !important;
}
#g-recaptcha,.g-recaptcha
{
    padding: 12px 32px;
    display: flex;
    justify-content: center;
}

.loader {
    position: absolute;
    height: 100%;
    width: 100%;
    background: white;
    opacity: 0.6;
    display: flex;
    justify-content: center;
    align-items: center;
}


