body{
    background-color: #fff;
}
body.page-contact #main {
    width: 100%;
    padding: 0;
}
body.page-contact .page-contact-wrap {
    background: #ffc726;
    padding: 100px 0;
}
body.page-contact .section-contact {
    width: 1100px;
    margin: 0 auto;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.section-contact .section-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
}
.section-contact .contact-left {
    width: 50%;
    float: left;
    padding: 30px;
}
.section-contact .contact-right {
    width: 50%;
    float: right;
    padding: 40px;
}
.section-contact textarea {
    min-height: 100px;
    padding: 10px !important;
}
.section.section-access {
	padding: 30px 100px;
	position: relative;
}
.section.section-access::before {
	content: "";
	display: block;
	width: 140px;
	height: 100%;
	background: url(../images/login-bg-left-3.png) center no-repeat;
	background-size: contain;
	position: absolute;
	left: -100px;
	bottom: 0;
	pointer-events: none;
}
.section.section-access::after {
	content: "";
	display: block;
	width: 200px;
	height: 100%;
	background: url(../images/register-bg-right-2.png) center no-repeat;
	background-size: contain;
	position: absolute;
	right: -140px;
	top: 0;
	pointer-events: none;
}
.section.section-access.register {
	padding: 30px 50px;
}
.section.section-access.register::before {
	content: "";
	display: block;
	width: 700px;
	height: 100%;
	background: url(../images/Welcome-pana.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	left: -700px;
	bottom: 0;
}
.section.section-access.register::after {
	display: none;
}
.access-form .form-group {
	margin-bottom: 25px;
}
.access-form .form-group:last-of-type {
	margin-bottom: 0px;
}
.access-form .form-control {
	width: 100%;
	height: 45px;
	border: 0;
	background-color: #e7f0fe;
	color: #007aff;
	padding: 0 20px 0 10px;
	border-radius: 5px;
	font-size: 1.5rem;
	font-weight: 700;
}
.access-form .form-control::placeholder {
	font-size: 1.5rem;
	font-weight: 700;
}
.access-form .control-label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
.section.section-bottom-links {
	box-shadow: none;
	padding: 0;
        border: none;
}
body.home .section.section-bottom-links {
	padding-bottom: 0;
}
.section-bottom-links .bottom-links {
	margin-bottom: 30px;
}
.section-bottom-links .bottom-links-title {
	font-weight: bold;
	font-size: 1.3rem;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	margin: 0 0 5px;
}
.section-bottom-links .bottom-links ul > li {
	float: left;
	margin-right: 20px;
}
.section-bottom-links .bottom-links .link-name {
	margin: 0 20px 0 0;
	padding: 5px 0;
	font-weight: normal;
	font-size: 0.9rem;
	display: inline-block;
}
.section-bottom-links .bottom-links .link-name a {
	color: #777;
}
.section-bottom-links .bottom-links .link-name a:hover {
	color: rgb(217, 60, 35);
}