.show-password-link {
    display: block;
    position: absolute;
    z-index: 11;
}
.password-showing {
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-family: 'Open Sans', Trebuchet MS, Verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    padding: 0 10px 0 10px;
    text-indent: 0;
    border: 1px solid #666666;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    color: #666666;
    outline: none;
    border-width: 0;
}
/*
    Инпут-проверка на бота
 */
.input-check{
    border: 1px solid white;
    display: none;
}