/*
Theme Name: Best Buy Theme
Author: Farhan Rao
Author URI: https://wordpress.org/
Version: 1.1
*/

.tnp-field-email label{
    display: none !important;
}
.tnp-field-email input[type="email"],
.tnp-field-email .input,
.tnp-field-email textarea,
.tnp-field-email select {
    font-family: "Bitter", serif !important;
    font-size: 1rem !important;
    -webkit-appearance: none !important;
    background-color: #FFFFFF !important;
    color: inherit !important;
    outline: none !important;
    resize: none !important;
    box-sizing: border-box !important;
    border-radius: 0.5em !important;
    border: 1px solid #C2C6CA !important;
    box-shadow: none !important;
    font-weight: inherit !important;
    padding: 0.75rem !important;
    height: 3rem !important;
    margin-right: 2rem !important;
    transition-property: all !important;
    transition-duration: 0.4s, 0.8s, 0.8s, 0.8s !important;
    width: 100% !important;
}
.input-with-cta input[type="email"], .input-with-cta .input {
    border-radius: 10rem !important;
    border: 0px solid #C2C6CA !important;
    padding: 0.75rem 4.5rem 0.75rem 1.75rem !important;
    height: 3.625rem !important;
    margin-right: 0rem !important;
}
.tnp-widget{
    position: relative !important;
}
.tnp-submit {
    cursor: pointer;
    position: absolute !important;
    top: 1px !important;
    right: 2px !important;
    width: 3.5rem !important;
    height: 3.5rem !important;
    text-align: center !important;
    padding: 0 !important;
    font-size: 0 !important;
    background-color: #A3262B !important;
}
.tnp-submit:hover{
    background-color: #8A1D1C !important;
}
.tnp-field-button i {
    right: 20px;
    top: 19px;
    color: #fff !important;
    position: absolute;
    z-index: 1;
    font-size: 20px;
}