.pwpl_success{
    background: #54d251;
    padding: 20px;
    font-size: 20px;
    color: white;
    border-radius: 5px;
    margin-bottom: 25px;
}

.pwpl_success h1{

    color: white;

}

.pwpl_form{

    font-size: 18px;
    margin-bottom:15px;
    width:100%;

}

.pwpl_form label{

    display: block;

}

.pwpl_form input, .pwpl_form select, .pwpl_form textarea{

    font-size: 18px;
    background-color:#eeeeee;
    padding-left:15px;
    padding-right: 15px;
    padding-top:10px;
    padding-bottom: 10px;
    border:none;
    border-radius: 5px;
    width:90%;
    max-width: 400px;

}

.pwpl_form .pwpl_row{

    display: flex;
    align-items: center;
    justify-items: center;

}

.pwpl_form button{

    border:0px;
    display: block;
    outline: none;
    color:white;
    background: #54d251;
    font-size: 20px;
    padding-top:10px;
    padding-bottom:10px;
    padding-left: 15px;
    padding-right: 15px;
    width:100%;
    border-radius: 5px;

}


.pwpl_form .pwpl_row .pwpl_col {

    width:100%;
    margin:5px;

}