/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.0
 Text Domain:  bricks
*/

:root {
	--bricks-border-color: #616161 !important;
}

.state_button {
	background-color: #ffffff00;
	margin-bottom: 30px !important;
}

.create_account_wrapper {
	border-top: 1px solid #eee !important;
	padding-top: 30px !important;
	display: flex !important;
	flex-direction: column !important;
	row-gap: 10px !important;
}

.create_account_btn {
	border: 1px solid #dedede !important;
	border-radius: 100px !important;
	background-color: #ffffff80 !important;
	padding: 12px !important;
	width: 100% !important;
	display: flex !important;
	justify-content: center !important;
}

.create_account_container h4 {
	font-size: 1.6rem !important;
	font-weight: 600 !important;
}

.jet-form-builder__submit {
    margin-bottom: 10px;
}

#remember_me {
  margin-top: 10px;
  border-radius: 50px !important;
}

/* Info notice */
.woocommerce-info {
    background-color: rgba(0, 0, 0, 0.0) !important;
    color: #000000 !important;
    border-style: none !important;
		padding: 0px !important;
}

/* Success notice */
.woocommerce-message {
    background-color: rgba(0, 0, 0, 0.0) !important;
    color: #217a00 !important;
    border-style: none !important;
		padding: 0px !important;
}

/* Error notice */
.woocommerce-error {
    background-color: rgba(0, 0, 0, 0.0) !important;
    color: #b81c23 !important;
    border-style: none !important;
		padding: 0px !important;
}

.bricks-button {
	transition: all 0.2s;
}

.jet-form-builder__field-wrap.checkradio-wrap span {
	color: black;
}