/* 
 Theme Name:   Divi_child
 Theme URI:    
 Description:  
 Author:       dr_admin
 Author URI:   https://drbhardwaj.saathinfotech.com
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/****** Header ******/

div#et-info {
    width: 100%;
    text-align: right;
}

/****** Contact Form ******/

input.wpcf7-form-control, select.wpcf7-form-control, textarea.wpcf7-form-control {
    width: 100%;
    font-size: 16px;
    padding: 12px 10px;
    margin-bottom: 20px;
    border-radius: 8px;
}
.submit-btn input.wpcf7-form-control {
    width: auto;
    border-radius: 25px;
    border: none;
    background: #48d14c;
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
}
.submit-btn {
    text-align: right;
}

/****** Footer ******/

div#footer-info {
    width: 100%;
    text-align: center;
}


/****** Login Page *****/
form#loginform {
    text-align: center; 
    width: 40%;
    margin: 80px auto;
    background: #fff;
    padding: 50px;
    box-shadow: 0 0 10px #c5c5c5;
    border-radius: 50px;
    border-top: 5px solid #0d7136;
}

.login-submit input#wp-submit {
    background: #0d7136;
    padding: 10px 20px;
    color: #fff;
    border: unset;
    border-radius: 50px;
}