@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;700&display=swap');

body{
	background-color:#ffffff;
	color: #4c4d50;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	background-image: url(../images/background-left1.png), url(../images/background-right1.png);
	background-position: left top, right top;
	background-repeat: no-repeat;
	background-size: auto;
}
header{
	/*background-image: url(../images/background-left.png), url(../images/background-right.png);
	background-position: left top, right top;
	background-repeat: no-repeat;
	background-size: auto;*/
}
.registernow{ position: absolute; left: 20%; top: 0; }
.bluetitle{
	width: 90%;
	border-radius: 20px;
	background-color: #0d51a2;
	margin-bottom: 80px;
	color: #ffffff;
	padding: 30px 0 20px;
}
.bluetitle span{ display: block; line-height: 1.2; }
.title1{ font-weight: 700; font-size: 45px; }
.title2{ font-weight: 300; font-size: 40px; }

.logo{ max-width: 300px; }

.title{ font-weight: 700; font-size: 18px; } /* privacy policy */ 
/*.container{ padding: 0; }*/
/*#main-content{ padding-left: 15px; padding-right: 15px; }*/
#main-content p{ font-size: 14px; margin-bottom: 20px; }
h1{ color: #ffffff; line-height: 1.3; font-weight: 700; font-size: 3em;}
.yellow{ color: #d2db4d;}
.red{font-size: 11px;}
.legal{ color: #4c4d50; font-weight: 700; font-size: 10px; font-family: Arial, Helvetica, sans-serif; }
a{ color: #023da0; }
a:focus, a:active {
    outline: none;
    -moz-outline-style: none;
}
a:hover{ text-decoration: none; color: #024da0;}
img.map, map area{
    outline: none;
    -moz-outline-style: none;
}
label{
	font-weight: normal;
	color: #4c4d50;
	font-size: 20px;
}
.red{ color: red;}
.btn{ background: #0d51a2; font-size: 16px; color: #ffffff; border: none; border-radius: 20px; padding: 5px 15px; }
.btn:hover{ color: #fff; }
.submit{ 
	border-radius: 20px;
	background-color: #0d51a2;
	font-size: 20px;
	font-weight: 700;
	border: none;
	color: #ffffff;
	padding: 20px 40px;
	letter-spacing: 1px;
}
/*.btn:hover{ background: #231f20; color: #fff; }*/
#index{
	position: relative;
	/*background: url(../images/index-banner2575-h1200.png) center top no-repeat;
	min-height: 80vh;
	height: 80%;
	width: 100%;
	display: block;*/
}
#index #enter img{
	width:140px; height:47px; position: relative;
}

#main-header{
	/*background: url(../images/formpage-background.jpg) center top no-repeat;
	background-size: 100% auto;
	width: 635px;
	height: 570px;
	margin: 0 auto;*/
}

#footer{
	background-image: url(../images/footer-background-left.png), url(../images/footer-background-right.png);
	background-position: left bottom, right bottom;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 70px 0;
	height: 450px;
}
#footer ul{ list-style: none; display: inline-block; margin-left: -20px; margin-bottom: 15px;}
#footer li{display: inline; list-style: none;}
#footer a{ font-size: 13px; color: #4c4d50; font-weight: 600; letter-spacing: 2px; padding-bottom: 2px; }
#footer p, .copyright{ /*margin-bottom: 15px;*/ font-size: 14px; }

.form-group{ margin-bottom: 30px; }
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select, select:focus, select option,
textarea {
  font-size: 16px !important; color: #303030;
  /*padding-left: 15px;*/
}
/*select{ padding-left: -10px !important;}*/
.select2-container .select2-search--inline .select2-search__field{ padding-left: 8px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice{ margin-top: 10px; }
.select2-container .select2-search--inline{  }
.select2-container--default .select2-selection--multiple, .form-control{ border: 1px solid #4c4d50; }

select.form-control{ padding-left: 8px; color: #303030; }
::placeholder{ 
	color: #303030 !important; opacity: 0.4 !important; 
}
::-webkit-input-placeholder {
	color: #303030 !important; opacity: 0.4 !important;
}
::-moz-placeholder {
	color: #303030 !important; opacity: 0.5 !important;
}
:-ms-input-placeholder {
	color: #303030 !important; opacity: 0.5 !important;
}

input[type="date"]{ padding: 0px 12px; -webkit-appearance: none; }
input[type="date"]::-webkit-datetime-edit-month-field { color: blue; }
::-webkit-datetime-edit-day-field { color: green; }
::-webkit-datetime-edit-year-field { color: purple; }

.hidden{ display: none; }

@media (max-width: 2000px) {
	body{ background-image: url(../images/background-left1440.png), url(../images/background-right1440.png); }
	#footer{ background-image: url(../images/footer-background-left1440.png), url(../images/footer-background-right1440.png); }
}

@media (max-width: 768px) {
	body{ background: #ffffff; }
	.title1{ font-size: 35px; }
	.title2{ font-size: 30px; }
	#footer{ background: #ffffff; padding-top: 0px; padding-bottom: 20px; height: auto; }
	.registernow{ position: absolute; left: 5%; top: 0; width: 70px !important; }
	.logo{ max-width: 300px; }
	.light{ max-width: 300px; }
	.mobile-show{ display: block !important; }
	.mobile-hide{ display: none; }
	#footer p, .copyright{ margin-bottom: 15px; font-size: 12px; }
}

/* --- */
