.t706__cartwin-content {
    
    background-color: rgb(255 255 255 / 85%);
    border-radius: 15px !important;
    backdrop-filter: blur(12px);
    border: 1px solid #000000;
}

.t-input {
    border-radius: 15px;
}

.t706 .t-submit {
    width: 100%;
    border-radius: 15px;
    height: 55px;
    font-size: 24px;
}

.t706 .t-form .t-input, .t706 .t-form .t-select {
    height: 56px;
    background-color: rgb(211, 211, 211);
}

.t-form__errorbox-wrapper {
    background: #f95d51;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 15px;
}

.t706 .t-form__successbox {
    padding-bottom: 70px;
    padding-top: 70px;
    border-radius: 15px;
}

.t-btn_md {
    height: 60px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
}

.t-form__successbox {
    background: #62c584;
    color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    border-radius: 15px;
}

.t-btn_md {
    height: 60px;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 15px;
}

