.content input {
    display:block;
    margin: 5px auto 30px auto;
    height:20px;
}

.content input[type=text].hover,
.content input[type=password].hover {
    border:solid 3px black !important;
    height:16px;
}

.content input.error {
    border:solid 3px #e20612 !important;
    height:16px;
}
.content p.error {
    border-bottom: dashed 2px #e20612;
}
.content input[type=checkbox] {
    display:inline-block;
}

.content input[type=text],
.content input[type=password] {
    width:470px;
    border-radius: 3px;
    border:solid 1px black;
    padding: 10px 20px;
}

.content input[type=submit] {
    color:white;
    background-color:black;
    border:none;
    border-radius: 3px;
    padding: 10px 20px;
    height:40px;
}

.content .logincheckbox {
    width:200px;
    font-size:14px;
    line-height:24px;
    color:#808080;
    background-image:url(/_include/prpin/image/icon-check-small-unselected.svg);
    background-repeat:no-repeat;
    background-size:20px 20px;
    background-position:20px 4px;
    cursor: hand;
    user-select: none;
}
.content .logincheckbox.checked {
    background-image:url(/_include/prpin/image/icon-check-small-selected.svg);
}
.content .regcheckbox {
    width:400px;
    font-size:14px;
    line-height:24px;
    color:#808080;
    background-image:url(/_include/prpin/image/icon-check-small-unselected.svg);
    background-repeat:no-repeat;
    background-size:20px 20px;
    background-position:20px 4px;
    cursor: hand;
    user-select: none;
}
.content .regcheckbox a {
    display:inline;
}
.content .regcheckbox.checked {
    background-image:url(/_include/prpin/image/icon-check-small-selected.svg);
}

label {
    user-select: none;
    display:block;
    margin:0 auto;
    font-size:13px;
    color:#808080;
    width:470px;
}

.content p {
    text-align: center;
}

.content a {
    display:block;
    margin:20px auto;
    color:#e20612;
    text-decoration:none;
}

.content a:hover {
    color:black;
}