﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.mb-3 {
    margin-bottom: 16px !important;
}
a {
    color: #6256c5;
}
:focus-visible {
    outline: unset;
}
.txtcaptcha {
    border: 1px solid #c0c0c0;
    text-transform: uppercase;
}
.modalspn {
    font-size: x-large;
    font-weight: 600;
    font-family: system-ui;
    margin: 35px;
}
.popupsecdiv {
    margin: -600px auto;
    background: #f5e0e0;
    width: 40%;
    padding-bottom: 45px;
}
.popupsecspn {
    font-size: x-large;
    font-weight: 600;
    font-family: system-ui;
    margin: 5px;
}
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}
.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .close:hover {
    color: #06D85F;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
}
@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }
    .popup {
        width: 70%;
    }
}

/***** New CSS *****/
.p-0 {
    padding: 0px !important;
}
.otp-btn {
    border: 0px;
    overflow: hidden;
}
.otp-btn #btnGetOTP{
    border-radius: 0px;
}
.position-relative {
    position: relative;
}
.toggle-password {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 38px;
    height: 38px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.password-input-box input {
    padding-right: 40px;
}
.auth-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100dvh;
    background-image: url('../images/login-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.auth-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.auth-wrapper .container-fluid {
    padding: 0px;
    width: 100%;
}
.auth-content {
    display: flex;
    height: 100dvh;
    justify-content: center;
    align-items: center;
    padding: 50px;
}
.auth-content h1 {
    font-family: "Poppins", sans-serif;
    position: relative;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.2;
    display: block;
    text-align: center;
    overflow: hidden;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
    margin: 20px 0px 10px;
}
.auth-content h2 {
    color: #fff;
    margin: 0px;
    font-size: 24px;
    font-weight: normal;
}
.form-content {
    min-height: 100dvh;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 50px;
}
.auth-form-area {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}
.upkvib-logo {
    width: 120px;
    height: auto;
}
.sub-heading {
    text-transform: uppercase;
    font-size: 30px;
    margin: 0px 0px 15px;
}
#form1 {
    width: 100%;
}
.login-tabs {
    width: 242px;
    margin: 0 auto 20px;
}
.nav-pills > li > a {
    border-radius: 4px;
    width: 120px;
    text-align: center;
    border: 1px solid #6256c5;
    color: #6256c5;
}
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #6256c5;
    border-color: #6256c5;
    color: #fff;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #6256c5;
    border-color: #6256c5;
}
label {
    font-weight: 400;
}
.form-control {
    height: 40px;
    border: 1px solid #cecece;
    box-shadow: none;
}
.form-control:focus {
    border-color: #c3bbff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(192, 185, 255);
}
#imgCaptcha {
    height: 40px;
    width: auto;
}
#btnRCapcha {
    padding: 6px 6px;
    height: 40px;
    display: inline-block;
    width: 40px;
    border: 1px solid #cecece;
}
#btnRCapcha img {
    width: 25px;
}
.overflow-hidden {
    overflow: hidden;
}
.w-100 {
    width: 100% !important;
}
.btn {
    height: 40px;
    font-size: 16px;
    text-transform: uppercase;
}
.theme-btn {
    text-align: center;
    border: 1px solid #6256c5;
    background: #6256c5;
    color: #fff;
    height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
.theme-btn:hover {
    background: #4a3eaa;
    color: #fff;
}
.theme-btn.focus, .theme-btn:focus, .theme-btn:hover {
    color: #fff;
    text-decoration: none;
}
.seprator {
    position: relative;
    margin: 15px 0px;
    text-align: center;
}
.seprator::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #cecece;
    position: absolute;
    top: 10px;
    left: 0;
}
.or-text {
    display: inline-block;
    background: #fff;
    position: relative;
    padding: 0px 10px;
}
.otp--links {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.action-group {
    display: flex;
    align-items: center;
    gap: 10px;
}
.form-fields {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 991px){
    .auth-wrapper .container-fluid {
        padding: 0px 15px;
    }
    .auth-logo img {
        width: 100px;
    }
    .auth-wrapper {
        min-height: 100dvh;
    }
    .auth-content, .form-content {
        height: auto;
        min-height: 50px;
    }
    .auth-wrapper:before {
        background-color: rgba(0, 0, 0, 0.6);
    }
    .auth-content {
        padding-bottom: 20px;
    }
    .auth-content h1 {
        font-size: 35px;
    }
    .form-content {
        padding-top: 0px;
        background: transparent;
    }
    .sub-heading {
        color: #fff;
        font-weight: normal;
        font-size: 24px;
    }
    .nav-pills > li > a {
        border: 1px solid #fff;
        color: #fff;
    }
    #btnRCapcha {
        background: #fff;
    }
    .form-inner-content label {
        color: #fff;
    }
}
@media screen and (max-width: 767px){
    .auth-wrapper {
        min-height: 100dvh;
        display: block;
    }
    .auth-logo img {
        width: 80px;
    }
    .auth-content {
        padding: 30px 5px 20px;
    }
    .auth-content h1 br {
        display: none;
    }
    .auth-content h1 {
        font-size: 24px;
        margin-top: 10px;
    }
    .auth-content h2, .sub-heading {
        font-size: 20px;
    }
    .form-content {
        padding: 0px 5px 30px;
    }
    .auth-inner h1, .auth-inner h2 {
        display: none;
    }
}