* {
	margin: 0px;
	padding: 0px;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background: #FCFCFC;
	font-family: 'Exo 2';
	font-weight: 400;
	display: table;
	color: #333;
	font-size: 13px;
	overflow-x: hidden;
}

.normal_font {
    font-size: 13px !important;
}

.wrapper {
	width: 100%;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}

.before_in {
	display: inline-block;
	padding: 20px 30px;
	position: relative;
}

.wr_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	border: 1px solid #E74C3C;
	background: white;
}

.in, .point_in {
	position: relative;
	display: inline-block;
	max-width: 546px;
	min-width: 270px;
}

.login_wrapper {
	padding: 8px 0;
}

input, button, .section, .errors {
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	font-weight: 400;
	font-family: 'Exo 2';
}

input, button {
	font-size: 13px;
	outline: none;
	border-radius: 0px;
}

input {
	margin-top: 6px;
}

.section {
	color: #E74C3C;
	background: white;
	display: inline-block;
	width: 110px;
	padding: 8px 10px;
	cursor: pointer;
	border: 1px solid #E74C3C;
	float: left;
	text-decoration: none !important;
}

.errors {
	display: none;
	background: #FFCCCC;
	font-size: 13px;
	color: #E74C3C;
	margin-top: 4px;
	margin-bottom: 2px;
}

.section:first-child {
	margin-right: 6px;
}

.section.active {
	background: #E74C3C;
	color: white;
	cursor: default;
}

.section:hover {
	background: #E74C3C;
	color: white;
}

input[type="text"],
input[type="password"] {
	border: 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #E74C3C;
}

.copyright {
	padding-top: 10px;
	padding-bottom: 10px;
}

.copyright, a {
	color: #333;
	font-size: 13px;
	text-decoration: none;
}

a {
	color: #E74C3C;
}

a:hover {
	text-decoration: underline;
}

.submit {
	width: 100%;
	border-top: 1px solid #E74C3C;
	border-bottom: 1px solid #E74C3C;
	border-left: 0px;
	border-right: 0px;
	background: #E74C3C;
	padding: 7px 10px 8px;
	cursor: pointer;
	color: white;
	font-size: 15px;
}

.submit:hover {
	background: #F6503F;
}

.pointer {
	cursor: pointer;
}

hr {
	border-bottom: 1px solid white;
	border-top: 1px solid #E74C3C;
}

label {
	font-size: 12px;
	padding: 5px;
}

.wrapper_row {
	padding: 6px 0px 6px;
}

.wrapper_password {
	position: relative;
}

.wrapper_password input {
    width: 100%;
    box-sizing: border-box;
}

.eye {
	position: absolute;
	height: 25px;
	width: 25px;
	cursor: pointer;
	right: 10px;
	top: 13px;
    background: rgba(0, 0, 0, 0) url("../../images/system/admin/icons/eye_password.svg") no-repeat scroll center center / 100% 100%;
}

.grid_column_1 {
	display: grid;
    grid-template-columns: 1fr;
}

.grid_column_1 input {
    width: 100%;
    box-sizing: border-box;
}

.logo {
	padding-top: 10px;
	padding-bottom: 10px;
}

.title {
	margin-top: -10px;
	font-weight: 400;
}

.title, .title a {
	font-size: 20px;
}

.chosen-container {
	margin-right: 0px !important;
}

.chosen-container-single .chosen-single {
	padding: 4px 8px !important;
	border-radius: 0px !important;
	border: 1px solid #E74C3C !important;
	background: #FFEEEE !important;
	overflow: inherit !important;
}

.chosen-container .chosen-drop {
	border: 1px solid #E74C3C !important;
	border-top: none !important;
}

.chosen-container .chosen-results li, .chosen-container-single .chosen-search input[type="text"] {
	padding: 10px !important;
}

.chosen-container-single .chosen-drop {
	margin-top: 0px !important;
}

.wrapper_additional_info {
	padding-top: 20px;
	margin-bottom: -10px;
}

.wrapper_select {
	position: relative;
	margin-top: 5px;
	z-index: 2;
}

.chosen-single b {
	margin-left: -5px !important;
	margin-top: 7px !important;
	width: 20px !important;
	height: 20px !important;
}

.wrapper_password.inline {
    display: inline-block;
}

/* .wrapper_password.inline,
form > div > input + div,
form > div > input + input {
	margin-left: 3px;
} */

.grid_column_1 > input + div {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.wrapper_captcha {
	margin-top: 15px;
}

.pl10 {
	padding-left: 10px;
}

.pl20 {
	padding-left: 20px;
}

.pt10 {
	padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

input.error,
.chosen-single.error {
	box-shadow: 0 0 5px -2px red;
}

.center {
    text-align: center;
}

.b {
    font-weight: bold;
}

.u {
    text-decoration: underline;
}

.none {
    display: none;
}

input[type="checkbox"],
input[type="radio"] {
	display:none;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
	cursor: pointer;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 24px;
    width: 24px;
    left: -21px;
    top: -1px;
    margin: 0 5px 0 0;
}

.input_checkbox_radio:hover input[type="radio"] + label::before {
    background: rgba(0, 0, 0, 0) url("../../images/system/admin/checkboxes/circle_hover.svg") no-repeat scroll center center / 100% 100%;
}

input[type="radio"] + label::before {
    background: rgba(0, 0, 0, 0) url("../../images/system/admin/checkboxes/circle_not_selected.svg") no-repeat scroll center center / 100% 100%;
}

input[type="radio"]:checked + label::before {
    background: rgba(0, 0, 0, 0) url("../../images/system/admin/checkboxes/circle_selected.svg") no-repeat scroll center center / 100% 100% !important;
}

.input_checkbox_radio:hover input[type="checkbox"] + label::before {
    background: rgba(0, 0, 0, 0) url("../../images/system/admin/checkboxes/square_hover.svg") no-repeat scroll center center / 100% 100%;
}

input[type="checkbox"] + label::before {
    background: rgba(0, 0, 0, 0) url("../../images/system/admin/checkboxes/square_not_selected.svg") no-repeat scroll center center / 100% 100%;
}

input[type="checkbox"]:checked + label::before {
    background: rgba(0, 0, 0, 0) url("../../images/system/admin/checkboxes/square_selected.svg") no-repeat scroll center center / 100% 100% !important;
}

.input_checkbox_radio {
    cursor: pointer;
	display: inline-block !important;
	padding: 5px 0px;
	float: left;
}

.labels {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 1px;
    margin-right: 13px;
    margin-left: 20px;
    opacity: 0.9;
    padding: 3px 8px;
    cursor: pointer;
    position: relative;
}

.checked_wrapper {
	display: inline-block;
}

.checked_wrapper .input_checkbox_radio:last-child .labels {
	margin-right: 0px;
	padding: 3px 0px 3px 8px;
}

.labels_wrapper .input_checkbox_radio:last-child .labels {
    margin-right: 0;
    padding-right: 0;
}

.labels_wrapper {
	display: inline-block;
	margin:  0 auto;
}

.errors > .error {
	padding: 4px 0px 4px 0px;
	border-bottom: 1px solid white;
}

.errors .error:last-child {
	border-bottom: none;
}

.single_row input {
    width: 100%;
    text-align: center;
}

.single_row input {
    box-sizing: border-box;
}

.mt10 {
    margin-top: 10px;
}

.phone_number {
    box-sizing: border-box;
    border-left: none !important;
    width: 100%;
    margin-top: 0px;
}

.select_phone_formats .chosen-container.chosen-container-single {
    height: 100%;
}

.select_phone_formats .chosen-container-single .chosen-single {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 100% !important;
    padding: 0px 4px 0px 8px !important;
    background: none !important;
}

.select_phone_formats .chosen-container-single .chosen-single span {
    margin-top: 0px;
}

.select_phone_formats .chosen-container-single .chosen-single b {
    margin-top: 5px !important;
}

.wrapper_phone_number {
    display: grid;
    grid-template-columns: 1fr 5fr;
    gap: 0px;
    margin-top: 6px;
}

.grid_column_2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}
