@import url('https://fonts.googleapis.com/css2?family=Vollkorn:wght@400;700&display=swap');
html {
    overflow: hidden;
}

body {
    /* background-image: url("../images/pouring-yellow-oil-bubble-white-background_53089-63.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 30% 25%; */
}

.header-text {
    position: absolute;
    top: 65px;
    display: flex;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 10;
}

.header-text h4 {
    font-family: 'Vollkorn', sans-serif;
    font-size: 85px;
    color: #a07401;
}

@media screen and (max-width:300px) {
    video {
        max-width: 260px !important;
    }
    .header-text h4 {
        font-size: 30px;
    }
    .loginform {
        width: 150px !important;
        left: calc(100% - 75%) !important
    }
    .login-cont {
        margin-top: 200px !important;
    }
    .loginform .form-control {
        font-size: 12px !important;
        height: 20px !important;
    }
    .loginform label {
        font-size: 14px !important;
        /* transform: translateX(10px); */
        margin-left: 15px;
    }
    .loginform button {
        margin-top: 15px;
        font-family: 'Vollkorn', sans-serif;
        width: 60px;
        height: 20px;
        font-size: 12px;
        margin-top: 0;
        background-color: transparent !important;
        border: 1px solid #000;
        color: #000;
        align-self: center;
        padding: initial;
    }
    .trans-text {
        transform: translateY(25px);
    }
}

@media screen and (min-width:300px) and (max-width:768px) {
    video {
        max-width: 350px !important;
    }
    /*    .img_logo{
    width: 80%;
    }*/
    .error_footer {
        margin-top: 15px;
    }
    .header-text h4 {
        font-size: 30px;
    }
    .loginform {
        width: 150px !important;
        left: calc(100% - 75%) !important
    }
    .login-cont {
        margin-top: 180px !important;
    }
    .loginform .form-control {
        font-size: 12px !important;
        height: 20px !important;
    }
    .loginform label {
        font-size: 14px !important;
        /* transform: translateX(10px); */
        margin-left: 15px;
    }
    .loginform button {
        margin-top: 15px;
        font-family: 'Vollkorn', sans-serif;
        width: 60px;
        height: 20px;
        font-size: 12px;
        margin-top: 0;
        background-color: transparent !important;
        border: 1px solid #000;
        color: #000;
        align-self: center;
        padding: initial;
    }
    .trans-text {
        transform: translateY(25px);
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .loginform .form-control {
        height: 30px !important;
        font-family: 'Vollkorn', sans-serif;
        font-size: 18px;
        width: 200px;
    }
    .error_footer {
        margin-top: 15px;
    }
    .loginform label {
        font-family: 'Vollkorn', sans-serif;
        font-weight: 800;
        font-size: 14px !important;
        margin-left: 15px;
    }
    .loginform button {
        background-color: transparent !important;
        border: 1px solid #000;
        color: #000;
        align-self: center;
        margin-top: 15px;
        font-family: 'Vollkorn', sans-serif;
        width: 100px;
        height: 30px;
        font-size: 15px;
        padding: initial;
    }
    video {
        max-width: 500px !important;
    }
    /* .login-cont {
        margin-top: 50% !important;
    } */
    .trans-text {
        transform: translateY(35px);
    }
}

@media screen and (min-width:1024px) {
    .loginform .form-control {
        height: 30px !important;
        font-family: 'Vollkorn', sans-serif;
        font-size: 18px;
        width: 200px;
    }
    .error_footer {
        padding-top: 25px;
    }
    .loginform label {
        font-family: 'Vollkorn', sans-serif;
        font-weight: 800;
        font-size: 14px !important;
        margin-left: 15px;
    }
    .loginform button {
        background-color: transparent !important;
        border: 1px solid #000;
        color: #000;
        align-self: center;
        margin-top: 15px;
        font-family: 'Vollkorn', sans-serif;
        width: 100px;
        height: 30px;
        font-size: 15px;
    }
    video {
        max-width: 500px !important;
    }
    .trans-text {
        transform: translateY(35px);
    }
}

video {
    margin-top: -10px;
    margin-left: -10px;
    display: block;
    border-radius: 8px;
    z-index: 2;
    position: absolute;
}

.boderchng {
    border-bottom: 2px solid #fff !important
}

.clrchange {
    color: #fff !important;
}

.loginform {
    width: 250px;
    margin: auto;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -10px;
}

.form-control:focus {
    color: #000;
    border: none;
    border-bottom: 2px solid #000;
}

.form-control {
    background: transparent !important;
    border: none;
    border-bottom: 2px solid #000;
}

.lg-ip:focus {
    box-shadow: none !important;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.lg-lab {
    transition: 0.8s ease;
    order: -1;
    color: #000;
}

.login-cont {
    margin-top: 20%;
}

.form-container {
    display: flex;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* ---- reset ---- */

body {
    margin: 0;
    font: normal 75% Arial, Helvetica, sans-serif;
}

canvas {
    display: block;
    vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {
    position: fixed;
    width: 100vmax;
    height: 100%;
    /* background-color: #b61924; */
    /* background-image: linear-gradient(120deg, #fff409, #f9bf39); */
    /* background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); */
    /* background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); */
    background: linear-gradient(180deg, #c0bba7, #bc9b43);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    top: 0;
    z-index: 1;
    /* filter: blur(2px); */
}

/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats, .count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

/* .leaf {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 350px;
    left: 0;
    z-index: -2;
}

.leaf img {
    width: 100% !important;
    height: 100%;
}

.leaf div {
    position: absolute;
    display: block;
    top: 100px;
}

.leaf div:nth-child(1) {
    left: 20%;
    animation: fall 15s linear infinite;
    animation-delay: -2s;
}

.leaf div:nth-child(2) {
    left: 70%;
    animation: fall 15s linear infinite;
    animation-delay: -4s;
}

.leaf div:nth-child(3) {
    left: 10%;
    animation: fall 20s linear infinite;
    animation-delay: -7s;
}

.leaf div:nth-child(4) {
    left: 50%;
    animation: fall 18s linear infinite;
    animation-delay: -5s;
}

.leaf div:nth-child(5) {
    left: 85%;
    animation: fall 14s linear infinite;
    animation-delay: -5s;
}

.leaf div:nth-child(6) {
    left: 15%;
    animation: fall 16s linear infinite;
    animation-delay: -10s;
}

.leaf div:nth-child(7) {
    left: 90%;
    animation: fall 15s linear infinite;
    animation-delay: -4s;
}

@keyframes fall {
    0% {
        opacity: 1;
        top: -10%;
        transform: translateX (-20px) rotate(0deg);
    }
    20% {
        opacity: 0.8;
        transform: translateX (-20px) rotate(45deg);
    }
    40% {
        transform: translateX (-20px) rotate(90deg);
    }
    60% {
        transform: translateX (-20px) rotate(135deg);
    }
    80% {
        transform: translateX (-20px) rotate(180deg);
    }
    100% {
        top: 110%;
        transform: translateX (-20px) rotate(225deg);
    }
}

.leaf1 {
    transform: rotateX(180deg);
} */