вопрос
как сделать чтобы кнопка входа работала?
CSS
Присоединится к нам:
Запомнить меня
Регистрация или Востановить.
CSS
.form{
height:185px;
width:490px;
margin-left:508px;
}
.login p.submit {
text-align: left;
}
.login-help {
height:10px;
margin-top: -12px;
padding-right:40px;
font-size: 13px;
color: grey;
text-align: right;
}
.login-help a {
color: #890202;
text-decoration: none;
}
.login-help a:hover {
text-decoration: underline;
}
::-moz-placeholder {
color: #ababab !important;
font-size: 13px;
font-family:Verdana;
font-style:italic;
}
::-webkit-input-placeholder {
color: #ccc;
font-size: 13px;
font-family:Verdana;
font-style:italic;
}
.login h1 {
font-size: 13px;
font-family:Verdana;
font-weight: bold;
color: #555;
margin-top:5px;
margin-bottom:15px;
margin-left:30px;
}
.login p {
margin: 5px 4px 0;
}
.login p:first-child {
margin-top: -10px;
}
.login input[type=text], .login input[type=password] {
width:190px;
}
.login p.remember_me {
float: left;
margin-top:4px;
margin-left:6px;
}
.login p.remember_me label {
font-size: 12px;
color: black;
cursor: pointer;
}
.login p.remember_me input {
position: relative;
bottom: 1px;
margin-right: 2px;
vertical-align: middle;
}
input[type=text], input[type=password] {
margin-left: 5px;
margin-right:5px;
margin-top:2px;
padding: 0 10px;
height: 18px;
color: #404040;
background: white;
border: 1px solid;
border-color: #939292 #939292 #939292;
-moz-box-shadow:inset 0 0 5px rgba(0,0,0,0.1);
-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.1);
box-shadow:inset 0 0 5px rgba(0,0,0,0.1);
}
input[type=submit] {
padding: 0 10px 3px;
height: 20px;
font-family:Verdana;
font-size: 12px;
font-weight: bold;
color: white;
text-shadow: #8d0404 1px 0px, #8d0404 1px 1px, #8d0404 0px 1px, #8d0404 -1px 1px, #8d0404 -1px 0px, #8d0404 -1px -1px, #8d0404 0px -1px, #8d0404 1px -1px;
background: #ba0101;
border: 1px solid;
border-color: #900505;
border-radius: 2px;
outline: 0;
background-image: -webkit-linear-gradient(top, #ba0101, #890202);
background-image: -moz-linear-gradient(top, #ba0101, #890202);
background-image: -o-linear-gradient(top, #ba0101, #890202);
background-image: linear-gradient(to bottom, #ba0101, #890202);
margin-left:45px;
}
input[type=submit]:active {
background: #eb0202;
border-color: #90050;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}