.bx-system-auth-form h3 {
	color: #17375e;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}
.bx-system-auth-form td input {
	width: 100%;
	padding: 7px 30px 7px 30px;
    margin-bottom: 15px;
    border: 1px #adaeb2 solid !important;	
}
.bx-system-auth-form .elma-button {
	display: table-cell;
	border-color: #e41b13 !important;
}
.bx-system-auth-form .elma-button:hover .elma-button-auth {
	color: #fff;
}
.bx-system-auth-form .elma-button-auth {
	padding: 0;
	background-color: transparent !important;
	background: none;
	margin: 0;
	border: none !important;
	color: #e41b13;
}
.bx-system-auth-form .mfp-close {
    color: #adaeb2 !important;
    font-size: 50px !important;
    top: -40px;
    right: -30px;
}
.bx-system-auth-form .col-lg-8 {
    height: 70vh;
		display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
        align-items: center;
		background-color: #fff;
}
@media (max-width: 992px) {
		.bx-system-auth-form .col-lg-8 {
			height: 100vh;
			width: 100%;
			    overflow-y: auto;
		}
		.bx-system-auth-form .mfp-close {
			top: 0;
			right: 0;
		}
}