::after, ::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
b, strong {
    font-weight: 800;
}
body {
    background-color: #F9F9F9;
    font-size: 14px;
    color: #fff !important;
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
}
.login-left-content h1 {
    color: #fff; 
}
.login-main {
    position: absolute;
    top: 10px;
    left: 10px;
}
.btn-gray.bg-white {
    width: 100%;
}
.login-form-admin-penal {
    padding: 0 !important;
}
.bg-login-vedio {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}
.overlay-content {
    background: linear-gradient(253deg, #8AAE31 0%, #203D4A 99.61%);
    mix-blend-mode: multiply;
    height: 100vh;
    width: 100vw;
}
.login-content-txt {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    height: 100vh;
}
.login-right-content {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.66);
    backdrop-filter: blur(20.799999237060547px);
    padding: 40px;
    width: 60%;
    margin: 0 auto;
    color: #000000;
}
.login-left-content {
    width: 80%;
    margin: 0 auto;
}
.top-court {
    color: #FFF;
    font-family: Times New Roman;
    font-size: 100px;
    font-weight: 700;
    line-height: 30px;
}
.login-sub-txt {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    margin-top: 30px;
}
.login-right-content h3 {
    color: #000;
    font-family: Inter;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0px;
}
.ip-add {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
.ip-add:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    background-color: #3E3E3E;
    top: -25px;
}
.IP-tag {
    color: #000;
    font-size: 28px;    
    font-weight: 600;
    margin-bottom: 20px;
}
.email-tag {
    color: #666;
    font-size: 16px;
    font-weight: 400;
}
.email-tag a {
    color: #666;
    font-size: 16px;
    font-weight: 600;
}
.btn.btn-google-login {
    border-radius: 5px;
    background: #FFF;
    width: 100% !important;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0;
}
.login-bottom-footer {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}
.social-icon-login a {
    margin: 0 20px;
}
.social-icon-login {
    margin-bottom: 15px;
}
.login-bottom-footer p {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
}
.col-random-txt h3 {
    color: #FFF;
    font-family: Inter;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
}
.col-random-txt p {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
@media (min-width: 576px) { }
@media (max-width: 768px) {}
@media (max-width: 992px) { 
    .login-right-content {
        padding: 10px;
    }
    .login-bottom-footer {
        width: 100%;
    }
    .btn.btn-google-login {
        font-size: 14px;
        padding: 6px 0;
    }
    .IP-tag {
        font-size: 24px;
    }
    .email-tag, .ip-add {
        font-size: 14px;
    }
    .login-left-content h1 {
        font-size: 30px;
    }
}
@media (min-width: 992px) { }
@media (max-width: 1200px) { }
@media (min-width: 1200px) { }
 @media (max-width: 1400px) {
    .login-right-content {
        width: 90%;
    }
 }
@media (min-width: 1400px) { }
