input#password-input, input#login{margin-left:0px;width:100%;height:40px;margin-bottom:10px;border:none;outline:0;padding:10px;font-size:16px;color:#000;background:rgba(250,250,250,1);border:1px solid #eceaea;border-radius:5px;max-width:400px;}
.checkbox{line-height:40px}input[type=checkbox]{height:auto;position:relative;top:1px;-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox}
.password{position:relative;max-width:400px}.pocazpswrd:before{content:"\f06e"}.pocazpswrd.view:before{content:"\f070"}.pocazpswrd{position:absolute;top:4px;right:1px;display:inline-block;width:39px;height:39px;line-height:39px;text-align:center}
.btnslgn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;max-width: 400px;
}
.btnslgn button[name="sbm"] {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.2s ease; 
}
.btnslgn button[name="sbm"]:hover {
    background-color: #45a049;
}
.btnslgn a {
    transition: color 0.2s ease; /* Плавное изменение цвета текста */
}
.btnslgn a:hover {
    color: #0056b3; /* Темно-синий цвет текста при наведении */
}