.footer {
    background-color: #1F1946;
    padding: 150px 0 0;
    background-image: url(../../images/icons/circle.webp);
    background-position: right bottom;
    background-repeat: no-repeat;    
    position: relative;
}
.footer::before { 
    position: absolute;
    content: '';
    background-image: url(../../images/icons/circle.webp);
    background-position: left center;
    background-repeat: no-repeat;   
    left: -10%;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.footer .info {
    color: #CECECE;
}
.footer .info + a{
    color: #fff;
}
.footer .info + a:hover{
    color: #54B435;
}
.footer h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    margin: 0;
}
.footer a {
    line-height: 26px;
    color: #CECECE;
}
.footer ul {
    padding: 0;
    list-style: none;
}
.footer .arrow a {
    position: relative;
}
.footer .arrow a:hover {
    color: #54B435;
}
.footer .arrow a::before {
    font-family: "Font Awesome 6 Free";
    content: '\f101';
    left: 0;
    top: 0;
    color: #54B435;
    font-size: 12px;
    padding-right: 11px;
    font-weight: bold;
}
.footer .social i, .footer .social span {
    background: #54B435;
    border-radius: 6px;
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: all 0.2s ease-in-out;
    font-size: 18px;
    color: #fff;
}
.footer .social a:hover i,.footer .social span:hover{
    background-color: #fff;
    color: #54B435;
}
.footer .social span:hover img{
    filter: brightness(0) saturate(100%) invert(64%) sepia(11%) saturate(2639%) hue-rotate(60deg) brightness(92%) contrast(88%);
}
.footer .copyright {
    border-top: 1px solid rgba(255,255,255,0.1);
}
.footer .copyright p {
    font-size: 14px;
    color: #CECECE;
}
.footer .copyright a {
    font-weight: 700;
    color: #5cb73e;
}
a{
    text-decoration: none;
}

#login-form .field-loginform-password.required {
	display: flex;
	flex-grow: 1;
	margin: 0 !important;
}
#form-signup .field-user-password , #form-signup .field-user-confirm_password {
	margin: 0 !important;
	display: flex;
	flex-grow: 1;
	padding-right: 10px;
	align-items: center;
}

.btn-block {
	display: block;
	width: 100%;
}

/* ====================================== *\
                 Responsive
\* ====================================== */


@media screen and (max-width: 1199px) { 
    .footer {
        padding: 60px 0 0;
    }
}
.copyright a:hover {
    color: #449b27;
    text-decoration: underline;
}