body {
    background: #ABCDEF;
    font-family: Assistant, sans-serif;
    /* display: flex; */
    min-height: 90vh;
}

.form-control {
    background-color: transparent;
}

.login {
    color: white;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2), 0px 10px 20px rgba(0, 0, 0, 0.3), 0px 30px 60px 1px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}

.logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.logo img {
    width: 250px;
}


/* .card{
    background-color: #F3D600;
} */


/* .login .head {
    display: flex;
    align-items: center;
    justify-content: center;
} */

.login .msg {
    text-align: center;
}

.container{
    z-index: 10;
}
/* Video Design */
.video_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
}
.video_wrap video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.overlay {
    width: 100%;
    height: 100%;
    /* background: rgb(12, 0, 41); */
    background: #ABCDEF;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.footer{
    color: white !important;
}