/*
Theme Name:   Neve Child
Theme URI:    https://portal.devcom.cz/
Author:       Devcom
Author URI:   https://www.devcom.cz/
Version:      0.1
Tested up to: 6.3
Requires PHP: 5.6.0
License:      deny
License URI:
Text Domain:  nevechild
Template:	neve
Tags:        devcom, portal, eodb, child, e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, editor-style
*/
.devcom #loginform input {
	width: 100%;
	margin: 0;
}

.devcom #loginform input[type=checkbox] {
	width: unset;
	accent-color: grey;
}



.devcom #loginform input[type=submit] {
	border-radius: 1em;
}

.devcom #loginform > script {
	display: none;
}

.register .ur-label{
	float: left;
}

.register .input-wrapper {
	float: right;
}

.register input:not([type=checkbox]) {
	width: 100%;
	margin: var(--devcom-register-margin)px;
}

.register td {
	padding-left: 0px;
}


.register label {
	margin: var(--devcom-register-margin)px;
	width: 100%;
	display: inline-block;
	font-weight: bold;
}

.register label:has([type=checkbox]) {
	font-weight: normal;
}

.register [type=checkbox] {
	height: 52px;
	float: left;
	accent-color: black;
	margin-left: var(--devcom-register-margin)px;
}


.register #register_submit {
	margin-top: 20px;
}


.forgot_mail .table .td {
	margin-top: 1em;
	margin-left: 1em;
}

.forgot_mail .table input.td[type=submit] {
	margin-left: 0;
}

