/*
Theme Name: Transecure - Child theme
Theme URI: http://webdesign-finder.com/transecure
Author: WPRollers
Author URI: http://modernwebtemplates.com
Description: Transecure - Online Payment Gateway WordPress Theme
Version: 1.2.0
Template: transecure
Tags: custom-header, left-sidebar, right-sidebar, post-formats, full-width-template
*/
 #reloadly-top-up-form {
        max-width: 400px;
        margin: auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 10px;
    }
#reloadly-top-up-form label {
        display: block;
        margin-bottom: 8px;
    }
   #reloadly-top-up-form select,#reloadly-top-up-form input {
        width: 100%;
        padding: 8px;
        margin-bottom: 15px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }