/* RESET
--------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, .footer, .header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, .footer, .header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* BODY DEFAULTS
--------------------------------------------------------- */
html {
	height: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
	width: 100%;
	height: 100%;
	color: #ddd;
	font-size: 13px;
	scroll-behavior: smooth;
	max-width: 100%;
	background: #162460;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p, blockquote {
	padding: 0 0 20px 0;
}
strong, label, button, .button {
	font-weight: bold;
}
ul {
	list-style: none;
}
em {
	font-style: italic;
}
input, textarea {
	vertical-align: middle;
}

table td, table th {
	text-align: left;
}
table th {
	font-weight: bold;
}
hr {
	clear: both;
	background: transparent;
	height: 0px;
	border: 0;
	border-bottom: 1px solid white;
	border-top: 1px solid #ebebeb;
	margin: 0 0 18px 0;
}
a {
	color: #4871d3;
	text-decoration: none;
}
a:hover {
	color: #4871d3;
	text-decoration: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
/* FORM ELEMENTS
--------------------------------------------------------- */
label {
  display: block;
  padding: 5px 0;
  font-weight: 400;
  text-transform: capitalize;
}
input[type=text], input[type=email], input[type=tel], input[type=password], textarea, textarea, input[type="file"], select {
  outline: 0;
  background: #fff;
  width: 100%;
  color: #333;
  padding: 5px 7px;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 40px;
}
select {
  outline: 0 !important;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus {
  border-color: #d8d8d8;
  background: #fff;
}
textarea {
  height: 100px;
  border-radius: 5px;
}
form {
  padding: 0;
  position: relative;
}
form h3 {
  clear: both;
  padding: 10px 0;
}

/* HEADINGS
--------------------------------------------------------- */
h1 {
	font-weight: bold;
	font-size: 2.15em;
	margin: 0 0 5px 0;
	line-height: 1.4;
	color: #fff;
	text-transform: uppercase;
}
h2 {
	font-weight: 300;
	font-size: 1.8em;
	margin: 0 0 20px 0;
	line-height: 1.4;
	color: #ddd;
	text-transform:capitalize;
}
h3 {
	font-weight: bold;
	font-size: 1.05em;
	margin: 0 0 20px 0;
	line-height: 1.4;
	color: #f8f8f8;
}
h4 {
	font-weight: bold;
	font-size: 1.0em;
	margin: 0 0 10px 0;
	line-height: 1.4;
}
/* MAIN WRAPPER
--------------------------------------------------------- */
.wrapper {
	position: relative;
	margin: 0 auto;
	width: 1310px;
}
.wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.header{
	width: 100%;
}

.header_content {
	width: 100%;
	background: url("../../Images/index/bg_header.jpg");
	background-size: 100% 100%;
}
.header_content .wrapper {
  width: 100%;
  height:80px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto;
  max-width: 1310px;
}

.logo {
  width: 210px;
  margin-right: auto;
}

.box_languages ul{
	display: flex;
	gap:8px;
}

.box_languages ul li a {
  display: flex;
  align-items: center;
  color: #d9d9d9;
  flex-direction: column;
	gap:5px;
}

.box_languages ul li a img{
 width: 30px;
}

.content_login{
	width: 100%;
}
.content_login .row{
	width: 100%;
	display: flex;
	gap:30px;
}
.content_login .row .md3{
	width: 40%
	
}
.content_login .row .md9{
	width: 60%;
	
}

.box_login {
	width: 100%;
	background: #edebec;
	height: 100%;
}
.title_login {
	width: 100%;
	height: 50px;
	background: url("../../Images/index/title_bg.jpg");
	background-size: 100% 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
}
.title_login span{
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
}
.box_login .form_dialog{
	display: flex;
	flex-direction: column;
	gap:25px;
	padding:75px 50px;
}

.box_login .form_dialog input {
  transition: .2s;
  overflow: hidden;
  width: 100%;
  height: 50px;
  padding: 0 16px;
  color: #111;
  font-size: 14px;
  border-radius: 5px;
  background-color: #c9c9c9;
}
.box_login .form_dialog input:focus, .form_dialog > input:hover {
  outline: 0;
}
.box_login .form_dialog input:-ms-input-placeholder {
  color: #ccc
}
.box_login .form_dialog input::placeholder {
  color: #ccc
}
.box_login .form_dialog input.err {
  border: 1px solid #f04646
}

.box_login .form_dialog label{
	font-size: 16px;
	color: #666;
}
.btn_login {
	width: 100%;
	margin-top: 7px;
	display: flex;
	align-items: center;
	height: 50px;
	text-transform: capitalize;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	justify-content: center;
	background: url("../../Images/index/title_bg.jpg");
	background-size: 100% 100%;
}

.box_promo{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:30px;
}
.info_footer{
	width: 100%;
}

.info_footer span{
	display: block;
	line-height:80px;
	text-align: center;
}















