@charset "utf-8";
/* CSS Document */

/*.auth-one-bg-position {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 380px;
}*/

.auth-one-bg-position {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    
    height: calc(var(--vh, 1vh) * 100);
}


/*.login-bg .form-check .form-check-input{margin: 0em;}*/

.auth-box {
    background: rgb(255, 255, 255, 0.1);
}

.auth-one-bg {
    height: 100%;
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
    background: #cee7ce;
    
}



/*.auth-one-bg {
	background: #000;
   	background-position: center;
    background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(25 75 255 / 17%) 100%), linear-gradient(rgba(0, 0, 0, 0) 33%, rgb(194 164 118 / 47%) 166%);
}*/

#video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.auth-one-bg .bg-overlay {
    background: linear-gradient( to right, rgba(194, 116453, 118, 0.06), rgba(255, 255, 255, 0.18) );
    opacity: 0.9;
}


/*.bg-overlay {	
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: 0.7;
    background-color: #000;
}*/


.auth-one-bg .shape {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.auth-one-bg .shape > svg {
    width: 100%;
    height: auto;
    fill: #000;
}

.particles-js-canvas-el {
    position: relative;
}

.auth-page-wrapper .auth-page-content {
    padding-bottom: 60px;
    position: relative;
    z-index: 2;
    width: 100%;
}

.login-bg {
    background-color: rgb(255 255 255 / 70%);
    backdrop-filter: saturate(180%) blur(7px);
    border: 2px solid rgb(255, 255, 255,01);
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
}
.logo-icon {
    gap:0.5;
    display:flex;
    justify-content:center;    
}

    .logo-icon h3 {
        
        color: #a48555 !important;
    }

.card-body {
    box-shadow: rgb(0 0 0 / 45%) 0px 25px 20px -20px;
}

.form-label {
    font-size: 17px;
}

