* {
    outline: none;
}

body {
    font-family: Tahoma;
    background-color: #222729;
    color: white;
    font-size: 12px;
}

.center {
    text-align: center;
    margin-top: 100px;
}

.error {
    margin: -35px 0 20px;
    color: #f9ca24;
}

#login, #pass, #submit {
    padding: 7px;
    border: 1px solid white;
    margin-bottom: 10px;
    background-color: #222729;
    color: white;
    width: 196px;
    box-sizing: border-box;
    transition-duration: .3s;
}

#submit {
    background-color: white;
    color: #222729;
}

#login:hover,
#login:active,
#pass:hover,
#pass:active,
#submit:hover {
    border-color: #d2d2d2;
}

#submit:hover {
    background-color: #d2d2d2;
}

label {
    width: 65px;
    display: inline-block;
}

#websovet-logo {
    margin-bottom: 50px;
}

#websovet-logo a {
    text-decoration: none;
    color: white;
}

#websovet-logo img {
    width: 110px;
    height: 110px;
}

h1 {
    margin: 0;
    font-weight: normal;
}
