/*
Theme Name: Edplus Child
Theme URI: http://underscores.me/
Template: edplus
Author: Themesvila
Author URI: https://themeforest.net/user/themesvila
Description: A Education LMS WordPress Theme
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.0.1751944006
Updated: 2025-07-08 03:06:46

*/
:root{
	--blue:#296402;
}
/*Registration form*/
.reg-form .form-row {
    margin-bottom:30px;
    p{
        margin-bottom:0;
    }
    span.wpcf7-form-control-wrap input, select{        
        border:1px solid #000 !important;
    }
    input,select{
        margin-bottom:0;
    }
}

button.fbtn.reg-form-btn {
    height: auto;
}

/*Regisration form ends*/