.t678 .t-input-group {
    margin-bottom: 20px;
}

.t-popup__container {
    background: #ffff;
    margin: 0 auto;
    width: auto;
    position: absolute;
    top: 50%;
    /* right: 20px; */
    left: 20px;
    z-index: 1;
    cursor: default;
    -moz-transform: translateY(-30%) scale(.9);
    -ms-transform: translateY(-30%) scale(.9);
    -webkit-transform: translateY(-30%) scale(.9);
    -o-transform: translateY(-30%) scale(.9);
    transform: translateY(-30%) scale(.9);
}