.wpSavcontainer-form input {
    display: block;
    width: 100%;
    margin-bottom: 7px;
    border-radius: 8px !important;
}
.wpSavSignupInput {
    margin-bottom: 8px;
}
.WpSavErrorMsg {
    font-style: italic;
    color: red;
}
.wpSavMsg{
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 8px;    
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
}
.wpSavMsg.success{
    background: #029714;
}
.wpSavMsg.error{
    background:red;
}