.col-md-6 {
	padding: 0;
}

.login_bg_wrap .background {
    height: 100%;
    background-image: linear-gradient(to right, #2f2c79, #2f2c79);
    position: relative;
	text-align: center;
	padding: 100px 0;
}

/* Square styles */
.login_bg_wrap .square {
    position: absolute;
    background: rgba(255, 255, 255, 0.1); /* semi-transparent white */
    border-radius: 8px;
}

/* Individual square positions and sizes */
.login_bg_wrap .square1 {
    width: 100px;
    height: 100px;
    top: 0;
    right: -35px;
    transform: rotate(45deg);
}

.login_bg_wrap .square2 {
    width: 300px;
    height: 300px;
    top: 50%;
    left: 60%;
    transform: rotate(45deg);
}

.login_bg_wrap .square3 {
    width: 80px;
    height: 80px;
    top: 80%;
    left: 10%;
    transform: rotate(45deg);
}

.login_bg_wrap .square4 {
    width: 80px;
    height: 80px;
    top: 20%;
    left: 20%;
    transform: rotate(45deg);
}

.login_bg_wrap .background h1 {
	font-size: 30px;
    color: #fff;
}

.login_bg_wrap .background h5 {
	font-size: 14px;
    color: #c8c8cd;
	padding-bottom: 15px;
}

.login_bg_wrap .background p {
	font-size: 16px;
    color: #c8c8cd;
    padding: 20px 40px 0;
}

.login_bg_wrap .background .or {
    position: relative;
	color: #c8c8cd !important;
}

.login_bg_wrap .background .or span {
    background: #2f2c79;
    position: relative;
    padding: 0 10px;
}

/*.login_bg_wrap .background .or:before {
    content: "";
    position: absolute;
    width: 35%;
    height: 2px;
    background-color: #c8c8cd;
    top: 9px;
    z-index: 0;
    left: 40px;
}

.login_bg_wrap .background .or::after {
    content: "";
    position: absolute;
    width: 35%;
    height: 2px;
    background-color: #c8c8cd;
    top: 9px;
    z-index: 0;
    right: 40px;
}*/

.login_bg_wrap .background .or:before {
    content: "";
    position: relative;
    width: 50%;
    height: 2px;
    background-color: #c8c8cd;
    top: 12px;
    z-index: 0;
    display: block;
	margin: 0 auto;
}

.btn-showcase svg {
    color: #c8c8cd !important;
    position: relative;
    top: 5px;
    width: 20px !important;
    margin-right: 5px;
}

.btn-showcase .btn {
	color: #c8c8cd !important;
}

.contact_info_wrap .btn {
	padding: 0.375rem 0;
}

.login-card .logo {
    margin-bottom: 0;
}

.login-card .logo img {
	width: 120px;
    margin: 0 auto;
    display: block;
}

.btn-primary {
    background-color: #2f2c79 !important;
    border-color: #2f2c79 !important;
}

.login-card {
    background-size: contain;
}

.login_bg_wrap .social {
	z-index: 1;
    position: relative;
}





/*	----------------------------------------------------------
	Responsive Structure
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media only screen and ( min-width: 320px) and ( max-width: 767px ) {
	.hide_mmobile {display: none;}
	.login-card .login-main {padding: 0;background-color: transparent;box-shadow:none;}
	.login-card.login-dark {display: block;padding: 100px 15px;background: url(../images/login/login_bg.jpg);background-position: left;}
}



































