@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinslight';
    src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
         url('../fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
	font-family: 'poppinsregular';
}

.login-section{
/*	background: url(../images/login-page-bg.jpg)no-repeat; */
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 100vh;
	width: 100%;
}

.login-section .login-left{
	background: url(../images/login-page-bg.jpg)no-repeat;
	background-size: cover;
	background-position: right;
}

.login-section .login-right img{
	width: 220px;
}


.login-section .login-left,
.login-section .login-right{
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0 6%;
}

.login-section .login-left h1{
	color: #fff;
	font-family: 'poppinsbold';
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 32px;
}

.login-section .login-left p{
	color: #fff;
	font-family: 'poppinsregular';
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 30px;
}


.login-section .login-right .login-page-title{
	font-family: 'poppinsbold';
    font-size: 70px;
    margin-bottom: 50px;
}

.login-section .login-right .login-form{
	width: 100%;
}

.login-section .login-right .login-form h4{
	font-weight: 700;
}

.login-section .login-right .login-form p{
	font-weight: 600;
	font-size: 16px;
	padding-bottom: 40px;
}

.login-section .login-right .form-control{
	border-radius: 0;
	padding: 10px 0;
	box-shadow: none !important;
	outline: none !important;
	background-color: transparent;
}


.login-section .login-right .btn{
	background-color: #54aebd;
	border-color: #54aebd;
	color: #fff;
	padding: 8px 20px;
	border-radius: 0;
	font-size: 18px;
}

.submit-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px; 
    width: 100%;
}

.submit-box a{
	color: #454343;
    font-size: 18px;
    text-decoration: none;
}

.ragistration-section{
	height: 645px;
}
.ragistration-section .login-right{
	    padding: 0 20px;
}


@media(max-width: 768px){
	.login-section h1{
		font-size: 28px;
	}

	.login-section{
		flex-direction: column;
		padding:30px 15px;
	}



	.logo{
		width: 100%;
		margin-bottom: 25px;
		text-align: center;
	}



	.login-section .login-right,
	.login-section .login-left{
		width: 100%;
		padding: 15px;
		height: auto;
		padding: 0;
	}

	.login-section .login-left{
		background: none;
	}

	.login-section{
		background-image: url(../images/login-page-bg.jpg)no-repeat;
		background-size: cover;
		background-position: right;
		min-height: auto;
		text-align: center;
		padding: 35px 15px;
		height: auto;
	}

	.login-section .login-right .login-page-title {
		font-family: 'poppinsbold';
		font-size: 40px;
		margin-bottom: 20px;
	}

	.login-section .login-right .login-page-title{
		display: none;
	}
	.login-section .login-right .login-page-title,
	.login-section .login-right .login-form h4,
	.login-section .login-right .login-form p{
		color: #fff;
	}

	.login-section .login-left h1{
		font-size: 30px;
	}

	.login-section .login-left h1,
	.login-section .login-right .login-page-title{
		width: 100%;
	}

	.login-section .login-right .input-group-text{
		background-color: transparent !important;
	}

	.login-section .login-right .form-control{
	}

	.login-section .login-right .form-control::placeholder {

		opacity: 1; /* Firefox */
	}

	.login-section .login-right .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	}

	.login-section .login-right .form-control::-ms-input-placeholder { /* Microsoft Edge */
	}


}



