This commit is contained in:
2025-09-03 17:43:44 +03:00
parent a918b831a7
commit 28ffe00464
7 changed files with 126 additions and 253 deletions

View File

@ -1,16 +1,34 @@
.login-div {
.login {
display: flex;
height: 100%;
justify-content: flex-end;
align-items: center;
border: 1px solid green;
width: 100vw;
height: 100vh;
max-width:100%;
justify-content: space-between;
}
.login-right-div {
.login-right {
display: flex;
height: 100%;
justify-content: flex-end;
align-items: center;
flex-direction: column;
border: 1px solid blue;
justify-content: center;
margin-left: auto;
margin-right: 5vw;
margin-left: 5vw;
}
.login-left {
overflow: hidden;
display: flex;
background-color: black;
height: 100%;
justify-content: center;
margin-right: auto;
}
.login-block {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}