.t-Body, body{
    background-color: #fff !important;
}
.t-Region-header{
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important;
    border-bottom: none;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    table-layout: none;
}
.t-Region{
    display: block;
    border:none;
    background-clip: none;
    box-shadow: none;
}
.t-Form-labelContainer{
    display: none;
}
.t-Form-inputContainer{
    width: 100% !important;
}
.text_field, .password{
    width: 100% !important;
    height: 40px !important;
    font-size: 18px !important;
    border-radius: 7px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    background-color: #fff !important;
}
.t-Button--hot{
    width: 100% !important;
    height: 40px !important;
    font-size: 1.3em;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 5px;
}
.t-Button--icon .t-Icon.fa{
    float: left;
    font-size: 1.8rem;
}
.t-Form-inputContainer, .t-Form-inputContainer.col, .t-Form-labelContainer, .t-Form-labelContainer.col{
    padding-top: .8rem;
    padding-bottom: .8rem;
    padding-left: 0px;
    padding-right: 0px;
}
@media only screen and (max-width: 480px){
    .t-Body-wrap{
        margin: 60px 0 !important;
    }
}
