.emailInput {
    font: 14px/1.7 'Open Sans', sans-serif !important;
    color: #000;
    text-align: right;
    padding: 10px;
    width: 92%;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    outline: 0;
    margin-top: -6px;
    text-align: center;
    margin-right: -6px;
}

/********** SUBMIT BUTTON STYLING **********/

@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon/icomoon.eot');
    src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
        url('../fonts/icomoon/icomoon.woff') format('woff'),
        url('../fonts/icomoon/icomoon.ttf') format('truetype'),
        url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 12px 40px;
    display: inline-block;
    margin: -6px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Button 4 */
.btn-4 {
    border-radius: 0px;
    border: 1px solid #fff;
    color: #fff;
    background: #3255a1;
    overflow: hidden;
}

.icon-arrow-right:before {
    content: "\e00d";
}

.btn-4:active {
    border-color: #ffffff;
    color: #ffffff;
}

.btn-4:hover {
    background: #d01418;
}

.btn-4:before {
    position: absolute;
    height: 100%;
    font-size: 125%;
    line-height: 3.5;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-4:active:before {
    color: #17954c;
}

/* Button 4c */
.btn-4c:before {
    left: 70%;
    opacity: 0;
    top: 0;
}

.btn-4c:hover:before {
    left: 80%;
    opacity: 1;
}
