*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'inter-tight-regular';
}
.authpage {
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
    background-color: #fff;
}

.authpage form .form-buttons {
    display: flex;
    flex-direction: column;
}

/* .authpage form>div label {
    margin-bottom: 10px;
} */

.authpage .form-div form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.authpage .register-form-div form>div {
    display: flex;
    flex-direction: column;
}

.authpage .register-form-div form input {
    border: 0;
    background-color: #F9F9F9;
    padding: 21 25px;
    border-radius: 16px;
}

/* .authpage form button {
    background-color: #030303;
    color: #fff;
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 12px;
    font-size: 16px;
    margin-left: 0;
} */

.authpage .form-buttons a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
}

.authpage .authpage-content .site-logo {
    width: 350px;
    margin-bottom: 20px;
}
.authpage-content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-image: url('../images/registerbg.webp'); */
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 50px;
    overflow: hidden;
}
.authpage-content::before,
.authpage-content::after {
    content: '';
    position: absolute;
    width: 531px;
    height: 455px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}
.authpage-content::before{
    background-image: url(../images/shapes.webp);
    left: -1px;
    bottom: -3px;
    top: auto;
}
.authpage-content::after{
    background-image: url(../images/shapes.webp);
    right: -1px;
    top: -3px;
    transform: rotate(180deg);
}


.form-info-section .form-info-content {
    text-align: center;
}

.form-heading {
    font-weight: 700;
    font-size: 42px;
    text-align: center;
}

.form-subheading {
    font-size: 18px;
    line-height: 1.2;
}
.form-info-section .form-info-content .form-subheading a {
    text-decoration: underline;
}
.mb-10 {
    margin-bottom: 10px;
}
.text-center{
    text-align: center;
}
.form-info-content .para {
    max-width: 650px;
}
#particle-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.login-page-content, .forgetpass-page-content, .register-page-content {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #fff;
    padding: 30px;
    border-radius: 24px;
}
.bg-video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.video-overlay {
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: .5;
    position: absolute;
    top: 0;
}

.register-page,
.login-page,
.forgetpass-page {
    backdrop-filter: blur(10px);
    padding: 8px;
    border-radius: 30px;
    background-color: #ffffff14;
    margin: 0;
    width: 400px;
    margin: auto;
    z-index: 10;
}
.bg-video video {
    object-fit: cover !important;
    height: 100%;
    width: 100%;
}
.form-div label {
    font-size: 14px;
}

.notification-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: red;
    border-radius: 50%;
}
#camera-stream,
#captured-image  {
    width: 200px !important;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    background: #fff;
}

.capture-picture-div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.capture-picture-div .capture-btns {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.capture-picture-div .capture-btns button {
    flex: 1;
    border-radius: 12px;
}

.video-div {
    position: relative;
    border-radius: 50%;
    width: 200px;
    height: 199px;
    overflow: hidden;
    /* margin-bottom: 10px; */
}

/* .video-div label {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    z-index: 2;
} */

.hide-label{
    visibility: hidden;
}

#camera-stream{
    display: none;
}
#open-camera-btn {
    width: 100%;
    height: 100%;
}
.pass-eye {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}

.password-input {
    position: relative;
}

.remove{
    display: none;
}
