body {
    background: url(/Resource/img/bg.jpg) no-repeat;
    /*background: linear-gradient(45deg,#85d58e, #38c43a);*/
    height: 100%;
    background-size: 100%;
    font-size: 0.3733rem;
    font-family: "Î¢ÈíÑÅºÚ";
    font-weight: normal;
    padding-bottom: 0 !important;
}

.container {
    height: auto;
    margin: 5% 2.5% !important;
    width: 95%;
    padding: 0 !important;
}

.btn {
    background: linear-gradient(45deg,#0BCAE7, #05A4F5) !important;
    color: #fff !important;
    font-size: 0.4rem !important;
    padding: 0.25rem 0.375rem !important;
    width: 100%;
}

a {
    color: #666;
    text-decoration: underline !important;
    font-weight: normal;
}

.title {
    font-size: 0.4rem;
}

form {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.5rem 0.5rem 1rem;
    border-radius: 5px;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    box-shadow: 10px 10px 20px -5px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
}

    form p {
        font-weight: 700;
        color: #fff;
        margin-top: 0;
        margin-bottom: 0.35rem;
    }

    form .ditem {
        width: 85%;
        margin: 0 auto 2em;
    }

    form input {
        background: rgba(255, 255, 255, 0.5);
        width: 90%;
        padding: 0.75em 4.95%;
        margin-bottom: 0;
        border: 1px solid #6fc9fb;
        border-radius: 500px;
        backdrop-filter: blur(5px);
        box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.2);
        color: #333;
        font-weight: 500;
        transition: all 0.2s ease-in-out;
    }

        form input[type=button], form input[type=submit] {
            background: transparent;
            width: 85%;
            padding: 1em;
            margin-bottom: 2em;
            border: none;
            border-left: 1px solid rgba(255, 255, 255, 0.5);
            border-top: 1px solid rgba(255, 255, 255, 0.5);
            border-radius: 500px;
            backdrop-filter: blur(5px);
            box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.2);
            color: #fff;
            font-weight: 500;
            transition: all 0.2s ease-in-out;
        }

.ctype {
    width: 76.5%;
    margin: 0 auto 2em;
    border: 1px solid #6fc9fb;
    border-radius: 20px;
}

    .ctype input {
        width: 50% !important;
        margin: 0 0 1px !important;
        color: #666 !important;
        padding: 0.65em 0 !important;
    }

        .ctype input.active {
            color: #fff !important;
            background: #06adf0;
        }

        .ctype input:first-child {
            border-radius: 20px 0 0 20px
        }

        .ctype input:last-child {
            border-radius: 0 20px 20px 0;
        }

form input:hover {
    /* background: rgba(255, 255, 255, 0.1);
  box-shadow: 4px 4px 60px 8px rgba(0, 0, 0, 0.2);*/
}

form input[type=email]:focus, form input[type=password]:focus {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 4px 4px 60px 8px rgba(0, 0, 0, 0.2);
}

form input[type=button] {
    /*  margin-top: 10px;*/
    /*  width: 150px;
  font-size: 0.4rem;*/
}

    form input[type=button]:hover {
        cursor: pointer;
    }

    form input[type=button]:active {
        background: rgba(255, 255, 255, 0.2);
    }

:placeholder {
    font-weight: 400;
    color: #fff;
}

.drop {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 10px 10px 60px -8px rgba(0, 0, 0, 0.2);
    position: absolute;
    transition: all 0.2s ease;
}

.drop-1 {
    height: 80px;
    width: 80px;
    top: -20px;
    left: -40px;
    z-index: -1;
}

    .drop-1:hover {
        transform: translate(-2px, -3px);
    }

.drop-2 {
    height: 80px;
    width: 80px;
    bottom: -30px;
    right: -40px;
}

    .drop-2:hover {
        transform: translate(3px, 4px);
    }

.wcm {
    font-size: 0.4rem;
    word-spacing: 0.3rem;
    letter-spacing: 0.06rem;
    text-align: center;
    width: 100%;
    color: #fff;
    display: block;
    margin: 0 0 0.375rem;
}

.tipsRed {
    text-align: center !important;
    color: #f60 !important;
    margin-bottom: 1em;
}
