html, body, .login__container {
	height: 100%;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
}

.login, .reset-password {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.login {
	background-image: url(../img/login-background.jpg);
}

.login__content {
	width: 100%;
}

.login__logo {
	padding: 60px;
	width: 70%;
	max-width: 354px;
}

.login__logo img {
	width: 100%;
}

.login__form-container {
	margin: 2% auto;
	max-width: 270px;
}

.login__sign-links {
	width: 70%;
}

.login__sign-list {
	display: inline-block;
	margin: 30px 0;
	color: #8a8a8a;
	transform: translateX(50%);
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
}

.login__sign-list li {
	display: inline-block;
	font-size: 0;
}

.login__sign-list a {
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px;
	color: inherit;
}

.login__sign-list li+li:before {
	vertical-align: middle;
	content: "";
	display: inline-block;
	width: 1px;
	height: 10px;
	border-left: 1px solid #84c0ca;
}

.login__active {
    background-color: #989898;
    cursor: not-allowed;
    border: none;
}

.sign-form__login-button i {
   font-size: 15px;
}

.login__welcome {
	margin: 0 0 40px;
	color: #4a4a4a;
	font-weight: bold;
}

#rectbar {
	position: absolute;
    right: 0;
    z-index: 99;
    top: 0;
    width: 40%;
    height: 555px;
    background-color: #093553;
    /* margin: 100px; */
    margin:80px;
    border-radius: 30px;
}

#rectbar .inner-content-body {
	height: 305px;
    overflow-y: scroll;
}

#rectbar .inner-content {
	background-color: #fff;
	margin: 10px;
	border-radius: 30px;
	padding: 15px;
	height: 455px;
}

#rectbar-header {
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: center;
	border-bottom: 2px solid #fff;
}

#rectbar .footer img {
	width:100%;
	height:60px;
	margin-top:12px;
	object-fit: scale-down;
}

#rectbar .footer-text {
	display: flex;flex-direction: column
}

#rectbar .footer-text > h2 {
	margin: 0;
    font-weight: 400;
}

#rectbar .footer-text > h3 {
	margin: 0;
	color: #a6a6a6;
	font-weight: bold;
}

@media ( max-height : 700px) {
	.login.expand {
		min-height: 700px;
	}
}

@media ( max-height : 405px) {
	.login {
		min-height: 405px;
		overflow-y: auto;
	}
}

.login__container input[type="text"], .login__container input[type="password"]
	{
	position: absolute;
	top: 1px;
	left: 0;
	bottom: 1px;
	padding: 6px 0 6px 42px;
	width: 88%;
	color :#4c4c4c;
}

.forgot-password {
	display: none;
	border-top: 1px solid #ccc;
	margin: 24px 0;
}

.forgot-password__title {
	text-align: center;
	margin: 24px 0;
	color: #8a8a8a;
	font-weight: normal;
}

.sign-social {
	display: inline-block;
}

.sign-social__container {
	max-width: 270px;
	width: 100%;
	color: #8a8a8a;
}

.sign-social label {
	color: inherit;
}

.sign-social li {
	margin-left: 10px;
	display: inline-block;
}

.sign-social a {
	display: block;
}

.sign-social img {
	max-width: 24px;
}

.reset-password {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(../img/reset-password-bg.jpg);
}

.reset-password::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	max-width: 760px;
	height: 100%;
	background-image: url(../img/reset-password-content.png);
	background-size: 100% auto;
}

@media ( max-width : 959px) {
	.login__content {
		margin-left: 20%;
		width: 80%;
	}
}

@media (min-width: 1401px) and (max-width : 1700px) {
	#rectbar {
		/* height: 570px !important; */
		height: 530px !important;
	}
	
	#rectbar .inner-content-body {
	    /* height: 300px !important; */
	    height: 270px !important;
	    
	}
	
	#rectbar .inner-content {
	   /*  height: 460px !important; */
	    height: 430px !important;
	}
	
	#rectbar h4 {
		margin: 0;
		font-size:13px;
	}
}

@media ( max-width : 1400px) {
 	#rectbar {
		margin: 10% !important;
		height: 485px !important;
	}
	 
	 #rectbar h1,h2 {
	 	text-align: center;
	  	font-size: 20px;
	 }
	 
	 #rectbar h4 {
	 	font-size: 13px;
	 	margin: 0;
	 }
	 
	 #rectbar .inner-content {
	 	height: 406px !important;
	 	overflow-y: scroll;
	 }
	 
	 #rectbar .inner-content-body {
	   height: 270px !important;
	 }
	 
	 #rectbar .footer img {
		height: 65px !important;
	 }
 }
 
 @media ( max-width : 1280px) {
	#rectbar {
		margin: 10% !important;
		height: 410px !important;
	}
	 
	 #rectbar h1,h2 {
	 	text-align: center;
	  	font-size: 20px;
	 }
	 
	 #rectbar h4 {
	 	font-size: 10px;
	 }
	 
	 #rectbar .inner-content {
	 	height: 335px !important;
	 	overflow-y: scroll;
	 }
	 
	 #rectbar .inner-content-body {
	   height: 200px !important;
	 }
	 
	 #rectbar .footer img {
		height: 55px !important;
	 } 
}

@media only screen and (max-width: 1100px) {
	#rectbar {
	  	margin: 10% !important;
	  	height: 460px !important;
	  }
	  
	  #rectbar h1,h2 {
	  	text-align: center;
    	font-size: 20px;
	  }
	  
	  #rectbar h4 {
	  	/* font-size: 10px; */
	  	font-size: 9.6px;
	  }
	  
	  #rectbar .inner-content {
	  	height: 388px !important;
	  	overflow-y: scroll;
	  }
	  
	  #rectbar .inner-content-body {
	   /*  height: 245px !important; */
	   height: 230px !important;
	  }
	  
	  #rectbar .footer img {
		height:55px !important;
	  }
	  
	  .blog-link {
	  	right: 12%;
	  }
	  
	  .blog-link h3 {
	  	font-size: 12px !important;
	  }
	  
	  .blog-link a {
	  	font-size: 12px;
	  }
	  
	  .partner-info h3 {
	  	font-size :12px;
	  }
	  
	  .partner-info h3 span {
	  	font-size :17px;
	  }
}

@media ( max-width : 770px) {
	
	body {
		overflow-y: scroll;
	}
	
	.login .col-6 {
		width: 100%;
	}
	.login__logo {
		padding: 40px 20px 40px 0;
	}
	.login__form-container {
		margin: 6vh auto;
	}
	.login__content {
		margin-left: auto;
		margin-right: auto;
		max-width: 300px;
	}
	#rectbar {
		position: absolute;
	    right: 0;
	    z-index: 99;
	    top: 55%;
	    width: 80%;
	    height: 308px !important;
	    background-color: #093553;
	    margin: 0px 10% !important;
	    border-radius: 30px;
	}
	
	#rectbar .inner-content-body {
		height: 140px !important;
	    overflow-y: scroll;
	}
	
	#rectbar .inner-content {
		background-color: #fff;
		margin: 10px;
		border-radius: 30px;
		padding: 15px;
		height: 250px !important;
	}
	
	#rectbar-header {
		width: 100%;
		margin: auto;
		display: flex;
		justify-content: center;
		border-bottom: 2px solid #fff;
	}
	#rectbar-header h1{
		margin: 6px;
	}
	#rectbar .footer img {
		width:100%;
		height:75px;
	}
	
	#rectbar .footer-text {
		display: flex;flex-direction: column
	}
	
	#rectbar h4 {
		font-size: 8px;
	}
	
	#rectbar .footer-text > h2 {
		margin: 0;
	    font-weight: 400;
        font-size: 15px;
	}
	
	#rectbar .footer-text > h3 {
		margin: 0;
		color: #a6a6a6;
		font-weight: bold;
	    font-size: 15px;
	}
	
	.blog-link {
	    position: absolute;
	    right: 25%;
	    top: 52%;
	}
	
	.partner-info {
		bottom: 75px;
		right: 10px;
	}
	
	.partner-info h3 {
    	font-size: 10px;
	}
	
	.partner-info h3 span {
    	font-size: 16px;
	}
}

/*# sourceMappingURL=sign.css.map */