.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: 12px 32px;
    text-align: left;
}
#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;
}










.wrapper {
    position: relative;
    height: 100vh;
  }
  .image-wrapper {
    position: relative;
    height: 100%;
    background: #effefe;
    overflow: hidden;
  }
  .image-wrapper iframe {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 60vw;
  }
  /* .image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
} */

.login-heading-text h5{
color: #798c9c;
}



.login_form .form-control:focus {
color: #ffffff;
    background-color: #0a0a0a;
    border-color: #adbace;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(157 240 214 / 25%);
}
