div{
	box-sizing: border-box;
}
.adabundle-login-wrap{
	display: grid;
	grid-template-columns: 35% auto;
	height: 100VH;
	overflow: hidden;

}

.adabundle-app-list-wrap{
	max-width: 600px;
	color: white;
}
.adabundle-app-list-title{
	padding: 30px 0px;
	font-size: 28px;
}
.adabundle-app-list-content{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-row-gap: 20px;
	grid-column-gap: 60px;

}
.adabundle-app-list{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.adabundle-app-name{
	font-size: 18px;
}

.adabundle-app-list-icon{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #2D6FFF;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.adabundle-app-list-icon img{
	height: 12px;
	width: auto !important;
}
.adabundle-login-left {
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 20.8%, rgba(0, 0, 0, 0.76) 100%), url('../img/login-img-1.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
}
.adabundle-login-left img{
	width: 100%;
}
.adabundle-login-right{
	min-height: 100VH;
	position: relative;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;	
	overflow: auto;
}
.adabundle-loing-title{
	font-size: 14px;
	color: #757575;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.adabundle-loing-desc{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #333333;
	font-size: 30px;
	line-height: 42px;
	font-weight: 700;
	text-align: center;
	font-family: 'Poppins';
}
.adabundle-loing-subtitle{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #333333;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	text-align: center;
	font-family: 'Poppins';
}
.adabundle-login-logo{
	position: absolute;
	left: 40px;
	top: 30px;
}
.adabundle-login-logo img{
	height: 30px;
}

.adabundle-login-title{
	padding-top: 30px;
	font-size: 24px;
}
.adabundle-login-input{
	margin-top: 20px;
}
.adabundle-login-input label{
	color:#10182F;
}
.adabundle-login-input input, .adabundle-login-button .btn{
	height: 50px ;
	max-width: 500px ;
	font-size: 14px;
}
.form-control:focus{
	box-shadow: none !important;
}
.adabundle-login-button{
}
.adabundle-login-main{
	padding-top: 10px;
}
.adabundle-login-forgot-pass{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.adabundle-login-remember-wrap{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.btn-success {
	background: #2D6FFF !important;
	border: 1px solid #2D6FFF;
}
.btn-success:hover {
	background: #0740bb !important;
}
.btn-default{
    border: 1px solid #d4d4d4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.adabundle-login-error{
	color: red;
	height: 20px;
}
.adabundle-login-add-action{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 20px;
}
@media (max-width: 768px) {
	.adabundle-login-wrap{
		display:block;
	}	
	.adabundle-login-left{ 
		display: none;
	}
}
.adabundle-flex{
	display: flex;
	align-items: center;
	justify-content: center;
}
.adabundle-flex-top{
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.adabundle-login-policy-wrap{
	display: grid;
	grid-template-columns: 20px auto;
	grid-gap: 5px;
}
.adabundle-login-policy{
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	display: flex;
	align-items: center;

	color: #757575;
}
.adabundle-login-step-wrap{
	display: grid;
	width: 100%;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
    grid-gap: 15px;
    max-width: 341px;
    margin: 0px auto;
}
.adabundle-login-step-item{
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 5px;
}
.adabundle-loing-step-num{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #E9EDF3;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	font-size: 11px;
}
.adabundle-loing-step-bar{
	width: calc(100% - 30px);
	height: 4px;
	position: relative;
	background-color: #E9EDF3;
	border-radius: 5px;
}
.adabundle-login-step-item.active .adabundle-loing-step-num{
	background-color: #2D6FFF;
	color: white;
}
.adabundle-login-step-item.active .adabundle-loing-step-bar-content{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 50%;
	border-radius: 5px;
	background-color: #2D6FFF;
}
.adabundle-login-slider-text{
	font-size: 14px;
	line-height: 18px;
	color: white;
	opacity: 0.95;
    font-style: italic;
}
.adabundle-login-slider-name{
	font-size: 16px;
	font-weight: bold;
	color: white;
	margin-top: 10px;
}
.adabundle-slider-wrap{
	position: absolute;
    bottom: 40px;
    left: 40px;
    right: 100px;
}

.adabundle-slider-wrap .slick-dots{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.adabundle-slider-wrap .slick-dots li{
	width: 8px;
    height: 8px;
    border: 1px solid white;
    border-radius: 50%;
}
.adabundle-slider-wrap .slick-dots li button{
	display: none;
}
.adabundle-slider-wrap .slick-dots li.slick-active{
	background-color: white;
}