body {
    background-color: #F6F6F6 !important;
    height: 100%;
}

#my-video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#video-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#text-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 20px;
}

.label_ar {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: unset !important;
}

.input_id {
    padding: 10px;
    width: 30vw;
}

.center_flex {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #9f7928;
}

@media only screen and (max-width: 768px) {
.input_id {
    padding: 10px;
    width: 60vw;
}
}