body {
    font-family: roboto, sans-serif;
    text-align: center;
    background-image: url(https://www.sumer.work/images/system/bg/sexgirl/11.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    backdrop-filter: blur(20px);
}

body::before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    will-change: transform;
    z-index: -1;
    background-color: rgba(0, 0, 0, .5);
}

.typecho-login {
    background: rgba(255, 255, 255, 0.68);
    display: block;
    padding: 10px 20px;
    border-radius: 15px;
    margin-bottom: 100px;
}

.primary {
    border-radius: 8px;
    background-color: rgba(255, 86, 87, .7);
    /*按钮颜色重写*/
}

.primary:hover {
    background-color: rgba(255, 86, 87);
    /*按钮hover颜色重写*/
}

.typecho-login .more-link {
    margin-top: 0;
    color: rgba(255, 86, 87);
}

.typecho-login h1 {
    margin: 10px 0 0;
}

.i-logo,
.i-logo-s {
    width: 228px;
    height: 36px;
    opacity: 0.7;
    background: url(../logo/typecho-logo-dark.png) no-repeat;
}

a {
    color: rgba(255, 86, 87, .7);
}

a:hover {
    color: rgba(255, 86, 87);
    text-decoration: none;
}

input[type=text],
input[type=password],
input[type=email],
textarea {
    border-radius: 8px;
}