@import "../../../assets/css/styles/themes.css";

* {
	font-family: 'Montserrat', sans-serif;
}
body {
	margin: 0 !important;
	padding: 0 !important;
}
.jforms-error-list {
	background-color: rgba(226, 77, 77, 0.3);
	backdrop-filter: blur(7px);
	/* background-color: #e24d4d; */
	background-image: none;
	border-color: rgba(226, 77, 77, 0.5);
}
.jforms-error-list li {
	color: var(--lizmap-text-color-tertiary);
}
.form-actions {
	background-color: var(--lizmap-color-background-content-primary);
	border: none;
}
.login_input_with_icon {
	width: 75%;
	position: relative;
}

.form-horizontal fieldset {
	text-align: center;
	padding: 4rem 3rem;
	background-color: rgba(231, 231, 231, 0.15);
	border-radius: 1rem;
	backdrop-filter: blur(7px);
	color: var(--lizmap-text-color-tertiary);
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.pull-right {
	display: none;
}
.row {
	margin: 8.5rem 0;
}
.login_icon {
	width: 22px;
	height: 22px;
	fill: var(--lizmap-text-color-tertiary);
	position: absolute;
	left: 85%;
	top: 35%;
	transform: translateY(-50%);
}
#jforms_jcommunity_login_auth_login,
#jforms_jcommunity_login_auth_password {
	margin: 0 0 1rem 0;
	width: 100%;
	padding: 1.5rem 1.7rem;
	border-radius: 3rem;
	background: transparent;
	border: solid 1px var(--lizmap-border-color-secondary);
	color: var(--lizmap-text-color-tertiary);
}
#jforms_jcommunity_login_auth_password::placeholder,
#jforms_jcommunity_login_auth_login::placeholder {
	color: var(--lizmap-text-color-tertiary);
}
.jforms_jcommunity_login_auth_title {
	margin: 0 0 2rem 0;
	font-size: 36px;
	font-weight: 600 !important;
	letter-spacing: 3px;
}

.jforms_jcommunity_login_auth_remember {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 3rem 0;
	width: 75%;
}
.jforms_jcommunity_login_auth_remember a span {
	color: var(--lizmap-text-color-tertiary);
	text-decoration: underline;
	cursor: pointer;
}

.form-horizontal fieldset input[type='submit'] {
	width: 75%;
	padding: 1rem;
	border-radius: 3rem;
	font-size: 1.1rem;
	background-color: var(--lizmap-color-background-content-primary);
	color: black;
}
.form-horizontal fieldset input[type='submit']:hover {
	color: black;
}
.login_register_link {
	color: var(--lizmap-text-color-tertiary);
	text-decoration: underline;
	cursor: pointer;
	margin: 0.2rem 0 0 0;
}
@media (max-width: 950px) {
	.row {
		margin: 5rem 0;
	}
}
/*
Reset haseł
*/

a.loginbox-links-resetpass {
	color: white;
	background-color: #264C8D;
	padding: .5rem;
	border-radius: 5px;
}

a.loginbox-links-resetpass:hover {
	color: #264C8D;
	background-color: white;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}

div.jcommunity-box.jcommunity-account-password {
    text-align: center;
    padding: 4rem 3rem;
    background-color: rgba(231, 231, 231, 0.15);
    border-radius: 1rem;
    backdrop-filter: blur(7px);
    color: var(--lizmap-text-color-tertiary);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

div.jcommunity-box.jcommunity-account-password > p > a.btn {
	color: white;
	background-color: #264C8D;
	padding: .5rem;
	border-radius: 5px;
	border: none;
}
div.jcommunity-box.jcommunity-account-password > p > a.btn:hover {
	color: #264C8D;
	background-color: white;
	padding: .5rem;
	border-radius: 5px;
	border: none;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}

#jforms_jcommunity_password_reset_pass_submit {
	color: white;
	background-color: #264C8D;
	padding: .5rem;
	border-radius: 5px;
	border: none;
}
#jforms_jcommunity_password_reset_pass_submit:hover {
	color: #264C8D;
	background-color: white;
	padding: .5rem;
	border-radius: 5px;
	border: none;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}

#jforms_jcommunity_password_reset_pass_login {
    margin: 0 0 1rem 0;
    width: 100%;
    padding: 1.5rem 1.7rem;
    border-radius: 3rem;
    background: transparent;
    border: solid 1px var(--lizmap-border-color-secondary);
    color: var(--lizmap-text-color-tertiary);
	border-radius: 25rem !important;
}

#jforms_jcommunity_password_reset_pass_email {
    margin: 0 0 1rem 0;
    width: 100%;
    padding: 1.5rem 1.7rem;
    border-radius: 3rem;
    background: transparent;
    border: solid 1px var(--lizmap-border-color-secondary);
    color: var(--lizmap-text-color-tertiary);
	border-radius: 25rem !important;
}

a[href='/admin.php/auth/login'] {
	color: white;
	padding: .5rem;
	border-radius: 5px;
	border: none;
}

div.jcommunity-box.jcommunity-account:has(a[href='/admin.php/auth/login']) {
    	/* text-align: center; */
    padding: 4rem 3rem;
    background-color: rgba(231, 231, 231, 0.15);
    border-radius: 1rem;
    backdrop-filter: blur(7px);
    color: var(--lizmap-text-color-tertiary);
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    /* align-items: center; */
}

#jforms_jcommunity_password_reset_change_pchg_password {
margin: 0 0 1rem 0;
    width: 100%;
    padding: 1.5rem 1.7rem;
    border-radius: 3rem;
    background: transparent;
    border: solid 1px var(--lizmap-border-color-secondary);
    color: var(--lizmap-text-color-tertiary);
}

div:has(#jforms_jcommunity_password_reset_change_pchg_password) > div.jforms-password-buttons {
	display: none;
}

#jforms_jcommunity_password_reset_change_pchg_submit {
color: white;
	background-color: #264C8D;
	padding: .5rem;
	border-radius: 5px;
	border: none;
}

#jforms_jcommunity_password_reset_change_pchg_submit:hover {
color: #264C8D;
	background-color: white;
	padding: .5rem;
	border-radius: 5px;
	border: none;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}

form[action='/admin.php/auth/password_reset_admin/send'] > p > button  {
color: white;
	background-color: #264C8D;
	padding: .5rem;
	border-radius: 5px;
	border: none;
}


form[action='/admin.php/auth/password_reset_admin/send'] > p > button:hover  {
color: #264C8D;
	background-color: white;
	padding: .5rem;
	border-radius: 5px;
	border: none;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}








