/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.bitnami-corner-image { display: none!important;}


.wpforms-submit {
    background-color: #9d1c28!important;
    margin-top: 20px!important;
}

.wpforms-field-label {
	color: #9D1C28;
    line-height: 2;
	font-size: 20px!important;
	font-weight: 600!important;
	font-family: "Poppins", Sans-serif;
}

.wpforms-field-label-inline {
	font-family: "Poppins", Sans-serif;
    display: inline;
    vertical-align: baseline;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

.wpforms-pagebreak-left {
    text-align: right!important;
}


.wpforms-page-button {
    background-color: #9d1c28;
	font-family: "Poppins", Sans-serif;
    width: 100%!important;
    font-size: 16px!important;
    padding: 20px 20px!important;
    margin: 10px 0 0 0!important;
    border-radius: 20px!important;
}

.wpforms-submit  {
    font-family: "Poppins", Sans-serif;
    width: 100%!important;
    font-size: 16px!important;
    padding: 20px 20px!important;
    margin: 0 0 0 0;
    border-radius: 20px!important;
}

.wpforms-payment-total {
    font-size: 24px!important;
}



.wpforms-page-prev {
    background-color: #ddd!important;
}

.wpforms-page-next {
    background-color: #9d1c28!important;
}