﻿.sign-up-container .form-wrap {
    width: 10% !important;
}

.sign-up-container {
    margin-left: 6% !important;
    margin-right: 6% !important;
}

.input-group-btn {
    position: relative;
    font-size: 16px;
    white-space: nowrap;
}

    .input-group-btn button {
        background-color: transparent;
        border: none;
        color: #ec1165;
    }

.vertical-center {
    margin: 0;
    position: absolute;
    top: 4%;
    -ms-transform: translateY(4%);
    transform: translateY(4%);
}

@media only screen and (max-width: 768px){
    #tit #txt {
        width: 70% !important;
    }

    .vertical-center {
        margin: 0;
         position: relative; 
        top: 4%;
        -ms-transform: translateY(4%);
        transform: translateY(4%);
    }
}