body {
/*background-color: #f5f5f5;*/
background-image: url("/images/vastaidx.png");
background-size: cover;
background-position:0px -100px;
background-repeat: no-repeat;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
font-family: "Arial", sans-serif;
}

.login-box {
background-color: #fff;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
padding: 30px;
width: 560px;
opacity: 0.9;
}

.title {
font-size: 24px;
font-weight: bold;
margin-bottom: 20px;
text-align: center;
}

.field {
margin-bottom: 20px;
}

.control {
display: flex;
justify-content: space-between;
align-items: center;
}

.input {
border-radius: 5px;
border: 1px solid #dbdbdb;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
flex-grow: 1;
padding: 10px;
}

.tager {
position: relative;
top: -50%;
left: 85%;
}

.h64 {
height: 64px;
}
.support {
position: absolute;
top: 87%;
left: 95%;
height: 85px;
width: 85px;
color: white;
}
.support img {
filter: brightness(1);
}
.vastidchkmod{
width: 18%;
height: 100px;
position: absolute;
left: 0px;
top: 86%;
border:2px dashed grey;
border-left:none;
}
video{
    position: absolute;
        top: 50%;
        left: 50%;
        width: 100vw;
        height: 100vh;
        object-fit: cover;
        transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
.vastidchkmod {
width:70%;
height:90px;
position: absolute;
left: 0px;
top: 86%;
border: 2px dashed grey;
border-left: none;
}
.login-box {
background-color: #fff;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
padding: 30px;
width: 800px;
}

.tager {
position: relative;
top: -50%;
left: 79%;
}

.support {
position: absolute;
top: 86.8%;
left: 80%;
height: 85px;
width: 85px;
color: white;
}
}
.nwmrk {
background-color: #dbdbdb;
opacity: 0.5;

}
.nwmrk marquee {
position: absolute;
top: 1%;
left: 0%;
height: 40px;
width: 100%;
color: rgb(13, 1, 1);
z-index: 999;
color: rgb(2, 19, 39);
font-weight: 700;
}
