master #6

Open
karimov-adel wants to merge 39 commits from master into adel_branch_2.0
Showing only changes of commit a04a791ff2 - Show all commits

View File

@ -1,62 +1,67 @@
dy { body {
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
height: 100vh; height: 100vh;
margin: 0; margin: 0;
background-color: #e5e5e5; background-color: #ffffff;
} }
.form-container { .form-container {
width: 100%; width: 100%;
max-width: 400px; max-width: 450px;
background-color: white; background-color: #0c39ce;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
border-radius: 8px; border-radius: 12px;
padding: 40px; padding: 50px;
text-align: center; text-align: center;
color: white;
transform: translateY(-40px);
} }
h1 { h1 {
margin-bottom: 20px; margin-bottom: 20px;
color: #2F4F4F; color: white;
} }
input { input {
width: 100%; width: calc(100% - 50px);
background: #f7f7f7; background: #f0f0f0;
font-size: 16px; font-size: 16px;
padding: 10px; padding: 12px;
border: 1px solid #ddd; border: 1px solid #ccc;
border-radius: 20px; border-radius: 20px;
margin-bottom: 15px; margin-bottom: 20px;
outline: none; outline: none;
color: black;
margin-left: 25px;
} }
button { button {
width: 100%; width: calc(100% - 50px);
padding: 15px; padding: 15px;
border: none; border: none;
background-color: #0088cc; background-color: #024a7e;
color: white; color: white;
border-radius: 20px; border-radius: 20px;
cursor: pointer; cursor: pointer;
outline: none; outline: none;
font-size: 16px; font-size: 18px;
font-weight: bold; font-weight: bold;
transition: background-color 0.3s; transition: background-color 0.3s;
margin-left: 25px;
} }
button:hover, button:hover,
button:focus-visible { button:focus-visible {
background-color: #007bb5; background-color: #28a745;
} }
.hide-cursor::placeholder { .hide-cursor::placeholder {
color: #000; color: #777;
} }
.hide-cursor { .hide-cursor {
@ -64,13 +69,13 @@ button:focus-visible {
} }
.no-select { .no-select {
-webkit-user-select: none; /* Для Safari */ -webkit-user-select: none;
-moz-user-select: none; /* Для Firefox */ -moz-user-select: none;
user-select: none; /* Для всех остальных браузеров */ user-select: none;
} }
div { div {
color: red; color: rgba(255, 0, 0, 0.911);
font-size: 15px; font-size: 15px;
margin-top: 10px; margin-top: 10px;
display: none; display: none;