body {
	font-size: 16px;
	background-color: rgb(238 240 252);
    color: #3d3c4a;
	font-family: "Arboria", sans-serif;
    font-weight: 400;
}

a { color: #032d5c; }
a:hover { color: #002855; }
p, ul { margin: 0; padding: 0; }
ul { list-style: none; }

a:active, a:focus {
	outline: 0;
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	line-height: normal;
}

a,
a:hover,
a:focus,
a:active {
	outline: none;
	text-decoration: none;
}

button,
button:focus,
button:active,
button:hover {
	outline: none;
}

h2 {
	font-size: 20px;
}

h2.title {
	display: flex;
	align-items: center;
	font-size: 18px;
	background-color: #f2f3f6;
	border-radius: 5px;
}

h2.title span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	background-color: #001233;
	color: #fff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-right: 10px;
}

.form-wrapper {
	background-color: #fff;
	padding: 50px;
	max-width: 95%;
	margin: 30px auto;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.form-wrapper .logo {
	width: 140px;
	margin: 0 auto 50px auto;
}

.form-wrapper .logo img {
	width: 100%;
}

.form-space {
	margin-bottom: 30px;
}

.form-space:last-child {
	margin-bottom: 0px;
}

.form-space label {
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	line-height: 13px;
	margin-bottom: 8px;
}

.form-space input {
	color: #000;
	font-weight: 500;
	font-size: 18px;
}

.form-space input::placeholder {
	font-weight: 400;
}

.form-space input,
.form-space select {
	display: block;
	width: 100%;
	border: 0;
	height: 55px;
	padding: 10px 15px;
    background-color: #f2f3f6;
    color: #343434;
	border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .3);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
}

.form-wrapper .step-loader {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
}

.form-wrapper .step-loader h4 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}

.form-wrapper .step {
	display: none;
}

.estates {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.estates .item {
	position: relative;
	display: flex;
	align-items: center;
	background-color: rgb(238 240 252);
	border-radius: 5px;
	padding: 15px;
}

.estates .item a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.estates .item .item-image {
	width: 60px;
	height: 60px;
	background-color: #f4f4f4;
	border-radius: 5px;
}

.estates .item .item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.estates .item .item-content {
	margin-left: 20px;
	flex: 1;
}

.estates .item h3 {
	font-size: 18px;
}

.estates .item ul {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 5px;
}

.estates .item ul li {
	position: relative;
}

.estates .item ul li:after {
	position: relative;
	display: inline-block;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #E00356;
	margin-left: 6px;
	top: -2px;
}

.estates .item ul li:last-child:after {
	display: none;
}

.btn-1 {
	background-color: #E00356;
    color: #fff;
    box-shadow: 0 5px 0 0 #c01d5b;
	border: 0;
	font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    padding: 15px 25px;
    transition: .3s;
    border-radius: 5px;
    text-transform: uppercase;
}

.copyrights {
	color: #878787;
	font-size: 15px;
	margin-bottom: 30px;
}

.mt20 { margin-top: 20px !important; }
.mb30 { margin-bottom: 30px !important; }

.loading-bar {
	width: 200px;
	height: 8px;
	margin: 0 auto;
	border-radius: 5px;
	background-color: #eee;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transform: rotateY(0);
	transition: transform .3s ease-in;
}

.loading-bar .bar {
	height: 100%;
	width: 70px;
	position: absolute;
	transform: translate(-34px);
	background-color: #E00356;
	border-radius: 5px;
	animation: initial-loading 1.5s ease infinite;
}

@keyframes initial-loading {
	0% {
		transform: translate(-35px)
	}

	50% {
		transform: translate(165px)
	}

	to {
		transform: translate(-35px)
	}
}

.lds-dual-ring,
.lds-dual-ring:after {
	box-sizing: border-box;
}

.lds-dual-ring {
	display: inline-block;
	width: 80px;
	height: 80px;
}

.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6.4px solid currentColor;
	border-color: currentColor transparent currentColor transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@media (min-width: 0px) and (max-width: 991px) {
	
	.form-wrapper {
		padding: 20px;
	}
	
	.form-wrapper .logo {
		margin: 0 auto 30px auto;
	}

	h2.title {
		font-size: 16px;
		padding: 5px;
	}

	h2.title span {
		width: 32px;
		height: 32px;
		border-radius: 5px;
	}
	
}