header #anime {
    margin: 10px auto;
    padding: 10px;
    display: inline-block;
    font-size: 1.3em;
    font-weight: bold;
    color: #999999;
}

textarea {
    color: #b11d2c;
    border-color: #999999;
    width: 95%;
    height: 100px;
    border-radius: 5px;
    padding: 10px;
    line-height: 1.5em;
    font-size: 1.1em;
}

#input input {
    border-radius: 5px;
}

#input {
    color: #999999;
    padding-top: 10px;
    text-align: center;
}

#input1 {
    margin: 0 auto;
    display: inline-block;
}

#input2 {
    font-size: 1.2em;
    text-align: center;
}

#input2 div {
    padding-top: 20px;
}

@media screen and (max-width: 540px) {
    header div img { width: auto; max-width: 100%; }
    #pageTop { bottom: 12%; }
}

.text1 {
    line-height: 1.5em;
}

.text2 {
    color: #999999;
    padding-top: 20px;
    text-align: right;
    font-size: 1.1em;
}

.text2 i:hover {
    cursor: pointer;
}

input[type="text"], input[type="password"] {
    border: 1px solid #999999;
    color: #999999;

}
