body{
	font-family: 'poppins', sans-serif;
	background: #ececec;
}
/*--------------------- Login Container-------------------------------*/
.box-area{
	width: 930px;
}
/*------------------------chatbox--------------------------------*/
.modal-body{
	

}
/*--------------------- Right Box-------------------------------*/

.right-box{
	padding: 40px 30px 40px 40px;
}

/*--------------------- Custom Placeholder-------------------------------*/

::placeholder{
	font-size: 16px;
}

/*--------------------- For small screens-------------------------------*/

@media only screen and(max-width:768px){

	.box-area{
		margin: 0 10px;
	}
	.left-box{
		height: 100px;
		overflow: hidden;
	}
	.modal-dialog{
		height: 100%;
	}
}