/* Login */
.document_ready {overflow: hidden;}
#loginForm { border: none; }
.mainFooter { border: none; }

.row{
	height: 100%;
}
.auth-bg { 
	/*width: 100%;*/
    height: 100%;
	position: relative;
	padding: 0px;
}
.auth-bg .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.auth-bg .auth-bg-text {
    position: absolute;
    width: 360px;
    height: 120px;
    top: 10%;
    left: 20%;
    transform: translate(-50%,-50%);
    display: block;
    z-index: 5;
    /*border-radius: 4px;*/
	padding:15px;
    background-color:#FFF;
}

.auth-bg-right { 
	/*width: 100%;*/
    height: 100%;
	position: relative;
	padding: 0px;
}
.auth-bg-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.auth-bg-right .auth-bg-right-text {
    position: absolute;
    width: 80%;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    z-index: 5;
    background-color:#FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
    padding: 15px;
}
.auth-form-container { 
	height: 100vh;
    overflow-y: hidden;
    padding-bottom: 1rem;
}

@media (max-width: 1200px) {
	.auth-bg {
		width: 100%;
		height: 15%;
	}
	
	.auth-bg .auth-bg-text{
		width: 100%;
		padding:0px;
		left: 25%;
		height: 70px;
		transform: translate(0%,0%);
	}
	
	.auth-bg .auth-bg-text img {
	    height: 50px;
	}
	.auth-bg .imgbg {
	    display: none;
	}
	
	.auth-bg-right .auth-bg-right-text { 
		margin-top:50px;
	}
}