#telegram-auth {
max-width: 400px;
margin: 20px auto;
padding: 20px;
border: 1px solid #ccc;
border-radius: 5px;
}
#telegram-auth-form {
display: flex;
flex-direction: column;
gap: 10px;
}
#telegram_phone_number {
padding: 10px;
font-size: 16px;
}
button {
padding: 10px;
background-color: #0088cc;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}
button:hover {
background-color: #006699;
}
#auth-message {
margin-top: 10px;
color: red;
}
#telegram-auth-test-result {
margin-top: 10px;
color: green;
}