.fp_email{
        display: inline-block;
        border: solid 1px #ccc;
        height: 45px;
        background-color: #fff;
        border-radius:4px;
        box-shadow:1px 1px 2px rgba(0,0,0,0.1) inset;
        width:100%;
        margin-top:10px;
        border-radius: 0px;
    }
    
    .email_block{
        margin-bottom: 10px;
        direction:ltr;
    }
    .fp_submit{
        cursor: pointer;
        width: 100%;
        height:45px;
        display:block;
        font-size: 20px;
        text-align: center;
        color:#fff;
        border: 0px;
        background: #ffae00;
        color: #000;
        margin-left: 0px;
    }
    
    
    .fp_submit:hover {
        background: #ce8e07;
    }
    
    .red_msg{
        display:inline-block;
        padding:10px 20px;
        background-color:#feb7b7;
        border-radius:5px;
        font-size:16px;
        margin-bottom:10px;
    }
    .green_msg{
        background-color:#e1ffd5;
        display:none;
    }
    .popup-fpw label {
        padding:0px;
        height:auto;
    }