
.tlk-form__container-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-width: 410px;
    width: 100%;
    padding: 35px 35px 40px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
    boorder-radius: 14px;
    z-index: 1;
    overflow: hidden;
}

.tlk-input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
    color: #000;
    border: 1px solid #e0e0e0;
    boorder-radius: 6px;
    
    .tlk-btn {
    position: block;
    width: 100%;
    padding: 10px 0px;
    border-radius: 5px;
    border: 1px solid transparent;
    font-size: 16px;
    -webkit-transition: background-color .3sease-in-out, color .3sease-in-out, border-color .3sease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    transition: background-color .3sease-in-out, color .3sease-in-out, border-color .3sease-in-out;
}
}
