.log-label {
    color: #000;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 24px;
}
.log-input {
    margin-top: 8px;
}
.log-input input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    /*margin-top: 8px;*/
    padding: 17px 20px;

    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.log-input input:focus {
    outline: none;
    border: 1px solid #ff7450;
}

.log-input textarea {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-top: 8px;
    padding: 17px 20px;

    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.log-input textarea:focus {
    outline: none;
    border: 1px solid #ff7450;
}

.cont-wrap {
    width: 100%;
    padding: 36px 60px 60px;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
}

.no-border {
    border: none;
}

.log-btn {
    width: 100%;
    /* background-color: #ddd; */
    margin-top: 60px;
    color: #fff;
    text-align: center;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 13px 0;
    border-radius: 5px;
}

.log-btn-active {
    background-color: #FF7450;
    color: #fff;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .cont-wrap {
        padding: 36px 20px;
    }
}
