.t-input-block{
    position: relative;
}
.error-input{
    position: absolute;
    bottom: -23px;
    width: 100%;
}
.error-input .errortext{
    color: red !important;
    text-align: center;
    margin: 0 !important;
}

.success-block{
    position: absolute;
    top: -10%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
div p .notetext{
    color: green !important;
}
@media (max-width: 480px) {
    .errortext, .notetext{
        font-size: 10px !important;
    }
    .error-input{
        bottom: -20px;
    }
}