@media (max-width: 768px) {
.reg-form-banner {
display: none;
}
#overlay {
}
.window-registration {
min-width: 100vw;
min-height: 100vh;
align-items: center;
border-radius: 0;
position: fixed;
top: 0;
left: 0;
}
.reg-form-start, .reg-form-end, .reg-form-exist {
min-width: 100vw;
max-width: 100vw;
padding: 35px 30px;
}
.back {
font-size: 36px;
}
.window-registration .form input {
min-width: 100%;
}
}