/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
#login-form {
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    gap: 10px;
	color: var(--global-palette5);
}

#login-form {
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    gap: 10px;
}

.input-row {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.input-row input {
	border-radius: 0px !important;
}

#login-form button {
    border-radius: 0px;
    width: 150px;
}

#login-form label {
    font-size: 14.72px;
    font-weight: bold;
}

/** WP FILE DOWNLOAD*/

#et-boc .wpfd-content .downloadlink, .wpfd-content .downloadlink {
	border-radius: 0px !important;
}

.no-select {
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

::selection {
  background: var(--global-palette1);
	color: white;
}

#jarallax-container-0 > div {
	background-position: 20% 20% !important;
}
